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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -