Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Cucumber - Reuse the value of any variable

We have a scenario in which first we have to fill the form and then assert the values filled in the form. This can be achieved by two ways:   Call assertion step form submission step but both the steps should be under the same step def...

Parse big data in Cucumber using Doc Strings

There are many times when we have to handle a some large data(multiline text) in our Feature file. If we pass the data in data table then every line inside the data table will be considered as new argument. So, data table will not fulfill our req...

Capybara Optional capture Group and Optional noncapture Group

There are many times in our Feature file when there is a situation where we have to test the positive as well as the negative scenario. The steps are almost same with a little change. Let’s suppose the following scenarios:   Scen...

Reusability of Cucumber steps

Many times it has been noticed that some set of steps were required in another cucumber step. One way is to write previous steps again in the required cucumber step but this violates the “Reusability” feature of cucumber. So, the best...

Cucumber Feature file in different languages

There are many applications that run on different geographic locations and teams from locations also work on the same project. It may be possible the different team members are comfortable in writing feature files in different languages. So, cucu...

Step Definitions in Cucumber

Cucumber is a command-line tool that reads specifications from plain-language text files but cucumber itself does not have any idea as how to execute the scenario steps. Cucumber needs step definition to convert Gherkin step into some desired act...

How Cucumber Works ?

Cucumber a command-line tool has scenario inside the Feature file which contains a list of steps for the Cucumber to work through. Cucumber follow some basic rules or syntax called Gherkin to understand these feature files.   Since eac...

gherkin.parser.ParseError in cucumber feature file.

 I created the below scenario in a cucumber feature file and when I executed the scenario then I got gherkin.parser.ParseError Scenario : The user should be able to login for correct credentials Given I am at the Home page ...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: