How in HTTP Request Defaults in the path field to transfer data from the csv file? There is a file with links to the pages of the site exported from the database, we want to check each link in turn for download time, etc.

    1 answer 1

    The HTTP Request Defaults element (the Defaults keyword) is intended to set general parameters for all HTTP Request samplers in its action scope .

    For example, you can specify a host, port, timeouts, etc. only in one place so that if, for example, the application under test moves to another address, you can change it in only HTTP Request Defaults without having to do this for each HTTP Request sampler.

    An example of using data from a CSV file to parameterize JMeter tests can be found in the Building an Advanced Web Test Plan template:

     File -> Templates -> Building an Advanced Web Test Plan -> Create 

    JMeter ADvanced Web test Plan csv

    • Accepted. But this does not solve my problem. I have an address and a bunch of slug in the file. They all need to get rid of JMeter, you do not want to create a sample for each slug. Want to do an automated process - Andrew