What is the difference between Recover Scenario(screen) and
on Error Resume Next(code)
Answer Posted / hina
Recovery scenarios are used when you cannot predict at what step the error is going to occur. for eg- application crash.you can provide post action wherein if application crash occurs some specific action can be performed On error resume next is used where you are quite sure about the error. If that particular error occurs it will skip that line of code and move to next line.It is used when you dont want your execution to halt for a minor error.The type and number of error can be described using err number and err description.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is file database?
Explain xml checkpoints.
What are the views available in qtp?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Describe function procedure in vbscript.
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How do you convert manual test cases to automated test cases?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is expert view and keyword view?
How do I get the QTP scripts result in xml format by using vb script function?
Whats the realtime QTP testing process
How many types of Automation frameworks are there in UFT? Describe them.
What is synchronization? What are the ways you can synchronize?