I have a 10 lines of qtp script, while executing i got an
error at line 7 but i dont want to stop the execution i want
to continue the execution up to last line and display the
test result window, wts the syntax we use?
Answer Posted / justin brus
Use 'On error Resume Next' statement at the beginning of
the script
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
How many ways we can parameterize data in quicktest professional?
what is command for executing files?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What is the file extension of the code file and object repository file in QTP?
How are actions and functions different in QTP?
What is the descriptive programming?
In qtp, how you can use xpath to identify objects?
whow much strong on VB and C?
What is the diff between image and bitmap check point?
Mention the test steps of qtp.
How to create scenario selector
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
How can you give wait up to 10 seconds in qtp?