Project Template: specifying where the name of the project will appear in the newly created project
Open, NormalPublic

Description

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 the template <My Template> containing 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 |

When I add a variable, specify its name and its content to be replaced:
  Variable: | name |
  Content to be replaced: | 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 |
rottanaly renamed this task from Project Template: Select a project to create new template to Project Template: Create and save the template from the project.Feb 19 2016, 3:57 PM
rottanaly triaged this task as Normal priority.
rottanaly moved this task from Sandbox to Maturation on the Zanshin board.
rottanaly updated the task description. (Show Details)Feb 19 2016, 4:04 PM
rottanaly renamed this task from Project Template: Create and save the template from the project to Project Template: Create the template from a project.Feb 19 2016, 4:07 PM
rottanaly updated the task description. (Show Details)
rottanaly renamed this task from Project Template: Create the template from a project to Project Template: specifying where the name of the project will appear in the newly created project.Feb 24 2016, 4:10 PM
rottanaly updated the task description. (Show Details)
ervin added a subscriber: ervin.Feb 24 2016, 6:37 PM

Again, same confusion on the template creation and project creation as shown in T1644.

rottanaly renamed this task from Project Template: specifying where the name of the project will appear in the newly created project to Project Template: specifying where the name of the project will appear in the newly created project .Feb 27 2016, 9:49 AM
rottanaly updated the task description. (Show Details)
ervin added a comment.Feb 28 2016, 5:56 PM

OK, it's going in the right direction now. A few problems to deal with though:

  • "Given at the creation" is a bit odd as an english construct, I would say "Given the template <Foo> containing the following tasks:"
  • your scenario is a bit too much geared toward pre-conceived solutions, for instance it mentions a popup-window, avoid to do that because we might want to change the views without invalidating the scenario
  • in fact your second clause in your given is border line reaching out to the When, might be easier to get rid of it and have a better When clause (which is a bit confused in its wording IMO).
rottanaly updated the task description. (Show Details)Feb 28 2016, 6:20 PM
ervin added a comment.Feb 28 2016, 6:37 PM

Looks better now, english could be improved a bit but I'm too tired to pin point the issues. Maybe later... but if you adjust by yourselves I'd be grateful. ;-)