mardi 19 mai 2015

Testing Using JUnit in NetBeans for Web-applications

I built a web application that uses MVC pattern. It has the Entity classes, controllers (it has doGet and doPost methods), and repositories (to deal with the Derby DB). The web pages are .JSP files.

I want to test the project functionalities using JUnit. How can I do that? and what's the best way to do it?

Aucun commentaire:

Enregistrer un commentaire