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 |
diff between qtp versions from 8.5
What are the differences between table and db checkpoints?
Among all the check points what is the most important checkpoint?
how qtp identifies objects of application.
What is difference between design time and run time data table?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
Write a script to verify font style and color of a windows object using descriptive programming
How to create configuration scripts
Without using gui map editor we can recognize the application in winrunner ?
we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
tell me types of environment variables? what r they? explain details? pls give anwer any one?