Software Test Techniques Overview
- Get link
- X
- Other Apps
Test
Techniques
Overview.
Develop a relatively small, but sufficient, set of test cases in a systematic way.
Test techniques support the tester in test analysis and in test design. They also help the tester to define test conditions, identify coverage items, and identify test data during the test analysis and design process.
Three approaches. Complementary.
Techniques
Techniques
Techniques
Specified
behavior.
Based on an analysis of the specified behavior without reference to its internal structure. If the implementation changes but the required behavior stays the same, the test cases are still useful.
Internal
structure.
Based on an analysis of the test object's internal structure and processing. Test cases are dependent on how the software is designed, so they can only be created after the design or implementation.
Detect defects that may be missed by other techniques.
Experience-based test techniques effectively use the knowledge and experience of testers for the design and implementation of test cases.
The effectiveness of these test techniques depends heavily on the tester's skills. They are complementary to the black-box and white-box test techniques.
Three ways to see the same system.
- Get link
- X
- Other Apps