What are the different ways of parameterising in QTP ?

Questions by subhashini.lutimath   answers by subhashini.lutimath

Showing Answers 1 - 2 of 2 Answers

anjalireddy

  • Jan 3rd, 2007
 

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, Quick Test 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 Quick Test 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 Quick Test generate a random number and insert it in a number of tickets edit field

  Was this answer useful?  Yes

honey

  • Jan 4th, 2007
 

There are six different types of parameterization

1. Data Table

2. Environment variabls

3. Random Number

4. Action Table

5. Through flats files

6. Through Excel sheet

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions