what is On Error Resume Next ?
Answer / guest
On Encountering Error at any point, it skips the part(
steps of that code) and moves to next part of the Code
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the QTP advantages and disadvantages?
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
What is the real use of different actions in QTP
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
what will be there in keyword view and expert view?
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya
1. how can you handle exceptions without using recovery scenario?
Define object spy ?
Dear Friend, I am New in QTP 10 so can any one tell me how to do QTP testing on WEB APPLICATION while writing VBScript. If Possible then Give Example how to write vbscript in QTP to test WEB Apllication. Vishal Patil
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?