This project serves as an example for writing Automation using Gauge
- Use Webdriver as base of implementation
- Concepts
- Specification, Scenario & Step usage
- Table driven execution
- External datasource (special param)
- Install Gauge
- Install Gauge-CSharp plugin
- .NET v4.5 (required for the CSharp plugin to run), you could write your test code to target a lesser version.
- Gauge Visual Studio plugin (optional, but recommended)
- Java 1.7 or above. [Required to bring up the SUT]
- Download activeadmin-demo.war
- Bring up the SUT by executing the below command
java -jar activeadmin-demo.war
- The SUT should now be available at http://localhost:8080
Copyright 2019, ThoughtWorks Inc.