Feature: Specify where the name of the project will appear in the newly created project
As someone creating similar projects from a template
I can specify where the variable <name> of the project will appear at the creation time of a template
In order to spend less time creating similar projects with variable <name>
Scenario: Specify where the name of the project will appear in the newly created project
Given at the creation of <My Template>, it contains the following tasks:
| task 1: * Add an item presenting Training about Qt to my news letter |
| task 2: * Send an email to the potential participants |
| task 3: * Prepare the slides |
And I have a pop-up window to define the content I will replace with the variable:
| variable name | | Content to be replaced |
When I specify the variable and the content as:
| name | | Training about Qt |
Then < My Template > contains the following tasks:
| task 1: * Add an item presenting <name> to my news letter |
| task 2: * Send an email to the potential participants |
| task 3: * Prepare the slides |