f3270

Java framework for testing mainframe (TN3270) applications

License

License

GroupId

GroupId

com.github.vebqa
ArtifactId

ArtifactId

f3270
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

f3270
Java framework for testing mainframe (TN3270) applications
Project URL

Project URL

https://github.com/vebqa/f3270
Source Code Management

Source Code Management

https://github.com/vebqa/f3270

Download f3270

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.hamcrest : hamcrest jar 2.1
junit : junit jar 4.12
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

f3270 is a simple, easy-to-use Java framework for automating mainframe functional tests. It consists of an API to deal with fields in screens and a terminal GUI for debugging.

Have a look into our wiki how to start testing with an example using MUSIC/SP as test object.

Versions

Version
1.5.0
1.4.0
1.3.0
1.2.0