Hello Everybody,

Please tell me the concept of recovery management in QTP by
giving any practical example of it.

Thanks,
Gaytri

Answers were Sorted based on User's Feedback



Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / nath .t

Hi Gayatri,

Recovery Scenario is useful for to avoid the runtime
expections. QTP allows 4 types of expections. they are

1. Popup Expections
2. An Object
3. Test Run Error
4. Application Trash

Ex:- if u want to check login page. in login page have
User name,Password, OK, Cancel objects. u want to check for
different test data.

User name: must allows min:four characters and max:8
characters(only alphabets)
Password: must allows alphanumeric min:5 characters
and max:10 characters.

u have datatable in that so many test data like

UserName Password
1. Sai xxxxx
2. rama xxxxxx
3. krishna xxxxx

in the above table 1st test data situation is failed.
here one popup window raise at run time and it shows u must
enter min 4 characters. to avoid this expection at run
time we can use Popup window expection in recovery scenario.

if u go through Tools Menu--> Recovery Scenario

without using Recovery Scenario we can write our own script
also like as

if window("Login").dialog("Expection window").exist then
window("login").dialog("Expection window").winbutton
("ok").click
window("login").winbutton("cancel").click
end if

like this way we can write our own script to avoid
exception at run time.

Is This Answer Correct ?    4 Yes 0 No

Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / kalyan

Nath is right.

I will give some use ful tips.

First of all we have to find where can we get pop messages
etc---

Then we will use exist and click methods along with if
condition.

If object heirarchy .exist then

oh.click

we can use onerror resume next statement on top of the script.

Is This Answer Correct ?    2 Yes 0 No

Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / zayed

Gayatri,
Suppose when u click on .exe file, sometimes Security
warning message pops-up. This message box can be handled
thru Recovery scenarion. Let me know if u r still not clear.
Zayed

Is This Answer Correct ?    1 Yes 0 No

Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / nilanjan islam

when we face some unexpected error then we can use recovery
management.

Is This Answer Correct ?    0 Yes 0 No

Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / gaytri

Hi Nilanjan,

It is fine,,but my question is how we can use recovery
management in QTP.....can u please give me any practical
example of it.

Is This Answer Correct ?    0 Yes 0 No

Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / gaytri

Hi Zayed,

The concept is clear to me,but can you please tell me how
to handle it. As you have given me the example, so how you
will handle in that case.

Please tell me in steps how to handle that and if possible
please also provide the code.

Thanks,
Gaytri

Is This Answer Correct ?    0 Yes 0 No

Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practic..

Answer / gaytri

Hi Nath,

Thanks For your help, It sorts out my problem.


Thanks A Lot!!
Gaytri

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Which functionalities of QTP used in banking project?

0 Answers  


I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??

1 Answers  


How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......

1 Answers  


difference between waitProperty & Checkproperty

4 Answers   AON,


How can we call Winrunner functions from QTP?

1 Answers  






What is descriptive.create () in QTP?

3 Answers  


How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)

1 Answers  


what are the drawbacks for record and payback in qtp

3 Answers  


There is a name "AJAY" how do u count no.of. "A" in that name ?

4 Answers  


how you have used object libraries? plzzzzz do answer

1 Answers  


How can we open an Excel sheet through the script

8 Answers   eSymbiosis,


In Test Director , You can store Test cases or vb Script . Why we need VSS?

2 Answers  


Categories