1. Scrum测试:
Scrum测试是敏捷测试的一部分,是一种软件测试。它基本上是在敏捷软件开发过程中使用的框架。 Scrum测试用于设计复杂的软件。它还会检查软件的质量,性能和可用性。
2.瀑布测试:
瀑布式测试是一种软件测试,其中测试是一个不同的阶段,并且有逐步进行的步骤分类,并且仅按该顺序执行测试。仅在完成一个阶段或一个级别的下一级测试之后。
Scrum测试和瀑布测试之间的区别:
SCRUM TESTING | WATERFALL TESTING |
---|---|
This type testing is a part of agile testing. | In waterfall testing, testing is a separate phase. |
In Scrum testing, development team and testing team work together. | In waterfall testing, development team and testing team work separately. |
It also checks performance of the software. | It doesn’t check performance factor. |
This needs co-ordination between development and testing process. | Development and testing process are separate. |
This testing is used in Agile Software Development process. | This testing is used in traditional software development process. |
Testers are involved in the requirements. | Testers may or may not be involve in the requirements. |
This tests each module after its development. | Whole software is tested together. |
It is used commonly. | Waterfall testing is less used now-a-days in software engineering. |
This is used in complicated software testing. | Simplicity of Waterfall testing is simple. |
This is more reliable. | This is less reliable. |
User involvement in Scrum testing is only in beginning. | User involvement in Waterfall testing is only in beginning. |
In Scrum testing activities starts along side development. | In Waterfall testing activities start after the development activities are over. |