What is the latest version in QTP?
Answer Posted / aa
its QTP 10.0
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain step generator in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Explain the new feature of UFT regarding the export of test results?
How you can find the absolute value of the number in qtp?
What is Cross browser testing? Does UFT support it?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
How you can make an action as re-usable action?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
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..
why text area checkpoints cannot used for web applications
With what extension you can save the list of tests in a file to run in test batch runner?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
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
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.