JMeter Performance Testing Tutorial 21- How to Use CSV Data Config for Data-Driven Testing in JMeter

preview_player
Показать описание
CSV Dataset variables are defined at the start of each test iteration. As this is after configuration processing is completed, they cannot be used for some configuration items - such as JDBC Config - that process their contents at configuration time (see Bug 40394) However the variables do work in the HTTP Auth Manager, as the username, etc. are processed at run-time.
As a special case, the string "\t" (without quotes) in the delimiter field is treated as a Tab.

When the end of the file (EOF) is reached, and the recycle option is true, the reading starts again with the first line of the file.

If the Recycle option is false, and Stop Thread is true, then reaching EOF will cause the thread to be stopped.

Subscribe our channel for latest videos
==================================

#selenium #tutorials #free #2022 #training
Watch more free Selenium Tutorials

#JMeter #performance #testing #tutorials #free #2022 #training
Step by step free JMeter performance tutorials

#postman #API #testing #tutorial #manual #automation #free #2022 #training
Step by step free postman API manual and Automation Testing tutorials

#java #programming #tutorials #free #2022 #training
Step by step free Java programming tutorials

#agile #Youtube #series #free #2022 #training
Learn about agile from free YouTube series

#learn #software #testing #innovative #animated #videos #free #2022
Learn software testing free from innovative animated videos
Рекомендации по теме
Комментарии
Автор

😊 Hello and thank you for watching! We'd love to hear your opinions in the comments section.

TestingFunda
Автор

The number of test users in CSV file should correspond the number of threads?

andrewkotov
Автор

Hi, I have Thread Group with three requests (login, do some process, logout) I'm passing data's(1500 data) from csv config file for login and do some process request. It is working fine if i give thread count as 1500, but i want to run the thread group in loop for infinite time were after reaching 1500 data in csv file again it should continue from the first row. I tried a lot but it is not working.For Login, after reaching 1500 data it again starts from 1st but for the next request after reaching 1500 data it takes empty data from csv file even though i have set true for recycle EOF. Can you just give me a solution. Thanks

pavithram
Автор

How to use thi method for post request?

vivekhegde
Автор

hello sir, i have followed all those steps properly, still get errors in some of the threads, why it's happening

gayatritankar