Forum Discussion

OduBee's avatar
OduBee
Occasional Contributor
8 years ago
Solved

TPS (the number of transactions per second)

Hi,

 

How do I set up a test in LoadUI NG Pro to run 3 TPS (the number of transactions per second) on 2 scenarios for (x) minutes duration.

 

Thanks.

  • Hi,

     

    When you create a new load test it contains one scenario by default. To have one more scenario please press the button Add Scenario on the page Load of the module LoadUI NG.

     

    To get TPS = 3 you should do the following (it is all on the page Load):

     

    1. Set Load Type to VUs

    2. In scenario's settings set the number of VUs to 3 Simultaneous and Wait time to 1 second (for both the scenarios)

     

    OR

     

    1. Set Load Type to Rate

    2. In scenario's settings set the number of Arriving users to 3 per second (for both the scenarios)

     

    To limit the test execution time to x minutes please see the following topic:

     

    http://readyapi.smartbear.com/loadui_ng/configure/duration/start

     

    Best regards,

    Alexander Sviridov

    LoadUI NG Developer

     

2 Replies

  • Hi,

     

    When you create a new load test it contains one scenario by default. To have one more scenario please press the button Add Scenario on the page Load of the module LoadUI NG.

     

    To get TPS = 3 you should do the following (it is all on the page Load):

     

    1. Set Load Type to VUs

    2. In scenario's settings set the number of VUs to 3 Simultaneous and Wait time to 1 second (for both the scenarios)

     

    OR

     

    1. Set Load Type to Rate

    2. In scenario's settings set the number of Arriving users to 3 per second (for both the scenarios)

     

    To limit the test execution time to x minutes please see the following topic:

     

    http://readyapi.smartbear.com/loadui_ng/configure/duration/start

     

    Best regards,

    Alexander Sviridov

    LoadUI NG Developer

     

    • OduBee's avatar
      OduBee
      Occasional Contributor

      Hi Alexander,

       

      Thanks a lot for your response.