Blank Project

If you are starting form scratch, please refer Creating Test Project under Get started.

Maven

You can use QAF as a Maven Artifact. Users would need to add this to their pom.xml:

Repository entry:

Maven Dependency Entry:

<dependency>
    <groupId>com.qmetry</groupId>
    <artifactId>qaf</artifactId>
    <version>latest.integration</version>
</dependency>
<dependency>
    <groupId>com.qmetry</groupId>
    <artifactId>qaf-support</artifactId>
    <version>latest.integration</version>
</dependency>

IVY

IVY Dependency Entry

<dependency org="com.qmetry" name="qaf" rev="latest.integration" />
<dependency org="com.qmetry" name="qaf-support" rev="latest.integration" />

Direct Download

You can download QAF jar from here.

You can download QAF Support jar from here.

QAF BDD Editors For Eclipse

Drag to your running Eclipse workspace. eclipse plugins for QAF BDD and Gherkin editors providing syntax highlighting, syntax validation and content assist.