How to handle the exceptions using recovery secnario
manager in Qtp?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
You can instruct QTP to recover unexpected events or errors
that occured in your testing environment during test run.
Recovery scenario manager provides a wizard that guides you
through the defining recovery scenario. Recovery scenario
has three steps
(1). Triggered Events
(2). Recovery steps
(3). Post Recovery Test-Run
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balaji
During the Automation testing time we give some valid and
invalid inputs through excel sheet. While passing the
invalid inputs system will be interact so to over come this
problem we can use recovery scenario manager.
In the Qtp9.2 if u use exception handling just select
Tools tab -- Recovery Scenario Manager -- while u get some
related information then select that Radio Buttons and Run
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the main differences of qtp and win runner?
What are the Features & Benefits of Quick Test Pro (QTP)..?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Suppose U change the script whether it affect the object properties of the object in the object repository
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
what are the cases in which we use XML and accessibility check points.
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
What is method name to compare two XML files.
Write a QTP script to enter a keyword in to Google search engine?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.