1.瀑布测试:
瀑布式测试是一种软件测试,其中测试是一个不同的阶段,并且有逐步进行的步骤分类,并且仅按该顺序执行测试。在这一阶段中,完成一个阶段或一个级别的下一级测试。
2. V模型测试:
V型测试是开发过程完全完成或几乎完成后进行的软件测试的类型。在这种情况下,开发和测试的过程要保持非常独立。它不包含任何迭代方法。与敏捷测试相比,它的可靠性较差。
瀑布测试和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. |