-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EDP-DDM-28546] The functional-testing doc
Change-Id: Ibc87574b4de1a41c3d0f37d50dfd7fdd750f378c
- Loading branch information
Olha_Kotselko
authored and
Anton Tuhai
committed
Sep 14, 2023
1 parent
1d6dcea
commit 34fa405
Showing
3 changed files
with
699 additions
and
37 deletions.
There are no files selected for viewing
21 changes: 3 additions & 18 deletions
21
docs/en/modules/testing/pages/functional-testing/functional-testing.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
docs/ua/modules/testing/images/functionalTesting/quality-gates.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
@startuml | ||
actor Тестувальник | ||
|
||
participant "Кластер стейджингу" as Stage | ||
participant "Встановити кластер" as Install | ||
participant "Оновити кластер" as Update | ||
participant "Пре-продакшен кластер" as PreProd | ||
participant "Продакшен кластер" as Prod | ||
|
||
Tester -> Stage: Виконати модульне тестування | ||
Tester -> Stage: Виконати інтеграційне тестування | ||
Tester -> Stage: Виконати візуальне тестування | ||
Tester -> Stage: Виконати аналіз Sonar | ||
|
||
activate Stage | ||
Stage -> Install: Виконати регресійне тестування | ||
Stage -> Install: Виконати інтеграційне тестування | ||
Stage -> Install: Виконати системне тестування | ||
Stage -> Install: Виконати візуальне тестування | ||
Stage -> Install: Встановити ручне тестування | ||
|
||
activate Install | ||
Install -> Update: Виконати регресійне тестування | ||
Install -> Update: Виконати інтеграційне тестування | ||
Install -> Update: Виконати системне тестування | ||
Install -> Update: Виконати візуальне тестування | ||
Install -> Update: Оновити ручне тестування | ||
|
||
activate Update | ||
Update -> PreProd: Виконати тестування на прийняття | ||
|
||
activate PreProd | ||
PreProd -> Prod: Виконати тестування на прийняття | ||
|
||
activate Prod | ||
Prod -> Prod: Провести тести на прийомку з представником клієнта | ||
|
||
deactivate Стейджинг | ||
deactivate Встановлення | ||
deactivate Оновлення | ||
deactivate ПреПродакшен | ||
deactivate Продавшен | ||
|
||
@enduml |
Oops, something went wrong.