Home > Members should get status updates based on status points earned
Members should get status updates based on status points earned(FH-17) 0.33s

Story: Calculating Status Based On Points [FH-17]

Status (capability) Calculating Status Based On Points (story) Calculating Status Based On Points (story) Calculating Status Based On Points (story) Ui (component)

Scenario:

Given a member has a status of {Bronze}
And he has {0} status points
When he earns {300} extra status points
Then he should have a status of {Silver}

Examples:

Initialstatus Initialstatuspoints Extrapoints Finalstatus Notes
Bronze 0 300 Silver 300 points for Silver
Silver 0 700 Gold 700 points for Gold
Gold 0 1500 Platinum 1500 points for Platinum
Bronze 200 99 Bronze
Bronze 200 100 Silver
Silver 600 99 Silver
Silver 600 100 Gold
Gold 1400 99 Gold
Gold 1400 100 Platinum
Platinum 2000 100 Platinum
  Steps Outcome Duration
SUCCESS 0.03s
SUCCESS 0.03s
SUCCESS 0.04s
SUCCESS 0.03s
SUCCESS 0.03s
SUCCESS 0.04s
SUCCESS 0.04s
SUCCESS 0.03s
SUCCESS 0.03s
SUCCESS 0.03s
Thucydides version 0.9.273 - Build UNKNOWN