beet233 / AETG

AETG - Automatic Efficient Test Case Generator. Generate t-way coverage test cases with it to boost your test.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Run

if __name__ == '__main__':
    # test_jingdong()
    test_xiecheng()

Choose one of tests here ↑.

python .\aetg.py

Then you will see jingdong.csv or xiecheng.csv at ./.

This program uses GBK encoding. Fix it as you like.

Docs in Chinese

[AETG 算法 - 组合测试中的优化](./AETG 算法 - 组合测试中的优化.md)

About

AETG - Automatic Efficient Test Case Generator. Generate t-way coverage test cases with it to boost your test.

License:MIT License


Languages

Language:Python 100.0%