Testing Relief will save your time and bring more quality into your software product.
...As you make changes in the program code, full testing becomes unnecessary. You only have to test those parts of the program code that were affected by the changes.
Current version is 1.0.1
Learn about all changes in your software product before you start testing it.
...Testing Relief does the expert's work - it analyzes all changes in a software product and detects parts of the program code that depend on these changes, but have not been modified themselves.
After you modify the code of a project, the common practice is to change the version of the project assemblies. Besides, assemblies can be renamed. After the version of an assembly or its name is changed, it is impossible to automatically determine which base assembly corresponds to the last version of this assembly. You should directly specify it. Assemblies are referenced manually for that.
To specify references between last assemblies and base assemblies, you should execute the Add Assembly Reference command from the context menu of each assembly in the collection of last assemblies. You should select the corresponding assembly from the collection of base assemblies in the new dialog box.
If no base assembly is specified for an assembly from the collection of last assemblies, Testing Relief considers this assembly as new.