Skip to content

Could we always get helper methods grouped according to related tag? #116

Open
@lvanvugt

Description

@lvanvugt

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestversion ATo be picked up right away

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions