What are the reasons why parameterization is necessary when load testing the Web server and the database server?

Showing Answers 1 - 4 of 4 Answers

purnima

  • Jul 21st, 2005
 

parameterization is done to check how your application performs the same operation with different data.In load runner it is necessary to make a single user to refer the page for several times similar in case of database server.

  Was this answer useful?  Yes

Generally, parameterization has two advantages:

1. Makes scripts smaller/easier to understand
2. Helps you use unique data in your script

Also, in LR you can use parameterization while working with data & time, when you have data dependancy and in the case of data caching.

- Anshoo Arora

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