Forum Discussion

VitorJeremias's avatar
VitorJeremias
New Member
3 years ago

"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?