Test Cases - smathersgit/scottish-football-league-info GitHub Wiki


Test 001 - Display All League Tables

  • awaits entry to the Main Menu
  • selects "League Tables and Results" button option from the Main Menu
  • selects every League Table in turn from 2021-22 Premiership thru 1890-91 Scottish League
  • confirms the correct League has been selected by checking Title contents against a reference list
  • returns to the main menu once completed

Test 002 - Exercise Match Date Navigation Buttons

  • awaits entry to the Main Menu
  • selects "League Tables and Results" button option from the Main Menu
  • selects every League Table in turn from 2021-22 Premiership thru 1890-91 Scottish League
  • confirms the correct League has been selected by checking Title contents against a reference list
  • for each League:
    • selects the first date by tapping FIRST button
    • walks forward through all match dates using the NEXT button (100 double taps)
    • walks back through all match dates using the PREV button (100 double taps)
    • selects the last date by tapping FINAL button
  • returns to the main menu once completed