I have multiple test files in the project and I’m able to run a particular file by right clicking and saying “Run Tests”. Howver there is no Debug option in the context menu upon right clicking. Either how to make it appear here, or else how can I set which test case gets run upon pressing F5?
Share
Use the Test menu. Test => Debug => [select option]
You can also turn on the Test toolbar, it has buttons for Run and Debug.
From those menus you’ll be able to run a single test as well by having your cursor in the method and using the “in context” options.