Looking to get an automatic testing tool (voting should bring good results)
The perfect tool:
- Eliminate the need to provide a set of values for the method.
- use methods such as Interactive Testing, where the code is examined to determine which values the entire path code should execute. those. unit tests for a method are determined by code complexity
For example, if a method checks that the integer argument is 123, at least 2 unit tests are generated: one where this argument is 123, and the other where it is absent.
For Java, I understand that these are some parameters, but not .NET.
Heard about Pex - for .NET from Microsoft Research, but it has a non-commercial license
thanks
source
share