Saved Bookmarks
| 1. |
What do you understand by Throughput in Performance testing? |
|
Answer» Throughput refers to the NUMBER of transactions PER SECOND that an application can handle under the influence of lot of users (load). The API NEEDS to ensure that required throughput is met before it is deployed on production. We can identify this by performing the Load Testing of the APIs. We can do this by identifying multiple transactions of different priorities and check how many requests are successfully passed in acceptable time governed by the SLAs (Service Level Agreements) defined by us. |
|