Forum Discussion

Berkay's avatar
Berkay
Occasional Contributor
6 years ago

how can i test the code that i write in visual studio with test complete ?

I wrote some codes in Visual studio and i want to unit test in test complete that codes. How can ı unit test in test complete ?   My_cod     using System; using System.Collections.Generic; usi...