phanisrikar
14 years agoContributor
Load Test a soapui test case scenario using LoadUI
Hi,
I have scenario created in Soapui pro.
1. Create a user
2. Read the user data
3. Update the user data
4. Read the user data
5. Delete the user data
Everytime a user is created a new reference id is created (similar to guid) using the guid only I will be able to perform the rest of the actions/steps.
The above scenario works for single user.
When I try to import the soap project with the above scenario in to load ui and execute with 10 virtual users. the variable used to store the guid will be replaced with new value .. so before completing the above 5 steps with the 1st user, 2nd user creates a new user and again guid is replaced... because of which entire scenario (5 steps in soapui testcase) will not be executed properly.
How can handle the above scenario, Is loadui having the machanism to handle the dyanmic values internally ?
need urgent help in the scenario.
Thanks
Phani
I have scenario created in Soapui pro.
1. Create a user
2. Read the user data
3. Update the user data
4. Read the user data
5. Delete the user data
Everytime a user is created a new reference id is created (similar to guid) using the guid only I will be able to perform the rest of the actions/steps.
The above scenario works for single user.
When I try to import the soap project with the above scenario in to load ui and execute with 10 virtual users. the variable used to store the guid will be replaced with new value .. so before completing the above 5 steps with the 1st user, 2nd user creates a new user and again guid is replaced... because of which entire scenario (5 steps in soapui testcase) will not be executed properly.
How can handle the above scenario, Is loadui having the machanism to handle the dyanmic values internally ?
need urgent help in the scenario.
Thanks
Phani