How many ways we can parameterize data in QTP?
Answer Posted / narendraa
There are four types of parameters.
1.Test, action or component parameters.
2.Data Table parameters.
3.Environment variable parameters.
4.Random number parameters.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Why qtp always start action1 and does not start action?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
How is a Step generator used in UFT?
How you will rate urself in QTP in the range of 0 to 5
Explain measuring transaction.
How many types of object repository in qtp?
What is the difference between call to existing action and copy of an action?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
what is review
What is the basic concept of quicktest professional?
What are the automation metrice in your project?
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 benefits of quick test pro(qtp)?
What are the methods of the TextStream object that are used for reading from a text file?
What the differences are and best practical application of Object Repository?