DOC

net.sf.staf : jstaf

Maven & Gradle

Feb 21, 2011
2 usages

STAF Java API · The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF removes the tedium of building an automation infrastructure, thus enabling you to focus on building your automation solution. The STAF framework provides the foundation upon which to build higher level solutions, and provides a pluggable approach supported across a large variety of platforms and languages. This component contains the STAF Java API (http://staf.sourceforge.net/current/STAFJava.htm ) only. For more information see http://staf.sourceforge.net/ .

Table Of Contents

Latest Version

Download net.sf.staf : jstaf Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.staf : jstaf Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.4.x
3.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file jstaf-3.4.4-javadoc.jar to jstaf-3.4.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jstaf-3.4.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jstaf-3.4.4-sources.jar" -d "jstaf-3.4.4-javadoc" -subpackages