Confirmed users
4,378
edits
| Line 60: | Line 60: | ||
== Test Types == | == Test Types == | ||
* Smoke test : this is to hunt for any major regressions that could prevent further testing | * Smoke test : this is to hunt for any major regressions that could prevent further testing; will need manual + automated on daily basis | ||
* Unit Tests : | * Unit Tests : this will be covered by developers ; need to check status, @commit and @build time. | ||
* Manual Tests: Integration / End to End Tests | * Manual Tests: Integration / End to End Tests | ||
** Manual Test cases : Must hit target testing that can't be automated | ** Manual Test cases : Must hit target testing that can't be automated | ||
** Session Based testing : Use of Testing outline to perform test cases | ** Session Based testing : Use of Testing outline to perform test cases | ||
* Automated Tests : Automating as much as possible for integration/end to end tests | * Automated Tests : Automating as much as possible for integration/end to end tests | ||
** weekly dashboard ? - need to find a way to do the automation and dashboard. | |||
* Performance : Need some way to automated / Dashboard | * Performance : Need some way to automated / Dashboard | ||
* Security : need security team review | * Security : need security team review | ||
* Usability/Accessibility : ? | * Usability/Accessibility : ? | ||
* Metrics/Telemetry : ? | * Metrics/Telemetry : ? | ||
* L10n : ? | |||
== Testing Tools == | == Testing Tools == | ||