/zentaoatf

zentaoatf is an cross platform automation testing framework written in go language.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

zentaoatf

ZentaoATF is an automation testing framework written in Golang.

Features

  1. Support popular programming languages like Python, Ruby, Lua, Tcl, PHP, GO, Shell and Bat;
  2. Reduce the invasive of existing testing scripts;
  3. Integration with ZenTao - Open source project management system.

QuickStart

Run from release file

  1. Download last release file from here;
  2. Type 'ztf/ztf.exe help' to get the help doc.

Run from Golang codes

  1. Enter 'git clone https://github.com/easysoft/zentaoatf.git' to get the source codes;
  2. Overwrite edit.go and view.go from https://github.com/rocket049/gocui to fix the Chinese related bug;
  3. Type 'go run src/atf.go help' to get the help doc.

Licenses

All source code is licensed under the GPLv3 License.