something like... Given I go to my webpage When I input <name> Then I am presented with <value>
Examples: |name|value| |Tom|A| |Mike|B| |Jake|C| On 25 July 2012 00:12, Weining SHA <[email protected]> wrote: > Hello, everyone! > Now for I want to create just one Story which can be lanched by a table of > parameters, > Here is a example : > Given a table: > | name| value | > | Tom | A | > | Mike | B | > | Jake | C | > > And Given a Scenario like: > Given go to my Webpage(a url) > When input name > Then we will get value which associated according to the given > table (like when i input Tom, value A is expected) > > So with theScenario, and this table, I want to lanch Scenario 3 times; > With ExampleTable, HOW should I Do? > I want to some ideas! > Thanks! > > > > Weining SHA 沙威宁 > CV: > http://www.doyoubuzz.com/weining-sha > Etudiant 5A du Dpt. > Informatique > Ecole Polytechnique de > l'Université de Tours > Tel : +33 (0) > 642060505 >
