1.敏捷测试:
敏捷测试是一种软件测试,涉及项目团队的所有成员,特殊专家和测试人员。在敏捷测试的共同工作中,测试不是一个不同的阶段,并且测试与开发阶段(包括需求,设计,编码和测试用例的生成)一起执行。它与软件开发生命周期(SDLC)一起发生。
2. V模型测试:
V型测试是开发过程完全完成或几乎完成后进行的软件测试的类型。在这种情况下,开发和测试的过程要保持非常独立。它不包含任何迭代方法。
与敏捷测试相比,它的可靠性较差。
敏捷测试和V模型测试之间的区别:
S.No. | AGILE TESTING | V-MODEL TESTING |
---|---|---|
1. | It takes place alongside the development phase. | It takes place after the full completion of development phase. |
2. | In this, development team and testing team work together. | In v testing, development team and testing team work are separate. |
3. | In this, acceptance testing is carried out after every iteration. | In this, acceptance testing is carried out only in the end. |
4. | It approaches to achieve working product / application, at the end of each iteration. | It does not contain any iteration approach. |
5. | It mandates customer interaction on a regular basis. | It does not mandates customer interaction on a regular basis. |
6. | It is more suitable for the projects where requirements change rapidly. | It is suitable where requirement changes are almost none. |
7. | In this, testing is not a separate phase. | In this, testing is a separate phase. |
8. | It tests each module after its development. | It tests whole software together. |