Home
>
Earning Frequent Flyer Points
>
Earning Points
> Earning status levels from points earned for status level
Overall Test Results
Requirements
Capabilities
Features
Report generated 11-05-2021 12:02
Earning Points
Earning-Points (tag)
Chrome (browser)
Chrome (context)
Earning status levels from points earned for status level
Cast
Stan
Stan can:
browse the web
Scenario Outline
Given Stan is a new Frequent Flyer Member
When he earns between <Min Points> and <Max Points> points
Then his status should become <Status Level>
Examples:
#
Min Points
Max Points
Status Level
1
0
999
STANDARD
2
1000
1999
BRONZE
3
2000
4999
SILVER
4
5000
GOLD
Steps
Outcome
1: Earning status levels from points earned for status level STANDARD ({Min Points=0, Max Points=999, Status Level=STANDARD})
SUCCESS
2.13s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.35s
When he earns between 0 and 999 points
SUCCESS
0.01s
Then his status should become STANDARD
SUCCESS
1.76s
2: Earning status levels from points earned for status level BRONZE ({Min Points=1000, Max Points=1999, Status Level=BRONZE})
SUCCESS
1.69s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.27s
When he earns between 1000 and 1999 points
SUCCESS
0.09s
Then his status should become BRONZE
SUCCESS
1.34s
3: Earning status levels from points earned for status level SILVER ({Min Points=2000, Max Points=4999, Status Level=SILVER})
SUCCESS
1.61s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.24s
When he earns between 2000 and 4999 points
SUCCESS
0.01s
Then his status should become SILVER
SUCCESS
1.36s
4: Earning status levels from points earned for status level GOLD ({Min Points=5000, Max Points=, Status Level=GOLD})
SUCCESS
1.03s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.23s
When he earns between 5000 and points
SUCCESS
0.01s
Then his status should become GOLD
SUCCESS
0.79s
SUCCESS
6.48s
Serenity BDD version 2.4.24