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. |