IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY
NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
Answer Posted / sudha sharma
Yes, we need to update the physical discription of the
changed objects as well as updation of active screens is
also required. In QTP this can be done by using Update Run
Mode.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
What are the types of environment variables in qtp?
I want to do QTP Certification what is the pattern of Question paper.
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
How software tester can use constants and variables in scripts?
What is TOM in QTP?
What do you to script when objects are removed from application?
Problem with XML checkpoint in QTP ?
how to find that tools work well with ur existing system?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What is the latest version of qtp?
Sql questions to find second max salary and how to use joins
What are the general steps involved in the data driven framework?
What is RTM (require ment tracebulity marix) fromate?
How you can make an action as re-usable action?