Business Scenario-Based Performance Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
A load test consists in a sequence of requests sent into the application. The load generator simulates multiple users and sends requests on behalf of those users in parallel. For each user, the load generator establishes a [[#Session|session]], usually performing user authentication, then exercises an arbitrary combination of [[#Business_Scenario|business scenarios]], repeatedly, in a loop, and then ends the session. | A load test consists in a sequence of requests sent into the application. The load generator simulates multiple users and sends requests on behalf of those users in parallel. For each user, the load generator establishes a [[#Session|session]], usually performing user authentication, then exercises an arbitrary combination of [[#Business_Scenario|business scenarios]], repeatedly, in a loop, and then ends the session. | ||
=Business Scenario= | =Business Scenario= |
Revision as of 18:06, 4 May 2016
Internal
Load Test Structure
A load test consists in a sequence of requests sent into the application. The load generator simulates multiple users and sends requests on behalf of those users in parallel. For each user, the load generator establishes a session, usually performing user authentication, then exercises an arbitrary combination of business scenarios, repeatedly, in a loop, and then ends the session.