If a object property is changed in the application. where
it should be updated in QTP...
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / sanjay sharma
First know which property is changed.
Based on this you need to write descriptive programming to
identify the object.
Then perform any methods or properties to get the result.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Key word driven framework
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
what is test scheduleling?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What do you to script when objects are removed from application?
Object repositories types, which and when to use?
How many number of actions possible in qtp?
How to handle dynamic objects in quicktest professional?
What is the syntax to call one action in another?
How can you send user defined messages to test report?
Where is the Bitmap checkpoint information stored?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);