...
Some common test operations are:
- stage() - - Sets up data, typically to be used by the execute().
- set() - - Sets a variable.
- execute() - - Represents the process being tested.
- assert()set() - - Test an assumption against the actual artifact or condition.
- assert-log() - - Test an assumption against the actual log file.
Include Page | ||||
---|---|---|---|---|
|
...