Home
>
Earning Frequent Flyer Points
>
Earning Points
> Travellers with <Status> level should earn <Bonus> bonus points
Overall Test Results
Requirements
Capabilities
Features
Report generated 11-05-2021 12:02
Earning Points
Earning-Points (tag)
Chrome (browser)
Chrome (context)
Travellers with <Status> level should earn <Bonus> bonus points
A flight from Sydney to Hong Kong normally earns 100 points
Cast
Trevor
Trevor can:
browse the web
Scenario Outline
Given Trevor is a Frequent Flyer Member with status <Status>
When he has completed the following flight
From
To
Travel Class
Trip Date
Sydney
Hong Kong
Economy
2021-03-01
Then he should have earned <Points Earned> points
Examples:
#
Status
Points Earned
Bonus
1
STANDARD
100
0
2
BRONZE
125
25%
3
SILVER
150
50%
4
GOLD
200
100%
Steps
Outcome
1: Travellers with STANDARD level should earn 0 bonus points ({Status=STANDARD, Points Earned=100, Bonus=0})
SUCCESS
1.01s
Given Trevor is a Frequent Flyer Member with status STANDARD
SUCCESS
0.22s
When he has completed the following flight
From
To
Travel Class
Trip Date
Sydney
Hong Kong
Economy
2021-03-01
SUCCESS
0.59s
Then he should have earned 100 points
SUCCESS
0.2s
2: Travellers with BRONZE level should earn 25% bonus points ({Status=BRONZE, Points Earned=125, Bonus=25%})
SUCCESS
1.12s
Given Trevor is a Frequent Flyer Member with status BRONZE
SUCCESS
0.24s
When he has completed the following flight
From
To
Travel Class
Trip Date
Sydney
Hong Kong
Economy
2021-03-01
SUCCESS
0.62s
Then he should have earned 125 points
SUCCESS
0.25s
3: Travellers with SILVER level should earn 50% bonus points ({Status=SILVER, Points Earned=150, Bonus=50%})
SUCCESS
1.01s
Given Trevor is a Frequent Flyer Member with status SILVER
SUCCESS
0.19s
When he has completed the following flight
From
To
Travel Class
Trip Date
Sydney
Hong Kong
Economy
2021-03-01
SUCCESS
0.63s
Then he should have earned 150 points
SUCCESS
0.19s
4: Travellers with GOLD level should earn 100% bonus points ({Status=GOLD, Points Earned=200, Bonus=100%})
SUCCESS
1.01s
Given Trevor is a Frequent Flyer Member with status GOLD
SUCCESS
0.22s
When he has completed the following flight
From
To
Travel Class
Trip Date
Sydney
Hong Kong
Economy
2021-03-01
SUCCESS
0.58s
Then he should have earned 200 points
SUCCESS
0.21s
SUCCESS
4.15s
Serenity BDD version 2.4.24