Forum Discussion
rraghvani
Champion Level 3
2 months agoAfter reading through https://support.smartbear.com/testcomplete/docs/testing-with/advanced/unit-testing/net-applications.html I've created a simple C# .NET 4.8 application with some basic unit tests, which has been picked up by TCUnitTest, shown below,
Unit tests within my applicationWhen I run the following code, to execute all unit tests,
UnitTesting["TCUnitTest"]["Execute"]();
all tests are executed, and the last test displays a message box,
Message box shown when test TestMsgBox is calledI couldn't get .NET 8.0 to work, and I'm not sure if it's supported.