Business Scenario-Based Performance Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* [[Business Scenario-Based Performance Monitoring and Diagnosis]] | * [[Business Scenario-Based Performance Monitoring and Diagnosis]] | ||
=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|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:05, 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.