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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -