Combination View Flat View Tree View
Threads [ Previous | Next ]
We've been asked on a couple of projects now if it's possible to run JUnit
tests against Java code that's built for CVP call flows (such as the Java code
for custom elements or class-based decision or action elements, etc.) Has anyone
been able to do this successfully?

RE: CVP and JUnit
Answer
3/22/12 4:17 AM as a reply to Angelina Talley.
You can definietely use junit to test the java code that is deployed along with your cvp apps. CVP has no restriction on it. In fact you can create a test suite to test your methods. It will best suited to test your business logic. You can pas diff inputs to various methods and make sure you get the expected output.
Hemal