JTAF XCore

The core functionality provided by JTAF. Includes script parsing, test execution, and JUnit support.

License

License

GroupId

GroupId

org.finra.jtaf
ArtifactId

ArtifactId

jtaf-xcore
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JTAF XCore
The core functionality provided by JTAF. Includes script parsing, test execution, and JUnit support.
Project URL

Project URL

http://finraos.github.io/JTAF-XCore/
Source Code Management

Source Code Management

https://github.com/FINRAOS/JTAF-XCore.git

Download jtaf-xcore

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6
net.sf.opencsv : opencsv jar 2.3
org.springframework : spring-context-support jar 4.1.1.RELEASE
commons-codec : commons-codec jar 1.9
junit : junit jar 4.11
org.apache.poi : poi-ooxml jar 3.10.1
org.jgrapht : jgrapht-core jar 0.9.1
log4j : log4j jar 1.2.17
com.github.mifmif : generex jar 0.0.3

Project Modules

There are no modules declared in this project.

Build Status

JTAF-XCore

XCore is a framework to define and execute automated tests. It enables automation code development in Java, test script development in XML via domain specific language, and execution & reporting via JUnit.

Go full throttle on testing with XCore ! Get your application Domain Experts to define tests and get your Developers to implement underlying code.

Here is the link to getting started

Releases

Current release is 1.1 - 2/25/2016

Contributing

We encourage contribution from the open source community to help make XCore better. Please refer to the development page for more information on how to contribute to this project including sign off and the DCO agreement.

If you have any questions or discussion topics, please post them on Google Groups.

Building

XCore uses Maven for build. Please install Maven by downloading it here.

# Clone XCore git repo
git clone git://github.com/FINRAOS/JTAF-XCore.git
cd JTAF-XCore

# Run package to compile and create jar
mvn package

Running Tests

XCore uses Maven plugins to execute both the unit and integration tests. You can run all of the tests by executing:

mvn verify

You can run individual tests by executing it from your IDE or through command line. Please refer here.

Requirements

XCore requires Java SE version 7 or above available here

License Type

JTAF projects including XCore is licensed under Apache License Version 2.0

org.finra.jtaf

FINRA

Versions

Version
1.1
1.0