AludraTest

Test automation framework providing seamless integration of selenium based web GUI tests, file and stream content, and protocols. It enforces a unified programming model for testing different technologies: Web GUI including AJAX (using Selenium), HTML, XML, EDIFACT, Flat File, CSV/TSV, protocols like HTTP, JMS, FTP, SFTP, Network Shares. The framework is extensible via a flexible service API.

License

License

GroupId

GroupId

org.aludratest
ArtifactId

ArtifactId

aludratest
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

AludraTest
Test automation framework providing seamless integration of selenium based web GUI tests, file and stream content, and protocols. It enforces a unified programming model for testing different technologies: Web GUI including AJAX (using Selenium), HTML, XML, EDIFACT, Flat File, CSV/TSV, protocols like HTTP, JMS, FTP, SFTP, Network Shares. The framework is extensible via a flexible service API.
Project URL

Project URL

http://www.aludratest.org/
Project Organization

Project Organization

aludratest.org
Source Code Management

Source Code Management

https://github.com/AludraTest/aludratest.git

Download aludratest

How to add to project

<!-- https://jarcasting.com/artifacts/org.aludratest/aludratest/ -->
<dependency>
    <groupId>org.aludratest</groupId>
    <artifactId>aludratest</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.aludratest/aludratest/
implementation 'org.aludratest:aludratest:3.0.2'
// https://jarcasting.com/artifacts/org.aludratest/aludratest/
implementation ("org.aludratest:aludratest:3.0.2")
'org.aludratest:aludratest:jar:3.0.2'
<dependency org="org.aludratest" name="aludratest" rev="3.0.2">
  <artifact name="aludratest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aludratest', module='aludratest', version='3.0.2')
)
libraryDependencies += "org.aludratest" % "aludratest" % "3.0.2"
[org.aludratest/aludratest "3.0.2"]

Dependencies

compile (22)

Group / Artifact Type Version
junit : junit jar 4.11
org.slf4j : slf4j-api jar 1.6.4
org.databene : databene-formats jar 1.0.3
org.databene : databene-commons jar 1.0.5
dom4j : dom4j jar 1.6.1
jaxen : jaxen jar 1.1.1
xom : xom jar 1.1
org.codehaus.plexus : plexus-container-default jar 1.6
org.codehaus.plexus : plexus-component-annotations jar 1.6
org.databene : edifatto jar 2.0.1
org.seleniumhq.selenium : selenium-java jar 2.42.2
org.seleniumhq.selenium.client-drivers : selenium-java-client-driver jar 1.0.2
net.sf.jtidy : jtidy jar r938
org.apache.commons : commons-vfs2 jar 2.0
commons-net : commons-net jar 3.3
com.jcraft : jsch jar 0.1.50
org.apache.velocity : velocity jar 1.7
joda-time : joda-time jar 2.1
net.sourceforge.pmd : pmd jar 5.0.5
javax.jms : jms-api jar 1.1-rev-1
xml-apis : xml-apis jar 1.4.01
org.mozilla : rhino jar 1.7R5

test (7)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.6.4
log4j : log4j jar 1.2.16
org.apache.sshd : sshd-core jar 0.12.0
org.apache.mina : mina-core jar 2.0.8
org.apache.ftpserver : ftplet-api jar 1.0.6
org.apache.ftpserver : ftpserver-core jar 1.0.6
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

aludratest

Build Status

Build Status

Release

Version 3.0.1 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>3.0.1</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
org.aludratest

AludraTest

Open-source test automation framework

Versions

Version
3.0.2
3.0.1
3.0.0
2.7.0
2.7.0-RC1