acceptance criteria creation in gherkin format || ATDD || Given, when, Then || writing good gherkin

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 4

  • @debjyotibanerjee9846
    @debjyotibanerjee9846 4 ปีที่แล้ว +1

    How can we know if the When condition fails from the implementation?

  • @daviddawid123
    @daviddawid123 2 ปีที่แล้ว

    Could i have the gherkin ordered
    Given
    When
    Then
    And
    And

    • @Se7eNBlack
      @Se7eNBlack 2 ปีที่แล้ว +1

      Close, in a basic scenario, you'd want to say something like this:
      given you have a registered email account
      when you go to the email site
      and you enter your email address
      and you enter your pw
      and you click "login"
      then you will be redirected to your dashboard
      and you will be given access to your emails

    • @daviddawid123
      @daviddawid123 2 ปีที่แล้ว

      @@Se7eNBlack Thank you for the breakdown...