DEV Community

Discussion on: The Problem With High Test Coverage

 
teamcoder profile image
Robert Ecker

:)

Thread Thread
 
rvazquezglez profile image
Raúl Gerardo Vázquez González

There are tools like IntelliTest msdn.microsoft.com/en-us/library/d...

Jessica Kerr (in a very interesting talk) mentions a tool called QuickCheck which allows you to run property based testing to find cases where you program might fail youtu.be/X25xOhntr6s?t=20m28s

Thread Thread
 
teamcoder profile image
Robert Ecker

Thanks for sharing Raúl! Do you use such tools? Do they work well for you?