Current situation
Any new helper method is added at the bottom of a test codeunit. This leads often to a lot of helper method not grouped according to the related tags.
Wanted situation
Have all helper methods grouped as follows:
- a group of all GIVEN related methods
- a group of all WHEN related methods, and
- one with all THEN related test methods
- preferably have
- all UI handlers at the bottom of all of these
Initialize positioned after all test methods and before all other helper methods
Based on failing test scenario
| No. |
Feature |
Scenario |
| 0087 |
Updating Given |
Rename with other prefix 2 |
| 0088 |
Updating Then |
Rename with other prefix 2 |
| 0055 |
Adding Scenario |
Adding Scenario (to existing test codeunit) |
in atdd-test-scenarios-and-results.xlsx
Current situation
Any new helper method is added at the bottom of a test codeunit. This leads often to a lot of helper method not grouped according to the related tags.
Wanted situation
Have all helper methods grouped as follows:
Initializepositioned after all test methods and before all other helper methodsBased on failing test scenario
in atdd-test-scenarios-and-results.xlsx