- Verify the problem exists
- Create an ordered list of the steps that the process should complete
- Include in the list the pieces of code or plugin that facilitate logic of any step
- Create a way to test each step in the process,
- Complete each step, one step at a time.
- Compare the result of each step test with the expected result
- When the process brakes, investigate the relationship between that step and the preceding step
Leave a Reply