Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
wiki2:engineering:testing [2020/08/29 18:01] alfred [Types of testing] |
wiki2:engineering:testing [2020/08/29 19:08] (actual) |
||
|---|---|---|---|
| Línea 61: | Línea 61: | ||
| Tests should NOT be fragile. Test should not fail without reasons. | Tests should NOT be fragile. Test should not fail without reasons. | ||
| + | |||
| + | Other properties that tests should follow: | ||
| + | |||
| + | - Structural independence: To be structural independent your test result should not change if the structure of the code changes. | ||
| + | - Behavioural dependence: To be behavioural dependent a test case result should change when the behavior of the code under test change. | ||
| ===== Testing strategies ===== | ===== Testing strategies ===== | ||