Can we use same virtual objects in many number of tests?



Can we use same virtual objects in many number of tests?..

Answer / siraj shaik

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

Post New Answer

More QTP Interview Questions

how do u plan test automation?

0 Answers  


Can we do Load Teting with QTP?

12 Answers  


Synchronizing test

3 Answers   Wipro,


What is smart identification?

2 Answers   AZTEC,


How to fetch web elements count from Google Page which contains letter "e"

4 Answers  






Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya

3 Answers  


what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.

7 Answers   MBT,


what is vmodel?advantages and disadvantages of vmodel?

3 Answers   AZTEC, scintel,


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

0 Answers  


Explain different recording modes?

0 Answers  


What are metrics and matrix?

0 Answers  


Is it possible to change the values of analog recording?

0 Answers  


Categories