[BangPypers] { Parsing }

Shashidhar Paragonda shashidhar85 at gmail.com
Thu Feb 13 12:20:37 CET 2014


We are using TestComplete tool to do automation testing.
Automation testing script is generated using C#,

Main concern is we are trying to generate C# automation test script using
the manual test scripts.
For manual test scripts we wanted to follow common script format i.e we
thought of Gherkin format, and convert / parse the gherkin format manual
script and generate C# automation script for each.

There are already a set subroutines exists in the C# to perform the each
actions.
We preferred Python to do above task.



-----------------------------------
Regards,

Shashidhar N.Paragonda
shashidhar85 at gmail.com
+919900093835


On Thu, Feb 13, 2014 at 4:03 PM, Vaikuntham Jagannath <
vjagannath09 at gmail.com> wrote:

> For what purpose are you trying to use C# Automation scripts?
>
>
> On Thu, Feb 13, 2014 at 6:29 PM, Shashidhar Paragonda <
> shashidhar85 at gmail.com> wrote:
>
> > Hi, lettuce solved the requirement of doing automation testing.
> > I have other requirement i.e I am using Python as scripting tool to
> perform
> > the automation script for C#.
> > Is there any other library which best supports to perform the C#
> > automation.
> >
> >
> > -----------------------------------
> > Regards,
> >
> > Shashidhar N.Paragonda
> > shashidhar85 at gmail.com
> > +919900093835
> >
> >
> > On Wed, Feb 12, 2014 at 1:13 PM, Vaikuntham Jagannath <
> > vjagannath09 at gmail.com> wrote:
> >
> > >  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 <
> > > shashidhar85 at 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
> > > > shashidhar85 at gmail.com
> > > > +919900093835
> > > >
> > > >
> > > > On Tue, Feb 11, 2014 at 1:29 PM, Vaikuntham Jagannath <
> > > > vjagannath09 at 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 <
> > > > > shashidhar85 at 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 "cukes at 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
> > > > > > shashidhar85 at gmail.com
> > > > > > +919900093835
> > > > > > _______________________________________________
> > > > > > BangPypers mailing list
> > > > > > BangPypers at python.org
> > > > > > https://mail.python.org/mailman/listinfo/bangpypers
> > > > > >
> > > > > _______________________________________________
> > > > > BangPypers mailing list
> > > > > BangPypers at python.org
> > > > > https://mail.python.org/mailman/listinfo/bangpypers
> > > > >
> > > > _______________________________________________
> > > > BangPypers mailing list
> > > > BangPypers at python.org
> > > > https://mail.python.org/mailman/listinfo/bangpypers
> > > >
> > > _______________________________________________
> > > BangPypers mailing list
> > > BangPypers at python.org
> > > https://mail.python.org/mailman/listinfo/bangpypers
> > >
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list