| ... | @@ -32,9 +32,10 @@ Main functionalities are tested via Robot Framework, FMBT and manual testcases. |
... | @@ -32,9 +32,10 @@ Main functionalities are tested via Robot Framework, FMBT and manual testcases. |
|
|
Each test scenarios are created by following imaginary stories about clients using the application. For effective automation testing the stories follow an common storyline for a normal user.
|
|
Each test scenarios are created by following imaginary stories about clients using the application. For effective automation testing the stories follow an common storyline for a normal user.
|
|
|
|
|
|
|
|
# TEST LEVELS
|
|
# TEST LEVELS
|
|
|
## 1. Unit testing
|
|
### 1. Unit testing
|
|
|
* The programmer creates functional tests during the coding phase with Karma. Created test can be found here(functional testing).
|
|
* The programmer creates functional tests during the coding phase with Karma. Created test can be found here(functional testing).
|
|
|
## 2. System testing
|
|
|
|
|
|
### 2. System testing
|
|
|
### Functional testing
|
|
### Functional testing
|
|
|
|
|
|
|
|
* Automated Robot Framework scenarios are performed in "SUT(System under test)" to find any new failures before integration(regressio).
|
|
* Automated Robot Framework scenarios are performed in "SUT(System under test)" to find any new failures before integration(regressio).
|
| ... | |
... | |
| ... | | ... | |