Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Testing instructions guide: Difference between revisions

From MoodleDocs
(work in progress template, items for inclusion, category)
 
(Modified to apply the {{Template:CurrentlySupportedThemes}})
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
This page has suggestions for developers on how to write good testing instructions for the weekly [[Testing of integrated issues|testing of integrated issues]].
This page has suggestions for developers on how to write good testing instructions for the weekly [[Testing of integrated issues|testing of integrated issues]].


In addition to numbered test steps, the following items may be included:
We recommend that you:


[] Setup requirements? If so, provide a link to the documentation e.g. https://docs.moodle.org/en/OAuth_2_services if necessary writing something in the dev docs.
# Number the steps in your test, and make use of sub-lists.
[] Testing may be done using the [https://qa.moodle.net/ Moodle QA testing site]?
# Promote test validations - Confirm, Verify or Ensure - should be in bold so that they are easily identifiable.
[] Testing must be done using Boost and / or Clean theme?
# Only put one test validation on each line - A test step should only have one test validation at a time.
[] Testing must be done using more than one browser? (Tester should specify which browsers they used.)
# Make use of the [https://tracker.moodle.org/secure/WikiRendererHelpAction.jspa?section=all Jira Markdown formatting].
[] Extra testing around the issue is required?
 
In addition, the following items may be included:
 
# Setup requirements. If so, provide a link to the documentation e.g. https://docs.moodle.org/en/OAuth_2_services if necessary writing something in the dev docs.
# Whether testing may be done using the [https://qa.moodle.net/ Moodle QA testing site].
# Whether multiple themes {{Template:CurrentlySupportedThemes}} should be used.
# Whether more than one browser should be used. (Tester should specify which browsers they used.)
# Whether extra testing around the issue is required.
   
   
[[Category: Processes]]weekl
[[Category: Processes]]

Revision as of 11:35, 7 March 2019

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.

This page has suggestions for developers on how to write good testing instructions for the weekly testing of integrated issues.

We recommend that you:

  1. Number the steps in your test, and make use of sub-lists.
  2. Promote test validations - Confirm, Verify or Ensure - should be in bold so that they are easily identifiable.
  3. Only put one test validation on each line - A test step should only have one test validation at a time.
  4. Make use of the Jira Markdown formatting.

In addition, the following items may be included:

  1. Setup requirements. If so, provide a link to the documentation e.g. https://docs.moodle.org/en/OAuth_2_services if necessary writing something in the dev docs.
  2. Whether testing may be done using the Moodle QA testing site.
  3. Whether multiple themes (current themes being Boost and Clean for old versions and Boost and Classic for 3.7 and up) should be used.
  4. Whether more than one browser should be used. (Tester should specify which browsers they used.)
  5. Whether extra testing around the issue is required.