Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
_Test_Operations_Example
_Test_Operations_Example

...