java - Classification of Unit Testing -


assume have built mvc web apps written using java.

now want write unit tests web apps, kind of unit testings should done normal mvc web apps?

  • model testing
  • controller testing
  • ui testing
  • db testing

any more?

i should write unit tests (model,controller,db) ui-testing considered integration test

  • web apps better tested this tools.
  • for swing , swt specialized tools available.

for db-testing might want check dbunit

open-source testing tools


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -