I have a test plan in which i am executing GET call on a server, i am reading data for GET calls from csv files.
I am dividing 100% among the five throughput controllers as
one -> 10
one_one ->20
one_two ->30
one_three ->50
two ->20
two_one ->40
two_two ->60
three -> 45
three_one ->20
three_two ->30
three_three ->20
three_four ->30
four -> 10
four_one ->100
five ->15
five_one ->20
five_two ->30
five_three ->50
each of csv data set configure reads data from different files which contain variable number of lines (no. of lines is not same in all csv files), Now the PROBLEM is when any one of the csv file got completed then the test is getting stopped. I want to make the test run until all the csv files are completely read. CSV data set configuration is Recycle=false, stop at end of file=true, to make calls end when file reading is complete.
How to fix this problem
Aucun commentaire:
Enregistrer un commentaire