Skip to content
Hadi Khaleghi

Menu

  • Home
  • Projects
  • My CV
  • Contact
  • Blog
Projects

Tesco groceries app

Written by Hadi on April 10th, 2015April 11th, 2015. Leave a comment

In 2013 Tesco decided to redo their existing groceries mobile app which would make shopping easier and more convenient than ever.

Continue Reading Tesco groceries app
Projects

Rightmove website

Written by Hadi on April 10th, 2015April 11th, 2015. Leave a comment

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 […]

Continue Reading Rightmove website
Projects

Figaro trading platform

Written by Hadi on April 10th, 2015April 11th, 2015. Leave a comment

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.

Continue Reading Figaro trading platform
Automation, Selenium

Setting up Selenium WebDriver

Written by Hadi on March 15th, 2015May 11th, 2015. 1 Comment

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:

Continue Reading Setting up Selenium WebDriver
Automation, Selenium

Writing a basic Selenium test

Written by Hadi on March 13th, 2015May 11th, 2015. 1 Comment

In this post we will continue to build on our Maven project to create a simple test in Selenium.

Continue Reading Writing a basic Selenium test
Automation, Selenium

Setting up Selenium WebDriver using Maven

Written by Hadi on March 13th, 2015March 13th, 2015. 1 Comment

For this post I will go through how to set up your Selenium WebDriver automation framework using Maven.

Continue Reading Setting up Selenium WebDriver using Maven
Git

Git remote – pushing to multiple repositories at once

Written by Hadi on February 13th, 2015February 13th, 2015. Leave a comment

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.

Continue Reading Git remote – pushing to multiple repositories at once
Git

Git remote basics

Written by Hadi on February 10th, 2015February 13th, 2015. Leave a comment

Below are some basic git commands I have found useful. In particular when it comes down working with multiple repositories.

Continue Reading Git remote basics
Git

Edit name and email on Git

Written by Hadi on February 6th, 2015February 13th, 2015. Leave a comment

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.

Continue Reading Edit name and email on Git

Posts navigation

  • ← Previous
  • 1
  • 2

Recent Posts

  • Bó companion app
  • Image comparison testing
  • Run Selenium tests on headless browser
  • Natwest Banking Website
  • How to get apk information without having to install it on the device

Categories

  • Android
  • Automation
  • Git
  • Projects
  • Selenium
  • UiAutomator