T-Eberle / aludratest

Test automation framework providing seamless integration of selenium based web GUI tests, other content (XML, EDI, Edifact, flat file, csv/tsv) and protocols (file, ftp, sftp, scp, network share, JMS)

Home Page:http://aludratest.github.io/aludratest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aludratest

Build Status

Build Status

Release

Version 2.7.0 is the most recent release. Please see below on how to include it e.g. in your Maven build.

Documentation

The documentation for the most recent release is published here.

Maven Dependency

To use Aludratest in your Maven project, add this dependency to your pom.xml:

<dependency>
  <groupId>org.aludratest</groupId>
  <artifactId>aludratest</artifactId>
  <version>2.7.0</version>
</dependency>

Please see documentation link above on how to run your first test.

Build

To build your own copy of Aludratest, locally clone the repository.

Perform:

  • mvn compile to build your own version
  • mvn install to install Aludratest to your local repository and use with your tests
  • mvn site to render documentation

About

Test automation framework providing seamless integration of selenium based web GUI tests, other content (XML, EDI, Edifact, flat file, csv/tsv) and protocols (file, ftp, sftp, scp, network share, JMS)

http://aludratest.github.io/aludratest/

License:Apache License 2.0


Languages

Language:Java 99.1%Language:HTML 0.6%Language:XSLT 0.3%Language:CSS 0.0%Language:Shell 0.0%