May 12, 2016 | Uncategorized
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...
May 10, 2016 | Uncategorized
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...
May 10, 2016 | Uncategorized
I recently downloaded a Maven project from Github. I setup the project in Eclipse. It contains Cucumber feature files. I made sure I installed the Cucumber plugin for Eclipse.Two ways to install Cucumber plugin were blogged here:Using the Install New...
May 9, 2016 | Uncategorized
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...