Performance Testing SDLC
Performance Testing SDLC
SDLC
Analysis
Decide what the project is suppose to do Do not think about how the program will accomplish tasks Output: requirements document
Describes what program will do once completed User manual: tells how user will operate program Performance criteria
Design
Plan how to implement the system Discover structures that underlie problem to be solved Decide what classes and methods you need Output:
Description of classes and methods Diagrams showing the relationships among the classes
Implementation
Write and compile the code Code implements classes and methods discovered in the design phase Output: completed program
Testing
Run tests to verify the program works correctly Output: a report of the tests and their results
Deployment
Users install program Users use program for its intended purpose