Answer Posted / anand
Vbscript,javascript
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what type of framework u r using in ur organization
How to call a test from another test?
What is synchronization? What are the ways you can synchronize?
When ‘option explicit’ keyword is used in qtp?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What are the types of object repositories? Which one is you are using?
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
what are the limitations of smart identification in qtp 9.0
What are the factors on which script execution time is dependent?
Define Environment Variable in UFT and its uses?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
what is test scheduleling?
How does quicktest professional identifies the object in the application?
Explain how you can find the absolute value of the number in qtp?