-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GradedJestRisk edited this page Mar 10, 2020
·
6 revisions
To test or not to test, why, when, how ?
What is a test ?
4 steps:
- setup (Given)
- exercise (When)
- verify (Then)
- teardown
- arrange
- act
- assert
SUT:
- object-under-test
- system-under-test