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 |
from where we will retrieve data for data driven tests in qtp?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
How many types of recording modes in qtp? Which will be used when?
How you can find length of array in qtp?
What are the option you can use to synchronize your test?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
How to count the no of objects in XML file(QTP)
If QTP not recognizing using repository while executing, how can we go forward
can somebody send the script to write a multiplication table in notepad through qtp
How to capture screen shots when an error occurs?