In 2013 Tesco decided to redo their existing groceries mobile app which would make shopping easier and more convenient than ever.
Rightmove website
When I joined Rightmove my first task was to convert their existing Selenium IDE (Record and playback) tests into Selenium RC tests. By moving the tests to Selenium RC we were able to set up a job on Jenkins which would run the automated tests on a nightly basis and across multiple browsers. Also by […]
Figaro trading platform
FIGARO is JHC’s market leading software solution for the stockbroking, wealth management and platform provider communities. The system is used by leading stockbroking and wealth management firms such as AJ Bell, Brewin Dolphin, Fidelity.
Setting up Selenium WebDriver
For this post I will go through how to set up your Selenium WebDriver automation framework by importing the relevant jar files. The jar files and versions you will need for your Selenium framework are:
Writing a basic Selenium test
In this post we will continue to build on our Maven project to create a simple test in Selenium.
Setting up Selenium WebDriver using Maven
For this post I will go through how to set up your Selenium WebDriver automation framework using Maven.
Git remote – pushing to multiple repositories at once
If you have set up multiple repositories (see my previous post; Git remote basic) you can use the following technique to push the same code to all the repositories without having to push multiple times.
Git remote basics
Below are some basic git commands I have found useful. In particular when it comes down working with multiple repositories.
Edit name and email on Git
One of the first things you should do on Git is to set your username and email address. Every Git commit uses the information you have entered.