简体   繁体   中英

How to run JMeter with different post requests

i want to put my web application to stress test. I can do it with "Http Request Sampler" but we want our post data have different values which can be read from a DB or a file.

How can i accomplish working with different data?

Thanks in advance...

To do this, use:

  • CSV Data Set , this will export as variables the columns in each row of your CSV

  • Then you just use variables this way ${var1} in Http Request sampler

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM