AutorÃa | Ultima modificación | Ver Log |
Feature: Fixture to prepare scenario for testing from an outlineScenario Outline: creating test scenarios using an outlineGiven the following "course" exists:| fullname | <name> || shortname | <shortname> || category | 0 || numsections | 3 |Examples:| name | shortname || Course 1 | C1 || Course 2 | C2 || Course 3 | C3 |@cleanupScenario: clean up fixture to prepare scenario for testing from an outlineGiven the course "Course 1" is deletedAnd the course "Course 2" is deletedAnd the course "Course 3" is deleted