If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Answer Posted / varun kandpal
If an application name is changes frequently i.e while recording it has name ?Window1? and then while running its ?Windows2? in this case how does QTP handles? QTP handles those situations using ?Regular Expressions?. ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
What are the differences between table and db checkpoints?
How will you handle java tree in qtp?
How to create Reusable and Multiple Actions?
Can launch two instances of qtp on the same machine?
Explain calling sub procedure.
How is the Bitmap checkpoint different from Image checkpoint?
Hybrid framework supports Descriptive programming. Is it true?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
What will be happen if i load object repository at run time, but it has already associated.
Explain the benefits of quick test pro(qtp)?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What are the challenges you faced during you entire life automation ?
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);
In qtp, explain what is qrs file?