Answer Posted / nishant kumar
On Error Resume Next : causes execution to continue with the statement immediately following the statement that caused the run-time error, or with the statement immediately following the most recent call out of the procedure containing the On Error Resume Next statement. This allows execution to continue despite a run-time error. You can then build the error-handling routine inline within the procedure.
Using "Err" object msgbox "Error no: " & " " & Err.Number & " " & Err.description & " " & Err.Source & Err.HelpContext
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Did QTP prove efficient for your project? Yes or No, explain?
Write a QTP script to enter a keyword in to Google search engine?
How to use Environment parameterization? Explain with an example.
What is the difference between keyword view and expert view?
How is the Bitmap checkpoint different from Image checkpoint?
What is the descriptive programming?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What is the latest version of qtp?
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
when to start the automation?
What are the 3 main stages involved in testing with qtp?
Differences between quicktest professional (qtp) and winrunner?
What are the types of object repository?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti