- Apr 17, 2018
- admin
- 0
Life cycle of Performance Testing
Performance Testing starts parallel with Software Development Life Cycle (SDLC). NFR elicitation happens parallel with System Requirement Specification (SRS).
Now we will see the phases of Performance Testing Life Cycle (PTLC)
- Non- Functional requirement Elicitation and Analysis
- Performance Test Strategy
- Performance Test Design
- Performance Test Execution
- Performance Test Results Analysis
- Benchmarks and Recommendations
1. Non-Functional Requirements Elicitation and Analysis
In this phase, understanding the non-functional requirement is the inception and most critical phase in Performance Test Life Cycle.
Entry Criteria
- Application Under Test (AUT) Architecture
- Non-Functional Requirement Questionnaire
Tasks
- Understanding AUT architecture
- Identification of critical scenarios and understanding
- Understanding Interface details
- Growth pattern
Exit Criteria
- Client signed-off NFR document
2. Performance Test Strategy
This phase defined how to approach Performance Testing for the identified critical scenarios. Following are to be addressed during this phase.
- What kind of Performance testing?
- Performance tool selection
- Hardware and software environment set up
Entry Criteria
- Signed-off NFR document
Activities
- Prepare the Test Strategy and Review
- Data set up
- Defining in-scope and out-scope
- SLA
- Workload Model
- Prepare Risks and Mitigation and Review
Exit Criteria
- Baselined Performance Test Strategy doc
3. Performance Test Design
This phase involves with the script generation using identified testing tool in a dedicated environment. All the script enhancements should be done and unit tested.
Entry Criteria
- Baselined Test Strategy
- Test Environment
- Test Data
Activities
- Test Scripting
- Data Parameterization
- Correlation
- Designing the action and transactions
- Unit Testing
Exit Criteria
- Unit tested performance scripts
4. Performance Test Result Analysis
This phase involves dedicated to the test engineers who design scenarios based on identified workload and load the system with concurrent virtual users (VUsers).
Entry Criteria
- Baselined Test scripts
Activities
- Designing the scenarios
- Loading the test script
- Test script execution
- Monitoring the execution
- Collecting the logs
Exit Criteria
- Test script execution log files
5. Performance Test Result Analysis
The collected log files are analyzed and reviewed by the experienced test engineers. Tuning recommendation will be given if any conflicts identified.
Entry Criteria
- Collected log files
Activities
- Create graphs and charts
- Correlating various graphs and charts
- Prepare detailed test report
- Test report analysis and review
- Tuning recommendation
Exit Criteria
- Performance Analysis Report
6. Benchmark and Recommendations
This is the last phase in PTLC which involves benchmarking and providing recommendation to the client.
Entry Criteria
- Performance Analysis Report
Activities
- Comparing result with earlier execution results
- Comparing with the benchmark standards
- Validate with the NFR
- Prepare Test Report presentation
Exit Criteria
- Performance report reviewed and baselined.
Read more about Performance Testing…