So the situation is I have one machine having Visual Studio installed in it. There are multiple other machines in the LAN. I wont have the permission to install visual studio on other machines. The other machines will only have the code.
Can I execute the c# unit tests on those remote machines without installing visual studio? If yes what is the procedure and minimum system requirement or software requirement ?
The tests should be run on those machines only to test those servers.