InterviewSolution
| 1. |
What Is Cactus? |
|
Answer» CACTUS is a simple test FRAMEWORK for unit testing server-side java code (Servlets, EJBS, Tag Libs, Filters). The intent of Cactus is to LOWER the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-container strategy, meaning that tests are EXECUTED inside the container. Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters). The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-container strategy, meaning that tests are executed inside the container. |
|