Software:Software Testing Automation Framework

From HandWiki
Software Testing Automation Framework (STAF)
Developer(s)IBM
Initial releaseInitial Release in 1998. Version 3.0 initial release in 2005.
Written inCore application: C++. Public APIs available in Java, C, C++, Python, Perl, Tcl, Rexx.
Operating systemCross-platform
Available inEnglish
TypeTest Automation Framework
LicenseAs of v3.2.5, STAF uses the Eclipse Public License V1.0. Additional details here [1].
WebsiteSoftware Testing Automation Framework (STAF)

The Software Testing Automation Framework (STAF) is an open source Eclipse Public License (EPL) project that enables users to create cross-platform, distributed software test environments. It's designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF is promoted as optimizing the construction of automation solutions by providing an automation infrastructure. The STAF framework provides the foundation upon which to build higher level solutions, and provides a pluggable approach supported across a variety of platforms and languages.

Services

STAF includes a number of services that provide specific functionality. The most prominent of these is called the STAf eXecution engine (STAX), which executes test scripts. Other services provide cron, file system, inter-process communication, e-mail, and HTML support, among others. The documentation also includes instructions and guidelines for developers to generate their own custom services.

Support

IBM includes support for STAF through extensive online documentation and user forums, accessible via the STAF website.

External links