I have made a project in visual studio and also implemented unit testing. The code working fine with the unit testing.
Now I have a doubt that is it possible to implement unit testing outside the visual studio environment such that I only use the exe generated by my project and test it for multiple cases?
I am looking for an option which can utilise my current unit testing implementation
I am new to unit testing, so any help would be appreciated
thanks in advance