Simplic AdaptiveTesting is a framework for simple and scriptbased software testing in the .net framework. It allows to create test cases and reports-
At first you need to clone the repository to your local file system using git.
Execute the python script dependencies.py
to prepare your solution.
Just compile the solution, this should be all you need to do.
With writing your own PlugIn, you can extend the Adaptive Testing framework. The following things can be extended:
- Custom test modules definitions, for easy reusable test cases (existing ones:
exe
,clr
,vsunit
,etc.
) - Custom indicators, to measure values for automatic interpreting and observing test results
- Custom reporting, to generate the report you need with a few lines of code