Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what you mean by artifact,milestone...

1928


Explain how qtp identifies object?

1022


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?

1955


How software tester can use constants and variables in scripts?

2179


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

2003


what is keyword driven testing in qtp?n how is it useful?

1856


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1861


Brief the process of testing with UFT?

1020


Plz Explain AUTOMATION REFERENCE MODEL?

2152


Tell me one scenario, the complex functionality you have automated in your project?

1929


Which recording modes need more memory?

1002


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

1729


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1792


why text area checkpoints cannot used for web applications

2322


What is synchronization? What are the ways you can synchronize?

1099