How to change the scripts from Per-Action object repository
to shared object repository
Answer Posted / shilpa reddy
open new test,go to test menu-->settings-->click resources
tab-->select shared repository-->click on apply-->click on
ok
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write the vb script for call to new action in qtp?
To which environments does quicktest professional supports?
How you can decide which type of object repository you have to use?
when to start the automation?
What is the difference between run time object and test object in QTP?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What are the technics follow in writing VB script?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What are the types of data tables in qtp?
How will you test a stapler?
What is the XML file architecture ?
How will you compare keyword and expert view?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Explain advantages and disadvantages kdf?
What is RTM (require ment tracebulity marix) fromate?