xebia/xta-hands-on-session-test-automation-tools

Name: xta-hands-on-session-test-automation-tools

Owner: Xebia BV

Description: Startup project for hands-on session: test automation tools

Created: 2015-03-30 11:01:55.0

Updated: 2016-09-21 21:06:30.0

Pushed: 2016-09-21 21:06:29.0

Homepage: null

Size: 108

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Hands-on Session : Test Automation Tools

This project contains Cucumber and FitNesse, both for backend and frontend testing.

How to get SUT and test tooling up and running

The workshop uses Gradle as build tool.

Start SUT - Monopoly web application

$ ./gradlew appRun

Start FitNesse

$ ./gradlew fitnesseRun

Run Cucumber tests

Testing the SUT through cucumber can be done in two ways. Through the commandline with the command below, or through the JUnit runner in your IDE. By using the commandline runner, the SUT gets started for the test (and shutdown right afterwards), so make sure it's not still running from earlier Fitnesse testing.

$ ./gradlew cucumber

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.