java - Our project contains 2600 class files - where and how should we start writing junit tests? -
java - Our project contains 2600 class files - where and how should we start writing junit tests? -
our project contains 2600 class files , have decided start using automated tests.
we know have should have started 2599 class files ago, how , should big projects start write tests?
pick random class , go?
what's of import know? there tools use?
write unit test before alter something, , every bug encounter.
in other words, test functionality working on. otherwise, going take lot of time , effort write tests classes.
java unit-testing junit
Comments
Post a Comment