In how many ways parameterization can be done in QTP?

Questions by hm2noor   answers by hm2noor

Showing Answers 1 - 3 of 3 Answers

Uday Kumar. A

  • Aug 26th, 2006
 

we can parameterize our tests in 4 ways.

1. Test or component parameter

2. Data Table parameter

3. Environmental variable parameter

4. Random number parameter

  Was this answer useful?  Yes

noor

  • Aug 28th, 2006
 

Thanks Uday

Could you please explain each step in details?

Noor

  Was this answer useful?  Yes

Deepak KN

  • Jul 17th, 2007
 

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.

  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