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:04
Earning Points
Firefox (browser)
Earning-Points (tag)
Firefox (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.1s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.27s
When he earns between 0 and 999 points
SUCCESS
0.01s
Then his status should become STANDARD
SUCCESS
1.82s
2: Earning status levels from points earned for status level BRONZE ({Min Points=1000, Max Points=1999, Status Level=BRONZE})
SUCCESS
1.65s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.25s
When he earns between 1000 and 1999 points
SUCCESS
0s
Then his status should become BRONZE
SUCCESS
1.39s
3: Earning status levels from points earned for status level SILVER ({Min Points=2000, Max Points=4999, Status Level=SILVER})
SUCCESS
1.76s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.31s
When he earns between 2000 and 4999 points
SUCCESS
0.01s
Then his status should become SILVER
SUCCESS
1.44s
4: Earning status levels from points earned for status level GOLD ({Min Points=5000, Max Points=, Status Level=GOLD})
SUCCESS
1.2s
Given Stan is a new Frequent Flyer Member
SUCCESS
0.23s
When he earns between 5000 and points
SUCCESS
0s
Then his status should become GOLD
SUCCESS
0.96s
SUCCESS
6.75s
Serenity BDD version 2.4.24