Providing tests with variable data (datapools)

You can produce more realistic tests by changing them to use datapools. During execution, a test that uses a datapool replaces a value in the recorded test with variable test data that is stored in the datapool. This substitution allows each virtual user to generate a different request to the server.

Feedback