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
Comments
Post a Comment