docs icon indicating copy to clipboard operation
docs copied to clipboard

what's the difference between run test and debug test?

Open llyl opened this issue 7 years ago • 2 comments

I write a test which need a usb, and I have a monitor tool to get all the telegrams send through usb.

Now, the problem is when I debug the test, the test result and the telegrams which are monitored are finished at same time, however, if I run this test directly, the test result(green mark) is end before monitor every time, telegrams are keep sending at the tool until the right number(e.g. 1000 telegrams in total) in this situation.

I want to know the reason. Thanks.

llyl avatar Jan 11 '19 02:01 llyl

This repo is for issues with the NUnit documentation. Normally, I would transfer your question to another repo for the particular NUnit software you are having a problem with, but I can't tell which software you are using to run or debug tests. For example, it could be

  • One of the NUnit VS adapters
  • An NUnit GUI (either V2 or TestCentric)
  • Some other third-party software like resharper.

Please tell us what you are using so the right people can answer.

CharliePoole avatar Jan 11 '19 04:01 CharliePoole

@CharliePoole the package used in vs: capture

Thank you

llyl avatar Jan 11 '19 08:01 llyl