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 [email protected] +919900093835 On Wed, Feb 12, 2014 at 1:13 PM, Vaikuntham Jagannath < [email protected]> 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 < > [email protected]> 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 > > [email protected] > > +919900093835 > > > > > > On Tue, Feb 11, 2014 at 1:29 PM, Vaikuntham Jagannath < > > [email protected]> 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 < > > > [email protected]> 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 "[email protected]" 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 > > > > [email protected] > > > > +919900093835 > > > > _______________________________________________ > > > > BangPypers mailing list > > > > [email protected] > > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > _______________________________________________ > > > BangPypers mailing list > > > [email protected] > > > https://mail.python.org/mailman/listinfo/bangpypers > > > > > _______________________________________________ > > BangPypers mailing list > > [email protected] > > https://mail.python.org/mailman/listinfo/bangpypers > > > _______________________________________________ > BangPypers mailing list > [email protected] > https://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list [email protected] https://mail.python.org/mailman/listinfo/bangpypers
