Business Scenario-Based Performance Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Business Scenario-Based Performance Monitoring and Diagnosis") |
|||
(11 intermediate revisions by the same user not shown) | |||
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. | |||
=Session= | |||
=Iteration= | |||
=Business Scenario= | |||
Also see [[Events_User_Manual#Business_Scenarios|Business Scenarios in the <tt>events</tt> User Manual]]. | |||
==Request Sequence Number== | |||
=Request= |
Latest revision as of 22:15, 11 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.
Session
Iteration
Business Scenario
Also see Business Scenarios in the events User Manual.