Return to
Table Of Contents
Baseline Application Performance
Content Type: How-To:
Author: Scott
Contributer: Reviewer: Summary: Baselining the application is where test execution actually begins. The intent is twofold. First, all scripts need to be executed, validated and debugged (if necessary). Second, various single and multi-user tests are executed and recorded to provide a basis of comparison for all future testing. Initial baselines are typically taken as soon as the test environment is available. Re-baselining occurs at each new release.
Objectives: * Learn how to design and execute single user baseline scenarios
* Learn how to design and execute multi-user baseline scenarios
* Learn how to report test results against baseline scenarios
* Learn how to determine when new baselines need to be taken
Notes:
Return to
Table Of Contents