Aug 31, 2019 | Cucumber, Eclipse, Marketplace
There are 2 ways to install Cucumber plugin in Eclipse. I wrote one way on this blog which is to use the Install New Software. The second way is by using the Eclipse Marketplace.From the Eclipse menu, select Help -> Eclipse Marketplace…Type...
Nov 20, 2016 | Uncategorized
While working on a mobile application project, I joined a team with an aggressive release timeline and a highly autonomous development culture. Developers were able to merge changes freely, and formal code reviews, unit tests, and integration tests were not yet part...
Sep 15, 2016 | Uncategorized
It has been months since I last accessed a REST web service that uses OAuth. I have to do some testing on my work and now I have to use the RESTClient add-on in my Firefox browser. I have saved the web service settings in that RESTClient. Upon clicking the...
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...
Nov 28, 2012 | Uncategorized
Source: http://www.craftymind.com/2008/04/18/updated-elastic-racetrack-for-flash-9-and-avm2/ Updated ‘Elastic Racetrack’ for Flash 9 and AVM2 By Sean Christmann | Posted April 18th, 2008 In 2005 Ted Patrick posted a great article on the frame execution model inside...
Aug 17, 2011 | Eclipse, Indigo, Maven, SVN
I am using Eclipse Indigo. I’m trying to Check out as Maven Project from SVN Explorer. The option is not available in context menu.Solution:1. Uninstall MavenSource:...
Aug 17, 2011 | Eclipse, Flex, Maven, SVN, Tomcat
A. Eclipse1. Install Eclipse www.eclipse.org/downloads/ . As of writing, Indigo is the latest version, but these instructions also work for Ganymede or Galileo.2. (Optional) Window ->...