|
Automatic Unit Test Generation for WPF (Beta)
Test Generator is a tool that automatically creates GUI unit tests for your application. Just specify your assembly (executable or DLL) and Test Generator will inspect your assembly for UI components and generate unit tests automatically. After the unit test files are created, all you need to do is add them into your test project. Be sure to include the necessary dlls: i.e. IcuTest.dll, WPF DLLs, test runner DLLs, and the DLL you are testing. This tool is included with the official release of IcuTest. However, it is still considered a beta product. Please feel free to report any bugs, concerns or feature requests to support@nxs7.net
|