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 / ganesh kumar
"on error resume next" is to resume the QTP to the next
line,next action when an error occurs while executing the
Test Script
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what type of automation is follwed in the project?
Discuss quicktest professional environment?
What is throw object?
How to find Operating system information using QTP script?
How to use transactions in qtp?
How to create scenario selector
when to start the automation?
What is Distributed testing? How does UFT support it?
What is expert view and keyword view?
What are the common defects found in your project? (in qtp interview)
How will you check a web application for broken links using qtp?
How to import a test case present in ".xls" file to TD under a Test set?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How to create a standard checkpoint ?
what is vmodel?advantages and disadvantages of vmodel?