You could consider using Lettuce [http://lettuce.it/] . It is a BDD
framework in python. This could help you to build & maintain the automation
scripts efficiently in the long run. Hope this helps..

Regards,
jagan


On Tue, Feb 11, 2014 at 5:17 PM, Shashidhar Paragonda <
shashidha...@gmail.com> wrote:

> Hi
> >>> The main requirement is to build autamation script parsing the Gherkin
> format.
> >>> We planned to use Gherkin format to basically convert the test
> use-cases.
> >>> Everyone who does manual / automation test, will use Gherkin format to
> generate the test use-cases, so that Gherkin becomes a common format
> platform to build test cases.
>
>
>
> -----------------------------------
> Regards,
>
> Shashidhar N.Paragonda
> shashidha...@gmail.com
> +919900093835
>
>
> On Tue, Feb 11, 2014 at 1:29 PM, Vaikuntham Jagannath <
> vjagannat...@gmail.com> wrote:
>
> > Hi,
> >
> > Why do you want to write a parser for the Gherkin format ? If we can know
> > the underlying need, then may be We can suggest you more effectively.
> >
> > Regards,
> > Jagan
> >
> > On Tue, Feb 11, 2014 at 2:26 PM, Shashidhar Paragonda <
> > shashidha...@gmail.com> wrote:
> >
> > > Hello Python hackers
> > >
> > > >>> I wanted to write parser for below GHERKIN format, can anyone
> suggest
> > > best pythonic approach to parse and extract the details from below eg:
> > >
> > > >>>  My need is to discard the common english words and extract rest of
> > the
> > > text and write entries to XML ( i thought of using XML, please suggest
> > any
> > > other format storage ).
> > >
> > > Feature: Password management  Scenario: Forgot password    Given a
> > > user with email "cu...@cukes.info" exists    When I ask for a password
> > > reset    Then an email with a password reset link should be sent
> > >
> > > >>> NOTE: Feature, Scenario, Given, When , Then are like keywords in
> > above
> > > text
> > >
> > >
> > > -----------------------------------
> > > Regards,
> > >
> > > Shashidhar N.Paragonda
> > > shashidha...@gmail.com
> > > +919900093835
> > > _______________________________________________
> > > BangPypers mailing list
> > > BangPypers@python.org
> > > https://mail.python.org/mailman/listinfo/bangpypers
> > >
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers@python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to