I like the way the things being explained in the video with regards to real world kind of example. Also, the instructor has a very good level of understanding, as he knows very well that which all are the places where a viewer of video might get confused, and hence he has shown such conepts of implementation of variables in a very basic level to the higher level . Gerat job... This is so far one of the best videos that I had referred till date on youtube with regards to jmeter.
Hi Phanindra, I realized that you have disliked the video because of the data picked by the CSV file... This happens when you are trying to run with multi-users with a loop of 1... To achieve what you need, you can try any one of the following based on your requirement: 1) Multi-User is not mandatory: Try with a single user, but with multiple loop count. It will make a single user call the CSV file multiple times and thus different values will be picked from the list... (This part is shown in the video) 2) Multi-users is mandatory: Here you can use the "StringFromFile" method to capture the data. Unlike the "CSV Data Set Config" which links themselves with the user, "StringFromFile" links itself with the Iteration. Thus, whenever any User calls "StringFromFile", a new value will be picked. Example: ${__StringFromFile("C:\TestData.txt")} You can try "StringFromFile" for your requirement. If there is some confusion, I can create a video for your reference.
I like the way the things being explained in the video with regards to real world kind of example. Also, the instructor has a very good level of understanding, as he knows very well that which all are the places where a viewer of video might get confused, and hence he has shown such conepts of implementation of variables in a very basic level to the higher level . Gerat job... This is so far one of the best videos that I had referred till date on youtube with regards to jmeter.
Hi, thank you for explaining the details in detailed manner. Than you for your help.
Very good and informative
Can i ask you for the code? i tried 5 times, but not working for me! TIA
Please inform which part is not working...
I will try to figure out what could be the problem
@@jmetercommunity2689 Hi, i think i found my issue. btw thanks for such a great tut. helped me a lot!
@@jmetercommunity2689 how you set different switch value for transaction controller ?
Thank you. very Clear :-)
from csv file it will take one record
Hi Phanindra,
I realized that you have disliked the video because of the data picked by the CSV file...
This happens when you are trying to run with multi-users with a loop of 1...
To achieve what you need, you can try any one of the following based on your requirement:
1) Multi-User is not mandatory: Try with a single user, but with multiple loop count. It will make a single user call the CSV file multiple times and thus different values will be picked from the list... (This part is shown in the video)
2) Multi-users is mandatory: Here you can use the "StringFromFile" method to capture the data. Unlike the "CSV Data Set Config" which links themselves with the user, "StringFromFile" links itself with the Iteration. Thus, whenever any User calls "StringFromFile", a new value will be picked.
Example: ${__StringFromFile("C:\TestData.txt")}
You can try "StringFromFile" for your requirement. If there is some confusion, I can create a video for your reference.