-
Notifications
You must be signed in to change notification settings - Fork 8
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
RC Test: Calculus Grapher 1.0.0-rc.1 #924
Comments
Using |
Let me go check what |
/**
* @public
* A wrapper-only query parameter to launch the sim with assertions enabled. If loading this code from a built
* version (in the phetio lib file rather than Client.js), then this parameter will load the debug version as well
* as enabling basic assertions for it via the 'ea' query parameter.
*/
phetioDebug: { // eslint-disable-line bad-text
type: 'boolean',
defaultValue: false
}, Because it has all assertions enabled, than it will be much slower performance wise. It is still important to run the test with this flag, because it runs internally additional tests, but it will impact the performance of the sim as a result of this overhead. So no, you should not raise an issue about the low performance with |
Calling QA here |
Thanks @KatieWoe |
RC 2 is open. Closing this test |
RC Test
Mentions: @amanda-phet @kathy-phet @KatieWoe @veillette
Simulation links
Test Matrices
Features included
Alternative InputUI SoundSonificationDescriptionVoicingFocus and Special Instructions
See the Terminology section of implementation-notes.md, and try to use that terminology when reporting issues.
For reference, the names of the "modes" for manipulating a curve are as follows:
Issues to Verify
For QA...
General features
What to Test
spreadsheet and notify AR or AM if it not there.
PhET-iO features
What to Test
sure the simulation loads without crashing or throwing errors.
random platform.
?phetioDebug=true
on the Studio and State wrapper.index.html
by double clicking it on your desktop or in a Finder-view.Accessibility features
What to Test
Specific instructions can be found above.
Make sure the accessibility (a11y) feature that is being tested doesn't negatively affect the sim in any way. Here is
a list of features that may be supported in this test:
Test all possible forms of input.
If this sim is not in this list or up to date there, make an
issue in website to ask if PhET research page links need updating. Please
assign to @terracoda and @emily-phet.
Screen Readers
This sim may support screen readers. If you are unfamiliar with screen readers, please ask Katie to introduce you to
screen readers. If you simply need a refresher on screen readers, please consult the
QA Book, which should have all of the information
you need as well as a link to a screen reader tutorial made by Jesse. Otherwise, look over the a11y view before opening
the simulation. Once you've done that, open the simulation and make sure alerts and descriptions work as intended.
Platforms and Screen Readers to Be Tested
Critical Screen Reader Information
We are tracking known screen reader bugs in
here. If you find a
screen reader bug, please check it against this list.
Keyboard Navigation
This sim supports keyboard navigation. Please make sure it works as intended on all platforms by itself and with a
screen reader.
Magnification
This sim supports magnification with pinch and drag gestures on touch screens, keyboard shortcuts, and mouse/wheel controls. Please test magnfication and make sure
it is working as intended and well with the use cases of the simulation. Due to the way screen readers handle user input, magnification is NOT expected to
work while using a screen reader so there is no need to test this case.
FAQs for QA Members
There are multiple tests in this issue... Which test should I do first?
Test in order! Test the first thing first, the second thing second, and so on.
How should I format my issue?
Here's a template for making issues:
Who should I assign?
We typically assign the developer who opened the issue in the QA repository.
My question isn't in here... What should I do?
You should:
The text was updated successfully, but these errors were encountered: