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
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 |
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 |
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 |
Answer / nilanjan islam
when we face some unexpected error then we can use recovery
management.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
Explain the Keyword View ?
How can you pass value one action to another action?
What is Performance testing?
I learned all the objects of my application in object repository thru English Language. now i want to use same object repository for other languages(French,Dutuch and Chinese)
Waht is User interface and Integration Testing?
Should have experience in framework means?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Why you are Using Descriptive programming instead of Object Repository?
1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.
What is the ur roles and responsibilities as automation testing engineer?
what is QTP batch testing tool?