I have the following scenario: There is a Windows Service , done in C #, which is used to synchronize data from a local base with a cloud base and need to perform some stress tests and load, with this, I thought to perform the following test:
I would like to know how I can simulate these test cases, especially case 1, since this is something that the system needs to deal with, as it is an already predicted scenario that normally occurs in the Windows Service environment.
I've read that normally in the case of Windows Service, it's best to export the dll from it to test its public methods in this scenario, but I do not know to what extent this is true. / p>