13 years ago
Parameterized Load Testing in SOAPUI
Hi,
I have a SOAPUI Functional Test Case with 4 test steps, these 4 test steps using the Test Case Level properties so when I have created the load test for this test case, I must pass the different different values for each Thread. We can dynamically change these custom properties by adding a groovy script step in the beginning of the test case but these custom properties must not be change until the the last step execution.
The threads are parallelly executing so the 2nd thread is changing these custom properties as part of their execution before completing the 1st thread execution so is there a way to specify the dynamic values to each thread execution and these passed values should not change until the all Test Steps of that Thread completed.
NOTE: Whatever the Groovy Script Test step I have added is successfully changing the Test Case Level properties as part of Functional Test Case executions and the Test Case Level Properties also modifying but when I am executing the Load Test Case the Test Case Level Properties are not modifying even we have the same Groovy Script Step as first step in the load test case.
Thanks,
BSK
I have a SOAPUI Functional Test Case with 4 test steps, these 4 test steps using the Test Case Level properties so when I have created the load test for this test case, I must pass the different different values for each Thread. We can dynamically change these custom properties by adding a groovy script step in the beginning of the test case but these custom properties must not be change until the the last step execution.
The threads are parallelly executing so the 2nd thread is changing these custom properties as part of their execution before completing the 1st thread execution so is there a way to specify the dynamic values to each thread execution and these passed values should not change until the all Test Steps of that Thread completed.
NOTE: Whatever the Groovy Script Test step I have added is successfully changing the Test Case Level properties as part of Functional Test Case executions and the Test Case Level Properties also modifying but when I am executing the Load Test Case the Test Case Level Properties are not modifying even we have the same Groovy Script Step as first step in the load test case.
Thanks,
BSK