Forum Discussion

Apollo's avatar
Apollo
New Member
10 years ago

property transfer not working in load testing (SoapUI free version 5.0.0)

I'm trying to use SoapUI free version 5.0.0 to do some web service load test for me. I generated a test case running well in functional testing which contains property transfer steps to carry over token to next steps. But once I generate a load test against this test case. seems the test steps following the property transfer are not carrying correct token. Even I limited the load test into only 1 thread and seems the test steps were executed sequentially in the load testing. My test steps are as below.

  1. Property Step defines the Token
  2. HTTP POST request step to Get Token from server
  3. Property Transfer Step to save the token received from step2 into the property defined in step1
  4. groovy script step to do some trimming work against the Token saved in step1
  5. HTTP POST request using the Token saved in step1

This testcase works fine in functional testing. But I don't know why the token is not corrected retrieved and carried over in load testing.

No RepliesBe the first to reply