What are the abbreviations for tsr and mtr?
Answer Posted / rohit
.TSR :Test Shared Repository
.MTR :Moduler Test Repository
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the trigger events in qtp?
What is checkpoints for quicktest professional?
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
Why script error occur in between recording in qtp?
What is the difference between a Function and Procedure in QTP?
What are the types of properties that quick test learns while recording?
Diff b/w Health care domain and Banking Domain?
what type of run time errors you get while you ar edoing rpg program?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Differentiate the type of test cases which can be automated and which cannot be automated?
How to find the path of folder in which the test is saved in qtp?
How you know that a test case is a regression test case
how to find that tools work well with your existing system?
How QA specialist can identify when programmatic descriptions are useful?
hou can we use vb script in qtp could u tell me breafly