October 2014
Intermediate to advanced
228 pages
5h 5m
English
More often than not, we will need to provide varying input datasets to our scripts to simulate realistic user interaction with an application. Most applications, for instance, need to be authenticated against to view certain restrictive areas of the application. The way to accomplish this is by supplying an input datafile to the test script. The file is normally in the form of comma-separated values (CSV).
This recipe shows you how to feed data into your script to handle such scenarios. Perform the following steps:
Alternatively, you can clone the sample from the GitHub repository at http://github.com/jmeter-cookbook/bundled-code ...
Read now
Unlock full access