Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
Feature: Prepare scenario for testing
2
 
3
  Scenario Outline: test outline scenarios are not supported yet
4
    Given the following "course" exists:
5
      | fullname    | <name>      |
6
      | shortname   | <shortname> |
7
      | category    | 0           |
8
      | numsections | 3           |
9
 
10
    Examples:
11
      | name     | shortname |
12
      | Course 1 | C1        |
13
      | Course 2 | C2        |
14
      | Course 3 | C3        |