14

We have a page that requires an initialisation before it is called. We do this with an action that calls an MyPage.InitValues(SomeValues) procedure and then calls MyPage.RunModal.


Such a page is impossible to test because we cannot call the InitValues procedure on a TestPage even though the procedure is callable from within the Page.

Category: Development
STATUS DETAILS
New