Google News
logo
Manual Testing - Interview Questions
Define the PDCA cycle?
In a normal software development process, there are four varying steps, referred to as PDCA. It stands for Plan, Do Check, Act.
 
* The plan defines the objectives and a comprehensive strategy to achieve that objective.

* Do depends upon the strategy finalized during the first stage. 

* Check is the testing part of the software development stage. It is used to make sure that everything is happening as per the plan.

* The act is a step that is used to solve any issue arising during the checking cycle. 

While the developers take responsibility for planning and building the project, testers handle the check part of it. 
Advertisement