Please any on explain usage of "on error resume next","On
error goto 0" with sample code....Thankyou.........
when a tester is asked to execute 100 scripts in a short
time..(the server will be down in another 10 min)..how he
has to run those scripts?
Answer Posted / aiswaryan
On error resume next - If any error occured in the function
then qtp will skip that error and start from the line next
to that and report the error in the result.
On error go to 100 - goto 100th line.
If the scripts are independent to each other, then you can
execute the scripts even if it stops in 10th script, in
later you can continue testing with that.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are private functions in QTP? How they can be called from the function library?
What are test settings and global settings?
how can i call function (which has link with excell sheet at a remote location) within another function
how will load the object during runtime?
Hi ,Can any one pleas explain how to test splash objects using QTP?
What is QTP scenario.
Through array we can execute the testcase how ? give me example
can any body give the banking domain concepts/links
How many add-ins comes by default with qtp?
What are the methods of the TextStream object that are used for reading from a text file?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
What are the differences between quicktest professional (qtp) and winrunner?
What is difference between shared and local object repository?
any body can you help me what is the script to automate an comand promt
Why is Client side image is preferred over server side image?