I have created a unit test in my c# project which builds into a dll file.Now i want to know which exe makes use of this dll to run unit tests.Is it mstest.exe or some other executable
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
QTAgent32.exe is used by the microsoft etsting framework for testing purposes.MsTest.exe in turn calls QTAgent32.exe for running tests on agents….