The V-Model for Software Development specifies 4 kinds of testing:
• Unit Testing
• Integration Testing
• System Testing
• Acceptance Testing
What I’m finding is that of those only the Unit Testing is clear to me. The other kinds maybe good phases in a project, but for test design it doesn’t help much. It is hard to say which tests should go in a system test, an integration test or an acceptance test.
Recent Comments