if devloper change only button names in present build then
script will execute or not , why? Only gui changed.......
Answer Posted / raj
If name is the only unique property for recognizing the
button then it will give error. But say if you have
different object identification property like html id. then
script will work without error.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
what you mean by artifact,milestone...
Explain how qtp identifies object?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How software tester can use constants and variables in scripts?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is keyword driven testing in qtp?n how is it useful?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Brief the process of testing with UFT?
Plz Explain AUTOMATION REFERENCE MODEL?
Tell me one scenario, the complex functionality you have automated in your project?
Which recording modes need more memory?
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
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
why text area checkpoints cannot used for web applications
What is synchronization? What are the ways you can synchronize?