-
·
How to facilitate a Call for Testing
At a high level there are four parts to facilitating a call for testing within the WordPress project: Determine what needs testing. Write and share the call for testing. Respond to feedback/close the feedback loopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be…
-
·
Documenting Flow
Triage Tags Triage of posts on make/flowFlow Flow is the path of screens and interactions taken to accomplish a task. It’s an experience vector. Flow is also a feeling. It’s being unselfconscious and in the zone. Flow is what happens when difficulties are removed and you are freed to pursue an activity without forming intentions.…
-
·
Test Team Profile Badges
This page offers comprehensive information about Test Team Profile Badges and the process for requesting these badges for your WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for…
-
·
Get Started at Contributor Day
For more information about the role Test Team members play in the WordPress project, see the Test Team Handbook Homepage. Prepare for Contributor DayContributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various…
-
·
Combined Report
Many tickets receive patches before test reviewers have had a chance to list test steps or perform reproduction testing. If this is the case, it is helpful to begin by outlining the test instructions and expected results, followed by the actual reproduction and patch validations. Alternatively, testers can post testing instructions first (if not supplied), followed by…
-
·
Triage & Testing Issues
In context of bug repositories such as TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. or GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private…
-
·
Issue Reproduction
Issue reproduction is a critical step in communicating and confirming how to trigger the undesired behavior that was reported in the ticket. Provide as much of the environment information as possible and any special configuration considerations (using Docker, multisiteMultisite Multisite is a WordPress feature which allows users to create a network of sites on a…
-
·
Patch Testing
Once a patch is made available for a ticket, it is critical to validate that the code change (a) addresses the issue (for bug report) or (b) delivers the expected behavior or result (for feature or enhancement). If you haven’t applied a patch yet, see Test Core Tickets with Playground or Test Core Tickets with…
-
·
Test Reports
What Is a Test Report? A test report provides a documented record of a reported issue. It answers questions such as: Does the issue occur for other users? Under what conditions does the issue occur? How can the issue be detected? What are the impacts of the issue? How does the issue appear to users?…
-
·
Test Core Tickets with Playground
WordPress Playground is an online platform that lets you experiment and learn about WordPress without affecting your live website. It’s a virtual sandbox where you can test features, designs, and settings in a safe and controlled environment. More about WordPress Playground can be read here. How to Test CoreCore Core is the set of software…