Select Page

Running a Cucumber Feature File in Eclipse

I was tasked to improve an automation test that the offshore QA team has written for our web application.I specifically have to update this Cucumber feature file. Feature: Verify Search functionality Scenario: As a default User, I should be able to see search in...

Alternative to Mozilla Firefox’s RESTClient

Writing and running REST and SOAP web services has been in my daily routine at work.  My favorite plugin to execute REST calls is Firefox’s RESTClient plugin.But last week, there was an outage in our network that we had to install new certificates in our...

Installing Cucumber plug-in in Eclipse from Repository

There are two ways to install Cucumber plug-in to your Eclipse.  One way is by using the Marketplace which I blogged here.Another way is by using the Repository which is detailed below: Open Eclipse.  From the menu, select Help -> Install New Software.  Click on...