Skip to content

Using Robot Framework

Introduction to the usage section. We have another references to the keyword term here. We are talking about teststasks because the test/task switch is in the testtask mode.

1
2
3
*** Test Cases ****** Tasks ***    # (1)!
Example
    Log    This is a testtask!    # (2)!
  1. Header is set based on the test/task mode (now testtask).
  2. This message changes as well.