Answer Posted / shamshuddin
you can write your QuickTest automation scripts in any
language and development environment that supports
automation. For example, you can use: VBScript, JavaScript,
Visual Basic, Visual C++, or Visual Studio .NET.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
What is synchronization point in QTP?
Does quicktest professional (qtp) is unicode compatible?
how to idetfy which test cases are automated?who will deside that plz tell me
can any one say that where we can download the QTP trail version ??????????
What is optional step in qtp? How you can add optional step in qtp?
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'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
What is object spy in quicktest professional?
How to Test the mainframe application?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
What is the difference between byref and byval in qtp?
what is profile tool?
What is Associate Repository in QTP 9.2 ?
If the objects hierarchy is changing from build to build, then how you will handle that condition?