Mircea_Untea
15 years agoOccasional Contributor
How to use DataSource settings in LoadUi
Hi,
How to use dataSource settings in LoadUi if I don't want to use any row more than once?
I have the following scenario :
Sopaui TestCase :
Step1- DataSource(xls file with cca 3000 rows)-GetUsernameAndPass
Step2 Http -Login
Step3 Property transfer : transfer username and session Id to TestCase properties
Step4 Http Logout
Properties for DataSource(step1) is set to share the DataSource between threads during LoadTest.
LoadUI Scenario:
Step1 : Fixed Load : 100 threads
Step2 : SoapUI Runner with option "Adds the soapUI TestCase Properties to the result message, at the end of each run" and Output level ="TestCase Only"
Step3 : Table Log (for results)
In Table Log I find the same user used more then once .
Can you please check how can I handled this in order to have an unique value(in this case Username) from DataSources for each thread.
Thank You
Cata
How to use dataSource settings in LoadUi if I don't want to use any row more than once?
I have the following scenario :
Sopaui TestCase :
Step1- DataSource(xls file with cca 3000 rows)-GetUsernameAndPass
Step2 Http -Login
Step3 Property transfer : transfer username and session Id to TestCase properties
Step4 Http Logout
Properties for DataSource(step1) is set to share the DataSource between threads during LoadTest.
LoadUI Scenario:
Step1 : Fixed Load : 100 threads
Step2 : SoapUI Runner with option "Adds the soapUI TestCase Properties to the result message, at the end of each run" and Output level ="TestCase Only"
Step3 : Table Log (for results)
In Table Log I find the same user used more then once .
Can you please check how can I handled this in order to have an unique value(in this case Username) from DataSources for each thread.
Thank You
Cata