Forum Discussion

Rojitanayak's avatar
Rojitanayak
New Contributor
6 years ago

load test with 30 threads for 60 seconds with a Test case/input file that contains 10 records.

load test with 30 threads for 60 seconds with a Test case that contains 10 records. What is the number of calls to the service here.

2 Replies

  • StevenColon's avatar
    StevenColon
    SmartBear Alumni (Retired)

    Thank you for posting to our Community Forum. 

     

    The number of calls to a service in the indicate load test scenario depends on a couple of things:

    1. The average response time of each webservice call in the Test Case
    2. The configuration of the Data Source under the "Load Test" Option

    To expand on the second point, a Data Source can be used in two different ways. Each row of a file can be allocated to a single virtual user (this is known as a shared Data Source) or each virtual user iterates through every row. The second option would potentially lead to more API calls in the load test duration.

     

    Here is our documentation on the Data Source Options: https://support.smartbear.com/readyapi/docs/soapui/steps/data-source.html#options

     

    Sorry that I cannot provide a more precise answer with the provided information. Hopefully it will provide a good start in your analysis.

     

    Have a great day!  

    • Rojitanayak's avatar
      Rojitanayak
      New Contributor

      Thanks Steven. Here is my data source set up attached.

      My input excel sheet has 10 rows.

      Threads = 25, Limit = 60 secs

      Can you please tell me what would be the number of service calls here ?