7 mistakes of software testing
Though most developers know the importance of testing, it seems that a lot of them still aren’t testing enough. And if they write tests, they test just test wrong. Unit tests If some tests are written in applications, most of them will be unit tests. It’s easy to test a utility class by just calling [...]