Building Performance Testing Teams
November 4, 2007 – 8:31 amIntroduction
There have been many books, articles and web sites dedicated to various aspects of performance testing: how to use load testing tools, how to create automated scripts, how to monitor servers, etc. etc. What I haven’t seen, is any discussion about how to create a performance testing team: what processes to use, what works in a team context and what doesn’t. In this article, I will discuss some of the issues I have faced in building performance testing teams.
Division of Labor
As soon as you have more than one person responsible for performance testing, you will need to determine how the performance testing tasks are divided. Division of labor can be done by application, by project, by activity (creating test plans, creating test scripts, testing, monitoring, analyzing, etc.) There are many factors in play when determining the best way to including: size of team, size of application, release schedules, team abilities, etc.
| By Application | By Project | By Testing Activity | |
|---|---|---|---|
| Pros: |
|
|
|
| Cons: |
|
|
|
| Best for: |
|
|
|
Hopefully this table provides some insight for you to consider for your testing teams.
What To Do With All This Stuff?!
Performance testing generates a lot of “stuff”. A month of testing could easily generate hundreds of gigabytes of result data. In addition to test results, there are other test assets that may need to be saved and managed- test plans, test scripts, meeting notes. What to do with all of this stuff? It is critical for effective and efficient performance testing teams to have processes and standards about how to deal with all of the test assets and result data. Here are some ideas to manage your test assets.
| Where to save? | How long to keep? | |
|---|---|---|
| Test Plans |
|
|
| Test Scripts |
Ideally test scripts are versioned along with the actual application code under test. That way, it is easier to back and test previous versions of the application.
|
|
| Test Results |
|
|
| Test Reports |
|
|
Building Expertise and Efficiency
Building expertise and efficiency is critical to the ongoing health of your performance testing team and can lead to better accuracy of results, more efficient use of resources and lower employee turnover. Achieving the two Es (expertise and efficiency) can be done by establishing standard processes and templates.
Processes
Well defined processes are critical to efficienct teams. Having a well-defined process doesn’t guarantee success, but having the wrong processes can guarantee that your performance test results will not be as useful as they should be. What is a good process? A good process is rigid and flexible. Rigid in the sense that the process enforces that the proper performance testing methodology is followed, but flexible in the sense that the process is not heavy, and can be used for small and large projects, or in the areas required for your company. Additionally, the process should be repeatable, such that the same results and conclusions are reached no matter who the test engineer is.
Templates
Having templates is critical for consistency and efficiency. Templates for test plans, test scripts and test reports can be a tremendous time-saver. Not only will they lead to more efficient use of time, but the consistency in appearance and content of the test plans, scripts and reports will reinforce your test methodology and make your reports more readable and understood by the target audience. If all of your test reports use the same template, then the target audience will learn how to read them, get more value from them, and, therefore, increase the value of the performance testing team.
