Skip to content

atf4j/atf4j

Repository files navigation

atf4j

Codacy Badge Build Status

Automation Test Framework for Java

An automated test framework for Java, acts as glue for a testing tools, coded with a strong mind to Computer Science and Software Engineering principles. It follows the convention over configuration allows test suites to be build that will run reliable across environments.

Usage

Clone the project locally

git clone https://github.com/atf4j/atf4j.git

Build and Install using Maven

To install atf4j into your local repository.

mvn install

Maven Dependency

The project artifact will now be installed in your local repository and can be included in your project with the following dependency.

<dependency>
	<groupId>net.atf4j</groupId>
	<artifactId>atf4j</artifactId>
	<version>${atf4j.version}</version>
</dependency>

Framework Features

Glossary

I value the use of domain language for clarity so I try to avoid the use of acronyms, however on some occasions clarity comes with brevity.

  • AMQ : Apache ActiveMQ
  • CI : Continuous Integration
  • CSV : Comma separated values
  • CUT : Class under test.
  • FDD : Feature driven development
  • POG : Page Object Generator
  • SUT : System under test

Releases

No releases published

Packages

No packages published

Languages