Support/MetricsDashboard/Test Plan: Difference between revisions
< Support
Jump to navigation
Jump to search
(category -> Support Archive) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
===Staging URLs:=== | ===Staging URLs:=== | ||
* [https:// | * [https://support-stage.mozilla.org/tiki-metrics.php tiki-metrics.php] (Public/end-user facing) | ||
* [https:// | * [https://support-stage.mozilla.org/tiki-admin_metrics.php tiki-admin_metrics.php] (Private/Admin-only) | ||
* [https://dm-sumotools01.mozilla.org/tiki-admin.php?page=metrics&login tiki-admin.php?page=metrics] (Tiki Admin page for Metrics) | |||
** This is where numpoints is set (max value of 5) | |||
===Use cases/types of users:=== | ===Use cases/types of users:=== | ||
Line 49: | Line 51: | ||
** Positive cases | ** Positive cases | ||
*** Correct SQL queries | *** Correct SQL queries | ||
[[Category:Support Archive]] |
Latest revision as of 09:19, 14 July 2021
Staging URLs:
- tiki-metrics.php (Public/end-user facing)
- tiki-admin_metrics.php (Private/Admin-only)
- tiki-admin.php?page=metrics (Tiki Admin page for Metrics)
- This is where numpoints is set (max value of 5)
Use cases/types of users:
- Public - viewing metrics (positive test cases)
- Public - potentially malicious/error-prone (negative test cases)
- Admins using admin functions (positive test cases)
- Try to break admin_metrics (negative test cases)
What QA will cover:
- On tiki-metrics.php:
- Tab switching
- Date sorting
- Last week:
- Default to last week
- Week of
- Default
- Enter valid week
- Enter invalid week
- Month of
- Default
- Enter valid month
- Enter invalid month
- Custom ranges
- Leave as default
- Valid day range
- Invalid day range
- Valid week range
- Invalid week range
- Valid month range
- Invalid month range
- Valid year range
- Invalid year range
- Last week:
- URL manipulation
- On https://dm-sumotools01.mozilla.org/tiki-admin_metrics.php:
- Negative testcases
- Invalid metric names
- Non-integer numpoints
- Out-of-range numpoints values
- Malformed SQL
- Negative testcases
What the SUMO team will cover:
- On https://dm-sumotools01.mozilla.org/tiki-admin_metrics.php
- Positive cases
- Correct SQL queries
- Positive cases