Blog

Take a Screenshot if a Test Fails using JUnit

By |2018-12-18T10:21:42+00:00December 18th, 2018|Categories: Selenium WebDriver|Tags: , , , , |

How to check if a Test has failed using JUnit? This blog introduces the JUnit TestWatcher Class. We can use this to detect the Status of a Test Case, and if it has failed, we can then invoke a Method to do something - in this case, report the error and take a screenshot. There are [...]

Comments Off on Take a Screenshot if a Test Fails using JUnit

Using Git & GitHub with Ranorex

By |2018-12-18T11:41:54+00:00November 16th, 2018|Categories: Ranorex|

Using Git & GitHub with Ranorex In this tutorial, we will be walking through the process of setting up Git/GitHub with Ranorex. This demo will be using Ranorex 8.3 but this will work on most recent versions of Ranorex too. Step 1 (All Testers) -  Set up Git/GitHub Install Git – https://git-scm.com/downloads Install TortoiseGit for Windows [...]

Comments Off on Using Git & GitHub with Ranorex

Selenium WebDriver C# and Jenkins Integration

By |2018-09-20T11:28:28+00:00September 20th, 2018|Categories: Selenium WebDriver|Tags: , , , , |

Many people ask us about integrating their WebDriver C# Test Automation with Jenkins. Allowing us to incorporate testing into the wider C.I. approach. This topic is included in all of our Selenium training courses, but here is a quick start with .NET In this blog we have slides on how to integrate Selenium WebDriver C#, GitHub [...]

Comments Off on Selenium WebDriver C# and Jenkins Integration

Selenium WebDriver and Jenkins Integration using Maven

By |2018-12-18T11:38:44+00:00June 1st, 2018|Categories: Selenium WebDriver|Tags: , , |

How to integrate Selenium WebDriver Java, GitHub, Jenkins and Maven In this tutorial, we are going to be walking through the process of setting up Selenium WebDriver Java with source control and continuous integration. To do this, firstly we are going to need a few things. Prerequisites: Eclipse downloaded and installed (Maven comes with Eclipse) Jenkins [...]

Comments Off on Selenium WebDriver and Jenkins Integration using Maven

IntelliJ with Cucumber and Selenium WebDriver Java

By |2018-05-31T11:06:31+00:00May 31st, 2018|Categories: BDD, Cucumber, Selenium WebDriver|Tags: , , , , |

In this blog we will explore how to set up IntelliJ to create a Maven project for using Cucumber with Selenium WebDriver Java Pre-requisites JDK Install Install Java Development Kit from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Add a Windows environment variable (system properties, WinKey + Pause -> Advanced System Settings -> Environment Variables) JAVA_HOME to point at the JDK directory. [...]

Comments Off on IntelliJ with Cucumber and Selenium WebDriver Java

Selenium WebDriver and Jenkins Integration using Ant

By |2018-05-31T13:59:48+00:00May 30th, 2018|Categories: Automated Testing, Selenium WebDriver|Tags: , , , , |

How to integrate Selenium WebDriver Java, GitHub, Jenkins and Ant In this tutorial, we are going to be walking through the process of setting up Selenium WebDriver Java with source control and continuous integration. To do this, firstly we are going to need a few things. Prerequisites: Eclipse downloaded and installed WebDriver libraries downloaded Jenkins installed [...]

Comments Off on Selenium WebDriver and Jenkins Integration using Ant

Setting up a Cucumber Project in Eclipse using Maven

By |2018-03-29T14:31:09+00:00March 20th, 2018|Categories: BDD, Cucumber, Selenium WebDriver|Tags: , , , , |

Maven Cucumber and WebDriver Projects in Eclipse In our Selenium courses we tend to use Ant for building, executing from command line, and creating reports. However, you may wish to use Maven, which makes projects much easier to manage. So in this blog we show you how to set up your Cucumber project in Eclipse using [...]

BDD using Ranorex, NUnit, POM in Visual Studio 2017 part 3

By |2018-03-29T14:31:11+00:00March 19th, 2018|Categories: BDD, Ranorex, SpecFlow|Tags: , , , , , , |

This is the final part of our 3 part blog on integrating Ranorex with SpecFlow in Visual Studio and creating a Page Object style framework In this last part we look at bringing in BDD using SpecFlow. BDD with SpecFlow OK, now we have our own Ranorex POM framework sorted, lets extend this into BDD using [...]

BDD using Ranorex, NUnit, POM in Visual Studio 2017 part 2

By |2018-03-29T14:31:11+00:00March 19th, 2018|Categories: BDD, Ranorex, SpecFlow|Tags: , , , , , , |

This follows on from part 1 of our BDD with Ranorex 8 blog So far, we have done all the required set up in Visual Studio, now let's create our test framework! Base Test Class As all of our tests need to start and stop browsers and deal with the web page (DOM), lets just do [...]

BDD using Ranorex, NUnit, POM in Visual Studio 2017 part 1

By |2020-07-02T08:03:49+00:00March 19th, 2018|Categories: BDD, Ranorex, SpecFlow|Tags: , , , , , , |

BDD using Ranorex, NUnit, POM in Visual Studio 2017 In this example, we are going to work through creating a BDD project in Visual Studio using SpecFlow and Ranorex. This is to show that we can do BDD using Ranorex, but as a draw back we don’t have access to Object Repositories. This could create a [...]

Contact Info

Lasyard House, Underhill St. Bridgnorth WV16 4BB

Phone: +44 (0)333 939 8884

Go to Top