Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 12571Post New rsystems QTP Interview Questions
What are the advantages of mvc?
Explain me what is an anonymous method and how is it different from a lambda expression?
is all the test cases to be automized !!! if yes / no let explain the reason
How do you lock a cell in excel?
What is the difference between hashset and linkedhashset?
what is PDU in transformer?? which company manufacture??
What are the various types of Diagnostic tests?
Does anyone have best practices for daily backup &restore process for qc 11 ?
How to store decimal data in .net?
Where is python used in real world?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is test pyramid? Explain with an example?
What are the major differences between Scala’s Auxiliary constructors and Java’s constructors?
How can you identify the browser and its information using QTP script?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).