How to handle the errors without using recovery scenery?
Answers were Sorted based on User's Feedback
Answer / radhika
on error resume next---- has to be written in the beginning
or the code....
| Is This Answer Correct ? | 9 Yes | 1 No |
write on error resume next statement ,where do you expect an error may come. or in run setting set as "proceed to next step.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi U can use like this also
If browser("HOW TO HANDLE THE EARRORS").Page("HOW TO HANDLE
THE EARRORS").WebElement("Question : HOW TO HANDLE").Exist
Then
browser("HOW TO HANDLE THE EARRORS").Page("HOW TO
HANDLE THE EARRORS").WebElement("Question : HOW TO
HANDLE").Click
End If
Correct if wrong
Balaji
| Is This Answer Correct ? | 0 Yes | 7 No |
How to retrieve the data from database?
can we enable smart identification for test object
What is deference between normal QTP testing and descriptive programming?
Explain the concept of object repository and how quicktest professional recognises objects?
How to change the screen name while running the test.
can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
Define virtual object?
How can we check whether a particular sheet loaded (existed) or not in Data Table.
By using QTP can we record any log files written by the application which is in execution?
what is the difference between the modular framework and datadriven frame work
What is Parameterizing Tests?