📜  敏捷测试和 Scrum 测试的区别

📅  最后修改于: 2021-09-15 01:35:27             🧑  作者: Mango

敏捷测试:
敏捷测试是一种与软件开发一起执行的软件测试。它是敏捷软件开发的一部分,其中开发和测试过程并排进行。当在软件开发生命周期中开发和测试并行时,它被称为敏捷开发过程。

Scrum测试:
Scrum 测试是一种软件测试,是敏捷测试的一部分。它基本上是敏捷软件开发过程中使用的框架。 Scrum测试用于设计复杂的软件。它还检查软件的质量、性能和可用性。

敏捷测试和 Scrum 测试的区别:

Agile Testing Scrum Testing
It is a testing used in agile software development method. This type testing is a part of agile testing.
Product owner is important. Team is important.
Design and implementation is simple. Design and implementation is complicated.
Project leader takes maximum responsibilities. Responsibilities are divided into teammates.
Updation is done on regular basis. Updation is done in cycle.
Working software is the most essential measure of progress. Working software is the not essential measure of progress.
It needs frequent delivery to the end user for feedback. After each sprint feedback is taken from clients.
Used in highly important project. Used where the requirement is rapidly changing.