Using Visual Studio 2015 Community. I have a unit test project with all these methods named "Step01_AddUser", "Step02_AddHomework", etc. However I'd like to give them descriptive names which will appear in the Test Explorer window. Basically I want to accomplish 2 things:
Is there a way to do this?
I'll answer your questions in the same order they were asked in:
I would also highly recommend going over this article. It goes over some conventions of best naming practices for unit tests.