BDDfy
A simple BDD framework for .Net developers
Summary:
-
Stories0
-
Scenarios9
-
Passed9
-
Inconclusive0
-
Not Implemented0
-
Failed0
Details:
-
LottoNumbers.UnitTests.ViewModelsUser clicks to view lucky cat
- Given a user is on the main page
- And the user is shown games to pick
- And the user selects a lotto game
- And the user clicks generate numbers
- And the lotto numbers are shown
- And the numbers are correct for game
- And the lucky cat is not visible
- When the user clicks show lucky cat
- Then the lucky cat is visible
User generates lotto numbers- Given a user is on the main page
- And the user is shown games to pick
- And the user selects a lotto game <gameKey>
- And the user has a seed for random <useSeed>
- When the user clicks generate numbers
- Then the lotto numbers are shown
- And the game header is <gameKey>
- And the numbers are correct for game <gameKey>
-
Examples:
gameKey useSeed LOTTO False EURO False REGIS False REGIS True EURO True
User navigates to and updates settings- Given a user navigated to the setting page with saved settings <savedUsePseudorandomSeed>, <savedPseudorandomDateSeed>
- When the user updates the settings <usePseudorandomSeed>, <pseudorandomDateSeed>
- Then the settings are persisted <usePseudorandomSeed>, <pseudorandomDateSeed>
- And the settings are displayed <usePseudorandomSeed>, <savedPseudorandomDateSeed>, <pseudorandomDateSeed>
-
Examples:
savedUsePseudorandomSeed savedPseudorandomDateSeed usePseudorandomSeed pseudorandomDateSeed False 04/07/2021 01:10:34 True 03/07/2021 01:10:34 True 03/07/2021 01:10:34 False 04/07/2021 01:10:34
User navigates to settings- Given a user is on the main page
- When the user clicks to navigate to settings page
- Then the user is navigated to settings page
Tested at: 04/07/2021 01:10:35