Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lvanvugt opened this issue Nov 26, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request version A To be picked up right away
Milestone

Comments

@lvanvugt
Copy link
Contributor

lvanvugt commented Nov 26, 2022

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

@lvanvugt lvanvugt added the enhancement New feature or request label Nov 26, 2022
@lvanvugt lvanvugt self-assigned this Nov 26, 2022
@lvanvugt lvanvugt added the version A To be picked up right away label Nov 26, 2022
@lvanvugt lvanvugt added this to the v1 milestone Nov 26, 2022
@lvanvugt lvanvugt modified the milestones: v1, v2 Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version A To be picked up right away
Projects
None yet
Development

No branches or pull requests

1 participant