Can we use same virtual objects in many number of tests?
Yes, we can use same virtual objects in any number of tests.
Once any object changed as virtual object that information
will be saved in virtual object manager. Until the same
virtual object exist, we can use those virtual objects in
any number of tests.
| Is This Answer Correct ? | 3 Yes | 0 No |
what are recovery management techiniques?
2 Answers BirlaSoft, GL Noble Denton,
How to Test Dynamic links ?
Explain about the Test Fusion Report of QTP?
Explain data driven framework?
what is reusable action and how the same can be implemented (process)?
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
Definationions for keyword view and tree view?
why the smart identification is not there in WinRunner
what is bultin funtaion in QTP &tell me five examples?
What does VBS file contain?
Hi all , I am new at QTP I want a sample script to check validation messages(For java script or VB script) for login page with for web based application.. Any one can Help. I have to complete it in two days I need urgent help.. Ex. if I want to check mail.yahoo.com 1 > If user doed not exist it display "Username does not exist" 2> if invalid Uname and password then it display" Invalid Uname or pass" 3> Loing Sucssessfully. I want to check this types of application by using data table to give values of username and password.. Thanks