I did a project in visual studio and also implemented unit testing. The code works fine with unit testing.
Now I have doubts that it is possible to implement unit testing outside the visual studio environment, so that I only use the exe generated by my project and check it for several cases?
I am looking for an option that can use my current unit testing implementation
I am new to unit testing, so any help would be appreciated
early
source share