How many ways we can parameterize data in QTP?
Answer Posted / akshay kumar
There are four types of parameters:
Test, action or component parameters enable you to use values passed from your test or component, or values from other actions in your test.
Data Table parameters enable you to create a data-driven test (or action) that runs several times using the data you supply. In each repetition, or iteration, QuickTest uses a different value from the Data Table.
Environment variable parameters enable you to use variable values from other sources during the run session. These may be values you supply, or values that QuickTest generates for you based on conditions and options you choose.
Random number parameters enable you to insert random numbers as values in your test or component. For example, to check how your application handles small and large ticket orders, you can have QuickTest generate a random number and insert it in a number of tickets edit field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to run a test using quicktest professional?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Why is Client side image is preferred over server side image?
What are parameterizing tests?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What is the script for database check point, bitmapchek point, regular expression ?
What is the difference between rational rose and QTP?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How many number of actions possible in qtp?