Addressed comments, changed format, moved Emily's tests into the Delivery Console section.
This commit is contained in:
Rebecca Billings 2019-04-09 14:52:39 -07:00 коммит произвёл GitHub
Родитель 625e005312
Коммит 003cdfa762
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 24 добавлений и 21 удалений

Просмотреть файл

@ -9,36 +9,39 @@ The Delivery Console is not currently being tested, as its a much lower prior
The test strategy incorporates manual and automated testing. Different approaches are outlined for each area.
Normandy Server
---------------
--------------
The Normandy Server is an API server with recipes. This feature is high priority, and needs to maintain a high level of service. There are two versions with different functionality. V1 is the server clients connect to. V3 is the server that Admins connect to.
- v1
Automation:
Test Engineer: chartjes
Status: In process
* v1
* Automation:
* Test Engineer: chartjes
* **Status:** In process
- v3
Automation:
Test Engineer: b4hand
Manual tests: none
Status: In process
* v3
* Automation:
* Test Engineer: b4hand
* Manual tests: none
* **Status:** In process
Normandy Firefox client
-----------------------
The Normandy Firefox client queries the Normandy server for instructions and picks up recipe changes.
QA: cmuresan
Automation:
Test Engineer: b4hand
Manual tests: https://testrail.stage.mozaws.net/index.php?/suites/view/232&group_by=cases:section_id&group_order=asc&group_id=16918
Status: b4hand is reviewing and fixing outdated UI Automation tests. Ciprian is reviewing and updating manual tests.
The Normandy Firefox client queries the Normandy server for instructions and picks up recipe changes.
* QA: cmuresan
* Automation:
* Test Engineer: b4hand
* [Manual tests](https://testrail.stage.mozaws.net/index.php?/suites/view/232&group_by=cases:section_id&group_order=asc&group_id=16918)
* **Status:** b4hand is reviewing and fixing outdated UI Automation tests. Ciprian is reviewing and updating manual tests.
Normandy Delivery Console
-------------------------
This is a tool to edit API recipes by Admins. Its also referred to as the Admin panel. It is a single page application that is only used by internal users. If there is a problem it is reported by internal users, and is considered an inconvenience, not a high priority.
QA/Test Engineer: none
Automation: https://github.com/18epedersen/Normandy-e2e-tests Status: outdated
Manual tests: https://testrail.stage.mozaws.net/index.php?/suites/view/232&group_by=cases:section_id&group_order=asc&group_id=16918
Status: Needs more tests. The manual tests are extremely basic.
This is a tool to edit API recipes by Admins. Its also referred to as the Admin panel. It is a single page application that is only used by internal users. If there is a problem it is reported by internal users, and is considered an inconvenience, not a high priority.
* QA/Test Engineer: none
* [Automation](https://github.com/18epedersen/Normandy-e2e-tests)
* **Status:** needs updating
* [Manual tests](https://testrail.stage.mozaws.net/index.php?/suites/view/232&group_by=cases:section_id&group_order=asc&group_id=16918)
* **Status:** Needs more tests. The manual tests are extremely basic.
GCP Migration
-------------