Serenity and Cucumber Quick Start
Home
>
Wordle Rules
>
Game Rules
> Letters that do not form valid words should be rejected
Overall Test Results
Requirements
Capabilities
Features
Report generated 12-03-2024 07:14
Game Rules
Under 1 Second (Duration)
Letters that do not form valid words should be rejected
Scenario Outline
Given the target word is:
B
L
A
N
D
When the player attempts to enter the following letters:
<Letter 1>
<Letter 2>
<Letter 3>
<Letter 4>
<Letter 5>
Then the attempt should be rejected
Examples:
#
Letter 1
Letter 2
Letter 3
Letter 4
Letter 5
Reason
1
T
O
Word too short
2
A
B
C
D
E
Not a word
3
F
A
S
T
!
Not a word
Steps
Outcome
1: Letters that do not form valid words should be rejected ({Letter 1=T, Letter 2=O, Letter 3=, Letter 4=, Letter 5=, Reason=Word too short})
SUCCESS
009ms
Given the target word is:
B
L
A
N
D
SUCCESS
When the player attempts to enter the following letters:
T
O
SUCCESS
003ms
Then the attempt should be rejected
SUCCESS
2: Letters that do not form valid words should be rejected ({Letter 1=A, Letter 2=B, Letter 3=C, Letter 4=D, Letter 5=E, Reason=Not a word})
SUCCESS
038ms
Given the target word is:
B
L
A
N
D
SUCCESS
When the player attempts to enter the following letters:
A
B
C
D
E
SUCCESS
013ms
Then the attempt should be rejected
SUCCESS
3: Letters that do not form valid words should be rejected ({Letter 1=F, Letter 2=A, Letter 3=S, Letter 4=T, Letter 5=!, Reason=Not a word})
SUCCESS
027ms
Given the target word is:
B
L
A
N
D
SUCCESS
When the player attempts to enter the following letters:
F
A
S
T
!
SUCCESS
011ms
Then the attempt should be rejected
SUCCESS
005ms
SUCCESS
0.09s
Serenity BDD version 4.1.3