📜  瀑布测试和 V 模型测试的区别

📅  最后修改于: 2021-09-14 02:03:20             🧑  作者: Mango

1. 瀑布测试:
瀑布测试是一种软件测试类型,其中测试是一个不同的阶段,并且有分类的步骤和步骤,并且测试仅按该顺序执行。在此完成一个阶段或一个级别后进行下一个级别的测试。

2. V 模型测试:
V-Model 测试是在开发过程完全完成或几乎完成后进行的一种软件测试。在这种情况下,开发和测试过程是完全分开的。它不包含任何迭代方法。与敏捷测试相比,它的可靠性较低。

瀑布测试和 V 模型测试的区别:

S.No. Waterfall Testing V-Model Testing
1. It carried out only after the completion of development phase. It takes place after the full completion of development phase.
2. In waterfall testing, development team and testing team work are separate. In v testing, development team and testing team work are separate.
3. In this, testers may or may not be involve in the requirements. In this, testers are involved in the requirements.
4. This testing is continuous in nature. This testing is sequential/parallel in nature.
5. In this, testing is done post development. In this, testing is done in parallel to the development.
6. This is less reliable. This is more reliable as compared.
7. This is used in simple software testing. This is also used in simple software testing.
8. It tests whole software together. It also tests whole software together.