testdriven.net - proliferation of rocket tray icons -


Every time I run an exam using the test driver, it is another "rocket" on my system tray I make the icon. I have to manually release right-click to get rid of them. How can I avoid this?

Check for any open file that you can create in your tests. Depending on the size of your test suite, which can be very time consuming and exhausting, there is an option to stop caching of the test process between test run in options for TestDriven.Net. It looks like what you are looking for is designed for examples. From your documents:

Cash test procedures between running tests By default the external test process will be cached when the 'run test (s)' command Has been used This process appears as a rocket icon in the tool tray, which can be used to kill the process. It's okay unless any of your tests can tilt the native resources (like opening the file handle). The best solution is to fix the processing leakage, but now you have to choose the option to solve this problem by killing the test process at the end of each test run. This can be useful if the resource leak is in the third party DLL which can not be easily changed.

From here:

I know that you had asked this one year ago, so you already have a way to fix the problem. . In that case, I would say that you tell us what you did.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -