← Back to context

Comment by motorest

9 days ago

> When you give up the work of deciding what the expected inputs and outputs of the code/program is you are no longer in the drivers seat.

You're describing the happy path of BDD-style testing frameworks.

I know about BDD frameworks. I’m talking higher level than that.

  • > I know about BDD frameworks. I’m talking higher level than that.

    What level do you think there is above "Given I'm logged in as a Regular User When I go to the front page Then I see the Profile button"?

    • The line you wrote does not describe a feature. Typically you have many of those cases and they collectively describe one feature. I’m talking about describing the feature. Do you seriously think there is no higher level than given/when/thens?

      3 replies →