Suppose U change the script whether it affect the object
properties of the object in the object repository
Answer Posted / raju k jalgar
It will not affect the Object Ropository Properties. But
during you script execution, your test might fail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
is there any addin for remedy user application
how will you check how many members visited the website www.infosys.com?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What are the different ways to invoke an application using 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 do you to script when objects are removed from application?
How are actions and functions different in QTP?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
What is Port testing. Whhen will you perform?
what is the hierarchy to use properties in descriptive programming
How to open a new test using quicktest professional?
What is difference between run time object and test object?
What is regular expression?