DEV Community

Discussion on: Accelerate your test creation

Collapse
 
andreujuanc profile image
Juan C. Andreu

You should really add the ability to add all the tests needed in a whole solution. yes clicking one by one is nice, but it'd be nice to use something like that when you pick up someone else's project and you suddenly find zero unit tests. So instead of clicking methods one by one, you can just show a list of what's needed and proceed.

Also it'd be nice for cases when you don't do TDD but want to create tests afterwards.

BTW, integration tests templates are very much needed in VS.

Collapse
 
meanin profile image
Paweł Ruciński • Edited

ability to add all the tests - Totally agree with that. Unfortunately, as far as I know there is no tool for that. I will consider creating one in the future.

Thanks for comment!

Collapse
 
andreujuanc profile image
Juan C. Andreu

Please ping me when you have a beta version for that, i might give it a try!