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

Docs: QA steps to validate QR Code scanner #387

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

tuliomir
Copy link
Contributor

@tuliomir tuliomir commented Nov 14, 2023

Recently we found some errors ( fixed by #384 and #386 ) that only happened during QR Code scanning. This procedure should also be on the main QA.

Acceptance Criteria

  • There should be steps to validate the functionality of the QR Code Scanner

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@tuliomir tuliomir added the documentation Improvements or additions to documentation label Nov 14, 2023
@tuliomir tuliomir self-assigned this Nov 14, 2023
QA.md Outdated
Comment on lines 89 to 91
1. Take a screenshot of the QR Code and open that screenshot in another device
1. Use the Mobile Wallet QR code scanner to read this screenshot
1. Pay the Payment Request using the same wallet used to generate it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds very confusing to me

Since we are validating the QR Code scan (the QR Code itself is already being tested in another step), we can just change it to something like:

Suggested change
1. Take a screenshot of the QR Code and open that screenshot in another device
1. Use the Mobile Wallet QR code scanner to read this screenshot
1. Pay the Payment Request using the same wallet used to generate it
1. Generate a payment request requesting a payment of 1 HTR from another device
1. Use the Mobile Wallet QR code scanner to read this screenshot
1. Pay the Payment Request, the transaction should be successful

Copy link
Contributor Author

@tuliomir tuliomir Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good idea. Changed the wording on bfa0c65.

QA.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants