Forum Discussion
Alexander_Culum
16 years agoOccasional Contributor
Hi Ole,
ok, I will try. I will start with the requirements, they are quite basic:
Requirement 1: A web service should be called once a second, during a period of one hour. It should not exceed execution time of 500ms.
Requirement 2: To minimize side effects like caching, etc. different data sets should be used on each step.
Now, technically, what I want to have is a loadUI-workflow like this:
1. (Generator) (1/sec.) -> 2. DataSource component (take next item of csv file) -> 3. TestCase (web service call, existing soapUI TestCase) -> 4. Statistics component -> 5. loop to step 1/2. (for one hour).
I have this working in a loadtest in soapUI, however, I cannot get it running in loadUI. The soapUI TestCase has three steps which include the datasource, the web service call and the loop (ie. step 2, 3 and 5 in the workflow). If I convert it with the existing soapUI-TestCase -> loadUI-project converter, the loop starts correctly, however on each iteration only the first data set of the CSV file is used.
Best
Radgon
ok, I will try. I will start with the requirements, they are quite basic:
Requirement 1: A web service should be called once a second, during a period of one hour. It should not exceed execution time of 500ms.
Requirement 2: To minimize side effects like caching, etc. different data sets should be used on each step.
Now, technically, what I want to have is a loadUI-workflow like this:
1. (Generator) (1/sec.) -> 2. DataSource component (take next item of csv file) -> 3. TestCase (web service call, existing soapUI TestCase) -> 4. Statistics component -> 5. loop to step 1/2. (for one hour).
I have this working in a loadtest in soapUI, however, I cannot get it running in loadUI. The soapUI TestCase has three steps which include the datasource, the web service call and the loop (ie. step 2, 3 and 5 in the workflow). If I convert it with the existing soapUI-TestCase -> loadUI-project converter, the loop starts correctly, however on each iteration only the first data set of the CSV file is used.
Best
Radgon