Table of Contents

About

A script table is a series of actions and checks. Similar to the fit Do Fixture.

A script table is a suite of methods call where the following built-in methods can be used:

  • check, - the method returns the text given
  • check not, - the method returns not the text given
  • ensure, you expect the method to return true
  • reject, you expect the method to return false
  • note, just print a text
  • show, print the value of a method
  • start defines a new actor, which replacing the old one

Documentation / Reference