Cucumber senario

Hi all,
here is a scenario for create new Task

Scenario: Create Valid Task
Given I have no tasks
And I am on the list of tasks
When I follow “New Task”
And I fill in “Description” with “Hello”
And I press “Create”
Then I should see “Task was successfully created.”
And I should see “Hello”
And I should have 1 task

according to that i want to write a senario for edit. if any body knows
how to write that please help me.
Thanks
regards,
mithun perera.

On Tue, Sep 22, 2009 at 11:24 PM, Mithun P. [email protected]
wrote:

And I should see “Hello”
And I should have 1 task

according to that i want to write a senario for edit. if any body knows
how to write that please help me.
Thanks
regards,
mithun perera.

Hi,

Please send cucumber questions to http://groups.google.com/group/cukes.

Cheers,
David