TestPage object should support same callable procedures as Page it is based on.
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 e...
STATUS DETAILS
New