- Mar 21, 2018
- admin
- 0
Based on the selection of different Software Development Life Cycle Model for the software project, testing phase gets started in the different phases. There is a software myth that testing is done only when some part of software is built but testing can(should) be started even before a single line of code is written. It can be done in parallel with development phase e.g. in case of V Model –
| Development Phase | Testing Activity |
|---|---|
| Requirement Design | Acceptance test creation |
| Functional Specification | Functional test case creation |
| Implementation | Unit testcase creation |
| Code Complete | Test case execution |
