Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ManualTesting.md (minor grammar/wording improvements) #1861

Merged
merged 2 commits into from Jul 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions WalletWasabi.Documentation/ManualTesting.md
Expand Up @@ -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

Expand Down