Testing Entity Page Maintenance Classes

There is a convenient test superclass for entity page maintenance, com.splwg.base.api.testers.EntityListPageTestCase.

This test class requires several methods to be implemented to handle setting up the data and validating for each action (Add, Read, Change, Delete).

The maintenance test class must provide the name of the service being tested, eg:


    protected String getServiceName() {
        return "CILTBTCP";
    }