how to find that tools work well with ur existing system?
No Answer is Posted For this Question
Be the First to Post Answer
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
why text area checkpoints cannot used for web applications
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
What is an environment variable?
what type of framework u r using in ur organization
What are the views available in quicktest professional?
can u write one user defined function for webedit class.
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
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
what is mean by output parameters? I need full description with example. tell me any one please
Difference between image checkpoint and bitmap checkpoint
What are the types of Object Repository’s in QTP?