How the objecs properties are identified?Tell me in
Hierarchical order?
Answer Posted / amit
Only Shiva's answer is Right rest other two at top are wrong..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the short cut keys for the following?
How many types of parameters are available in quicktest professional (qtp)?
How does you test a weblink which is changing dynamically?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
what is the difference between modular framework & datadriven framework
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
explain how to write vb script in qtp?when will you write own script?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
please post the interview questions for QA position in FACTSET
What is difference between design time and run time data table?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Explain different types of checkpoints?
If I change the object name in one action will it be updated in all the actions? Or not?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box