README.md 842 字节
Newer Older
aaronchen2k2k's avatar
aaronchen2k2k 已提交
1 2
# zendata
ZenData is an data generator for testing automation written in Golang.
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

## 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](https://github.com/easysoft/zentaoatf/releases);
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](LICENSE.md).