Recovery Manager means..?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Recovery Scenario Manage is a wizard that enable us to
create and edit recovery files, and create and manage
recovery scenarios.
The Recovery Scenario Manager dialog box displays the name
of the currently open recovery file, a list of the scenario
(s) saved in the recovery file, and a description of each
scenario.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naren
It provides a wizard that guides through the process of
defining a recovery scenario. Here recovery scenario is a
definition of an unexpected event and the operation(s)
necessary to recovery the test run.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashok
it is a situation the tool it self recover when there is a
problem araises ,that means if any prob occur ie any
unwanted windoww,object crash,or application error the tool
itself recover and execute the ramaining functionality
properly with raising some trigger events
there are mainly 4 types
1/popup window
object state,
application crach,
error in msg
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / haribabu
while running the script the application guide proper error
or suggition massages to recovry from that massages by
using recovery manager
we are using 4 type recovery managers
1.pop up window
2.object state
3.application crash
4.test run error
| Is This Answer Correct ? | 1 Yes | 0 No |
3. How to handle the exceptions using recovery secnario manager in Qtp?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Give me brief idea about QTP automation object model?
what is the mediater between qtp and application/project in automation testing?
How will u find that how many List boxes( and check boxes) are present in one particular window
what is smart identification?
Explain the Load testing process?
what kind of frame work you used in your last project?
How will you send values to a cell in a webtable using QTP?
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?
In QTP how can we recognize objects Without using Object Repository?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.