Forum Discussion

BernardV's avatar
BernardV
Occasional Contributor
5 years ago
Solved

End Load Test when data source files have all been sent (SOAP Project)

Good day,

 

I'm currently working on a simple load test case that consists of the following steps:

 

1. Data Source: Folder (containing .xml files)

2. SOAP Request 

3. Data Source Loop (to iterate through and send each file found in the data source folder)

4. Assertions.

 

In an example scenario where I have 250 .xml files in a folder and 10 virtual users sending SOAP requests, I would like the load test to end as soon as those 250 .xml files have been sent / have responses. Would this be possible?

 

Currently it seems like I am only able to set a time limit (example 5 mins) and it won't stop trying to contact the service whether it's sent all files or not.