From the course: Software Testing: Alpha Testing in an Agile World
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Techniques and the transition
From the course: Software Testing: Alpha Testing in an Agile World
Techniques and the transition
- [Instructor] The techniques used in an alpha test are the core tools for assessing a product's viability and performance. It documents the integrity of the application all the way to the source code. The tools you use, the test cases you design, the techniques you implement are all going to have to transform the product and transition to agile project design. Alpha projects follow specific phases of software evaluation based upon the state of the product. Typically in early development, you see white box testing, which focuses on code integrity. Later, you'll delve into more traditional black box techniques like equivalence partitioning, boundary value analysis, all pairs testing or cause effect graph testing. During the later testing, you may have to use your own expertise to ensure the product is ready for release. All these techniques are specific tools intended to evaluate the software at its baseline,…