From d5e7622e834a5a63f035c8e1aed9fa4f3ccaca0c Mon Sep 17 00:00:00 2001 From: Justin Wyne Date: Sun, 19 Mar 2023 19:29:49 -0700 Subject: [PATCH] Test cases --- TestCases.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TestCases.md diff --git a/TestCases.md b/TestCases.md new file mode 100644 index 00000000..980b29a0 --- /dev/null +++ b/TestCases.md @@ -0,0 +1,15 @@ +# Manual Test Cases + +### Round Changing + +- [ ] Round changes when the next round button is pressed +- [ ] Round changes when the previous round button is pressed +- [ ] Round changes when the round column in the score table is pressed +- [ ] Rounds are not changed when the previous round button is pressed and the current round is the first round +- [ ] Round changes when the previous round button is pressed several times in quick succession + +### Players + +- [ ] Navigation to the players screen works when the players button is pressed on the Game Screen + - [ ] Android + - [ ] iOS