VitorJeremias
3 years agoNew Member
"Should" word in Then statements
Hello all,
When writing the `Then` statement in Gherkin, we can either directly tell the expected result or use the "should" word to describe what should happen:
...
When Alice sends a message to Bob
Then Bob receives the message
...
When Alice sends a message to Bob
Then Bob should receive the message
Which one you think is the best option to use?