Fixed formatting and language flow
This commit is contained in:
parent
5f2ddcdd21
commit
94ec6455af
1 changed files with 18 additions and 15 deletions
|
|
@ -1,22 +1,25 @@
|
||||||
# QA - Bug Reporting
|
# QA - Bug Reporting
|
||||||
|
|
||||||
In the interest of improving bug reporting, each bug that you find and want to create a ticket about it, please refer to a form that contains:
|
To provide the most helpful bug reports to our developers, ensure that each issue/report that you create contains the following information:
|
||||||
|
|
||||||
· Brief description of the bug
|
- Brief description of the bug
|
||||||
· Steps to reproduce it
|
- Steps to reproduce the bug
|
||||||
· Platform in which you are testing
|
- Platform in which you are testing
|
||||||
· Screenshots if possible.
|
- Screenshots if possible
|
||||||
· Expected behaviour.
|
- Expected behaviour
|
||||||
|
|
||||||
i.e:
|
|
||||||
|
|
||||||
The application fails at login.
|
**For example:**
|
||||||
|
|
||||||
|
```
|
||||||
|
Description: The application fails at login.
|
||||||
|
|
||||||
1) Launch the app `npm run start`
|
1) Launch the app `npm run start`
|
||||||
2) Click on "Join a Wallet"
|
2) Click on "Join a Wallet"
|
||||||
3) Type an nonexistent username
|
3) Type an nonexistent username
|
||||||
4) The app stops working, throws "Unhandled exception" error.
|
4) The app stops working and throws an "Unhandled exception" error.
|
||||||
|
|
||||||
Expected: The app should login and show the home screen without any error.
|
Expected: The app should login and show the home screen without any error.
|
||||||
|
|
||||||
Platform: Android 4.3, Android 4.4, iOS
|
Platform: Android 4.3, Android 4.4, iOS
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue