What is parameterizing?

In order for WinRunner to use data to drive the test, you must link the data to the test script which it drives. This is called parameterizing your test. The data is stored in a data table.

Showing Answers 1 - 3 of 3 Answers

Soujanya Challa

  • Jan 20th, 2006
 

In order for WinRunner to use data to drive the test, you must link the data to the test script which it drives. This is called parameterizing your test. The data is stored in a data table.

  Was this answer useful?  Yes

jaya

  • Aug 8th, 2007
 

In order for winrunner to use data to drive the test, replace fixed values in the check point statement and in recorded statement with parameters and creating a data table containing values for parameters. This is known as parameterizing the test.

  Was this answer useful?  Yes

pjchary07

  • Sep 18th, 2007
 

Instead of passing different inputs to the same operation again and again the parameterization was used in which you can add different parameters in the test scripts and also the input given is shown in the data table (Excelsheet), such that when the application runs it takes the input by itself in different iteration.

  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