Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the main differece between QTP 9.0 and 9.2

1 Answers   VeriSign,


Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?

0 Answers   Ness Technologies,


Can you tell me any books or websites to learn VB Script for QTP ??

1 Answers  


How do you test siebel application using qtp?

2 Answers  


What is the differnce between action & script

1 Answers  


How to open a new test using QTP?

1 Answers  


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

0 Answers  


Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.

1 Answers  


you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva

0 Answers   Covansys,


In QTP whether is it possible to call a function from one action to another action?

1 Answers  


What is the quicktest professional testing process?

0 Answers  


Hi all, what is the latest version of QTP?

20 Answers   CTS,


Categories