Scrum 测试和 V 模型测试之间的区别
Scrum 测试:
Scrum 测试是一种软件测试,用于在敏捷软件开发模型中测试软件。它基本上是敏捷软件开发过程中使用的框架。 Scrum 测试用于测试复杂的软件。除了所有这些,它还检查软件的质量、性能和可用性。
V 模型测试:
V-Model 测试是在开发过程完全或几乎完成后进行的软件测试。在 V-Model 测试中,开发和测试的过程是完全分开的。与 Scrum 测试相比,它的可靠性较低。
Scrum 测试和 V 模型测试的区别:
Scrum Testing | V-Model Testing |
---|---|
It is the software testing that takes place along side development. | It takes place after the fully completion of development phase. |
This testing is used in Agile Software Development process. | This testing is used in traditional software development process. |
This is more reliable. | This is less reliable. |
This is used in complicated software testing. | This is used in simple software testing. |
This needs co-ordination between development and testing process. | Development and testing process are separate. |
This tests each module after its development. | Whole software is tested together. |
It also checks performance of the software. | It doesn’t check performance factor. |
It is used commonly. | It is used rarely. |