-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 ManualTests.md #815
Update ManualTests.md #815
Conversation
Added manual test cases for Graphing mode in Calculator.
@@ -302,11 +304,55 @@ Verify the following: | |||
11. "Bin" Binary: | |||
*Expected: A B C D E F 2 3 4 5 6 7 8 9 are inactive. A maximum of 64 characters can be entered.* | |||
|
|||
**Graphing Mode Test: Verify Graphing mode functions** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also want tests that target the error strings in KGF and variable editing. Those can come in another PR if you want.
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. Thank you for your contributions to Windows Calculator! |
Added line breaks to make my additions more legible, and added two more cases for testing the "too complex" and "unsupported" error messages for Key Graph Features.
Update ManualTests.md
I added the cases for KGF errors requested by Stephanie. Still need to add cases for potential variable popup errors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these test cases. They look great for the smoke tests we need in the repo. There may be more we want to add, however this is a great first set we can check in.
Added manual test cases for Graphing mode in Calculator.