PDCA Cycle for Software Development:-
As we all know that the software testing is a very important section of every software development process. Basically for any software development there are many steps to follow, but mainly there are four steps which are very important and also taken by all in time of software development. These four steps are as:- Plan, Do, Check & Act. In short, these four steps are known as PDCA or PDCA Cycle.
Below is mention the detailed description of this PDCA cycle:-
1- PLAN:- In this step decided or define the goal. Also create the plan to achieve the defined goal.
2- Do or Execute:- This step depends on the planning phase. In this step we do the execution accordingly which has been decided at the time of planning.
3- Check or Test:- This step is done by the testers in time of software development. In this steps testers test or check the application to make sure that we are going accordingly to the plan and are achieving the desired results.
4- Act or Action:- This is the last step of PDCA cycle. This step begin after the check cycle. If there is any issue found during the check cycle, then we can take any suitable action accordingly and again update our plan.
0 Comment(s)