Versions Compared

Key

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

...

In addition, Automate scripts makes it easier to write correct Gherkin scripts through its syntax highlighting and autocomplete features.

How to create

Access automate scripts by creating or opening a test model and navigating to the "Scripts" menu. Once there, select the "Automated" option in the menu.

...

You can create as many Gherkin/Robot Framework feature files as you need for your test model, one per tab.

...

 Click the  button in the tab bar to add another feature file.

...

 Click the  button on a tab to rename a feature file,

...

 and the  button to delete a feature file.

Gherkin Feature File

The Automate screen is a smart Gherkin feature file editor. It is aware of both the parameters, parameter values, & generated test cases of the current model and the Gherkin test script syntax. It makes it easy to create a feature file with data-driven Scenario and Scenario Outline sections that are populated by the generated test cases of the model.

...