I have been looking for a open-source test management tool for my whole life. Once i setup a Test-link for my project but it's way too much for me. So i decide to make one for my own.
This project is started at August 2016, and still a empty framework. I hope i can finish this and achive my blueprint totally.
- git clone https://github.com/evinoca/TeSonic.git
- cd TeSonic
- virtualenv PyEnv
- source PyEnv/bin/activate
- pip install -r dependence.txt
- cd TeSonic
- python manager.py db init
- python manager.py db migrate -m "install"
- python manager.py db upgrade
- python manager.py runserver
- Display Opening Plans
- Display Opening Products
- Display some charts
- Open Cases
- Finished Cases
- Display test case tree
- Maintain all test cases about current product
- Cross-query on Testcase and test plan