how can we handle exceptional handling in qtp
Answer Posted / softwaretester4u
Hi we can handle exception handing through recovery
scenarios ,after creation of recovery scenarios ,call the
settings ,resource tab
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get the particular property value?
There is an excel file of 1 to 100 sheets how you will iterate through it?
How many number of actions possible in qtp?
Explain the concept of object repository and how quicktest professional recognises objects?
What are output values and why they are used ?
What are the Disadvantages of shared object repository?
How you can find the absolute value of the number in qtp?
How to test fly out menu in qtp?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How to suppress warnings from the test results page?
what is run action?
How will you report the bug and explain the defect tracking sheet you handled?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How many types of parameters are available in quicktest professional?
Hi,All How to create a link in excel sheet using qtp