User Profile

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...

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1162)

STATUS DETAILS
New