Questions tagged [multithreading]
Use this tag when the program performs its work using multiple concurrent threads of execution.
1 questions from the last 30 days
8
votes
3
answers
129
views
Test to ensure CGI can be invoked on a local server
I am writing tests for legacy software which has a dependency on CGI scripts on a remote machine.
Mocking the dependency would entail modifying the code under test, which is a thing I cannot do at the ...