w is recovery senario manager

Answer Posted / hima bindu

during the execution qtp may face some problematic
situations where in it need to recover by it self and
continue the execution. to do the same a test engineer
should define the corresponding solution and make the it
available to the step before the execution starts.
qtp may face 4 types of problematic situations
1. problems related to popup window
2. problems related to object state
3. problems related to test scipt execution
4.problems related to application crash
to define the solutions for above problems qtp has 4
trigger events
1.popup window
2.object state
3.test run error
4.application crash

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is checkpoints for qtp?

528


Where can I find and view run-time data table?

522


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1473


Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version

1405


I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!

1435






How to run a test using quicktest professional?

525


Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.

1763


How to use conditional loops in qtp ?

585


What contains Data Driven Framework document in qtp?

1460


Give me some real time point of way where exactly we can conduct audits?

1497


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

1845


wht type of User defined functions or Java Releated functions Do we write in VB scripting

1378


What is qtpro? What is a quick test professional?

579


what is the difference between modular framework & datadriven framework

1593


Write a script to customize the test results in PDF and HTML format.

2082