Does QTP supports Linux or Unix OS?.If so which scripting
is preferable? Shell we do record and playback
whow much strong on VB and C?
What are the different types of recording modes in qtp? Which will be used when?
Explain the concept of how quicktest professional (qtp) identifies object?
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
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
How to handle dynamic objects in quicktest professional (qtp)?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
How to parameterize in QTP?
What is keyword driven testing..what is the use of this in Automated testing
What exactly is the difference among all the three recording modes.
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???