Avatar

Level 1

We have support services that we have written that are called from asychnronous services.  There are a bunch of services that we have written that take in a Task Result Collection, e.g. getTaskResultApprovers (Get the users who approved from the task result collection), getTaskResultData (Get the form xml data of a task result collection) etc.

We are writing JUnit tests that are testing these services, and making sure they are functioning as supposed to.