1.Planning
a.Scope of Testing
b.Workload Model
2.Design
User Journeys
Identify the key user journeys that mimic the typical production load profile you expect. For example, you’ll have more browsers that buyers, you’ll have a number of people who abandon their session, etc.
For each step in the user journey identify the data that is needed as input and the data that should be checked as output.
Measurement Metrics
There are several types of metric:
Speed - The time it takes for something to happen. e.g.Response Time
Throughput - The number of things that happen in a given period. e.g. Requests per second
Utilisation - How used something is e.g.Processor is 80% busy
For each step in the user journey identify the data that is needed as input and the data that should be checked as output.
Measurement Metrics
There are several types of metric:
Speed - The time it takes for something to happen. e.g.Response Time
Throughput - The number of things that happen in a given period. e.g. Requests per second
Utilisation - How used something is e.g.Processor is 80% busy
3.Development
a.Recording a Script
b.Modifying the Script
c.Timers
d.Response
e.Separating Scripts from Data
4.Testing
5.Execution
6.Analysis
No comments:
Post a Comment