testing.com > Testing Craft > Techniques

Search

The Grand Index of Techniques

This is loosely organized right now. More structure will be applied as the list grows longer.

Handling Bugs
Test Planning and Estimation
Automated Test Execution
Test Support Code
Regression Testing
Exploratory Testing
Code Coverage
Test Design
Test Design Tips
Developer Testing

We need more techniques! To see where the demand lies, go to the project page.

Handling Bugs

Test Planning and Estimation

Automated Test Execution

Test Support Code

Regression Testing

Regression tests are tests that are run more than once. If the product or its environment have changed since the last time a test was run, it may find a new bug. Regression tests may be automated or manual.

Exploratory Testing

Code Coverage

Test Design

Test Design Tips

These don't have enough weight to call them test design techniques in their own right; rather, they're things to keep in mind as you apply other design techniques.

Developer Testing