The Test Team helps manage testing and triage across the WordPress ecosystem. They focus on user testing of the editing experience and WordPress dashboard, replicating and documenting bug reports, and supporting a culture of review and triage across the project.
Please drop by any time in SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. with questions or to help out.
[This page is a stub and needs improvement. If you would like to help improve it or notice an error, please say hello in #core-test on WordPress Slack!]
Regression testing, or pre-release testing, is the practice of running functional tests to ensure that previously developed and tested features still work after a change.
A good time to help check for regressions is just before a new version is released.
General Test Cases for GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/
Test the inserters (top toolbar, sibling, default blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience., slash inserter).
Edit the Gutbenberg demo post.
Add every kind of block you can find and make sure each works as expected.
Paste in content from other sources.
Undo/redo.
Preview.
Change each option in Settings > Document.
Try each option in the more menu in the top toolbar.
Check that the Content Structure (i) button works properly.
Drag and drop different kinds of media into a post.
Make changes to each of the panels in the pre-publish panel.
The current focus for the testing contributor group is Gutenberg, and we will expand to other areas after Gutenberg is merged into coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. WordPress.