From b263012403973260002010c45d6de275cd2e313a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 11 Jun 2020 11:02:04 +0200 Subject: [PATCH] Adding manual test scenarios --- doc/test_scenarios.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/test_scenarios.md diff --git a/doc/test_scenarios.md b/doc/test_scenarios.md new file mode 100644 index 00000000..ec2dc5e0 --- /dev/null +++ b/doc/test_scenarios.md @@ -0,0 +1,28 @@ +# Test scenarios + +We should run these tests scenarios **manually** before deploying to production. + + +## Test network error + +Action | Expected result | Success +-------|-----------------|---------------- +Connect to a WorkAdventure map on one tab (player 1) | | +Move to some place (player 1) | | +Connect to a WorkAdventure map on another tab (player 2) | | +Do not move player 2 | | +Cut your network connection (shut down wifi or disconnect cable) | The "Reconnection" page should appear (on both tabs) | [ ] +Resume your network connection | The game should resume (on both tabs), and your players should be where you left them (on bath tabs) | [ ] +Move players | You should see players moving on both tabs | [ ] + +## Test suspend/resume + +Action | Expected result | Success +-------|-----------------|---------------- +Connect to a WorkAdventure map on one tab (player 1) | | +Move to some place (player 1) | | +Connect to a WorkAdventure map on another tab (player 2) | | +Do not move player 2 | | +Put your laptop in suspend mode | | +Resume your laptop | The game should resume (on both tabs), and your players should be where you left them (on bath tabs) | [ ] +Move players | You should see players moving on both tabs | [ ]