- Automated Testing in Microsoft Dynamics 365 Business Central
- Luc van Vugt
- 92字
- 2021-06-24 14:56:47
Buggy code
You have this feature that keeps on bugging you and your customers. Bugs keep on popping up in this code and it never seems to stop. The most elementary thing you should start with is the after go-live bug fixing approach as previously discussed. But, even more importantly, use this code to create a full test suite for the first time.
Bugs are a particularly useful starting point, because they usually provide the following:
- A defined expectation
- Steps to reproduce the scenario
- A clear definition of how the code fails