📜После постов о User Stories, нас спросили: "А что же надо знать об Acceptance criteria?". Ведь их же... больше, они должны быть четкими и понятными.
📌Есть User Story:
As a frequent book buyer I want strong passwords so that my credit card information remains secure.
✔️Для нее будет такой вот Acceptance criteria:
The password is at least 8 characters. The password contains a character from each of the following groups: Lower case alphabet, Upper case alphabet, Numbers Special Characters (!,@,#,$,%,^,&,*).
📌Цель Acceptance criteria- избежать многочтения User stories.
📌📌📌Они просты, Present Simple Active и Passive, модальные глаголы- то немногое, что используется в критериях.
✔️An acknowledgment email is sent to the customer submitting the form.
📌Можно еще такой вот сценарный метод использовать: Given/When/Then:
✔️Given I’m a logged-out system user and I’m on the Sign-In page When I fill in the “Username” and “Password” fields with my authentication credentials and I click the Sign-In button Then the system signs me in #Вопрос_от_студента