Please enable JavaScript.
Coggle requires JavaScript to display documents.
Conference - Coggle Diagram
Conference
-
Autotests
-
-
Test isolation:
Proper test isolation
-
• Don't use existing entities (e.g. products), always create unique set of data for each test
• If tests rely on some configuration, inject it at runtime before test is run
-
NEVER rely on order of test execution, test should be completely isolated
-
-