From b76877f7313780355e087db6bb5a10efef7e75c0 Mon Sep 17 00:00:00 2001 From: raindogdance <35657440+raindogdance@users.noreply.github.com> Date: Tue, 9 Jul 2019 12:00:15 +0100 Subject: [PATCH 1/2] Update ManualTesting.md (#2) * Update ManualTesting.md * Update ManualTesting.md * Update ManualTesting.md * Update ManualTesting.md * Update ManualTesting.md --- WalletWasabi.Documentation/ManualTesting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WalletWasabi.Documentation/ManualTesting.md b/WalletWasabi.Documentation/ManualTesting.md index 6b9d384429d..98e8c156492 100644 --- a/WalletWasabi.Documentation/ManualTesting.md +++ b/WalletWasabi.Documentation/ManualTesting.md @@ -1,6 +1,6 @@ # Testing -The goal of this document is to establish a manual testing workflow and checklist for Wasabi Wallet in order to make sure larger pull requests and releases don't accidentally ruin vital functionality. +The goal of this document is to establish a manual testing workflow and a checklist for Wasabi Wallet in order to make sure larger pull requests and releases don't accidentally ruin vital functionality. # Environment @@ -32,14 +32,14 @@ If someone made a change to the pull request and you want to go through the test Open Wasabi and go to Main Menu / File / Open / Data Folder. -### How to check error? +### How to check for errors? -Standard procedure: look at the terminal. If there is something ERROR or WARNING that is probably an error. +Standard procedure: look at the terminal. If there is something saying ERROR or WARNING, that is probably an error. Special case: always defined at the specific test case. ### How to determine if the application is exited? -Look at the terminal. Wait until log messages stop and the blinking cursor reappears. If nothing happens appearingly try to press enter. If the application hanged you can also check it in process manager. If it is still running there might be an endless loop which is an error and don't let the application to close. +Look at the terminal. Wait until log messages stop and the blinking cursor reappears. If nothing happens, try to press enter. If the application hanged, you can also check it in process manager. If it is still running, there might be an endless loop: an error which doesn't let the application close. # Workflow From e38f1602bf71ad7f21d6a8aac88eb250cbd87fff Mon Sep 17 00:00:00 2001 From: raindogdance <35657440+raindogdance@users.noreply.github.com> Date: Tue, 9 Jul 2019 12:18:54 +0100 Subject: [PATCH 2/2] Update ManualTesting.md --- WalletWasabi.Documentation/ManualTesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WalletWasabi.Documentation/ManualTesting.md b/WalletWasabi.Documentation/ManualTesting.md index 98e8c156492..e2f086e7a78 100644 --- a/WalletWasabi.Documentation/ManualTesting.md +++ b/WalletWasabi.Documentation/ManualTesting.md @@ -1,6 +1,6 @@ # Testing -The goal of this document is to establish a manual testing workflow and a checklist for Wasabi Wallet in order to make sure larger pull requests and releases don't accidentally ruin vital functionality. +The goal of this document is to establish a manual testing workflow and checklist for Wasabi Wallet in order to make sure larger pull requests and releases don't accidentally ruin vital functionality. # Environment