If the object property is changing very frequently, what was
your approach?
Answers were Sorted based on User's Feedback
Answer / aiswaryan
Then it is a dynamic object. You can take the object
property in run time by referring the innertext/innerhtml
of the the parent of the respective object. Then do set
property in run time and access the object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / puspita
If the object property dynamically change then u can go for this options
1.Regular expressions of descriptive program
2.Smart identification
3.Recovery scenario of Object state
4.Maintenance run mode
| Is This Answer Correct ? | 0 Yes | 2 No |
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
How to break the object spy ?
what is recovery manager and recovey scenerio?
What are objects? how do you select the unknow object?
How will you handle application crash using recovery scenario manager(step by step process)?
What is difference between Quality centre and Test Director?
What are Add-ins availble in licensed version QTP8.2
how to check URL using QTP? write vb script with descriptive programm only?
can anybody give me the links for vb script material
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
What is the diffrence bettween QTP 9.0 and QTP 9.1?
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions