TestPage.OpenNew() Method
Version: Available or changed with runtime version 1.0.
Opens a blank test page in edit mode.
Syntax
TestPage.OpenNew()
Parameters
TestPage
Type: TestPage
An instance of the TestPage data type.
Remarks
If TestPage is already open, then a run-time error occurs, and the outcome of the test method is FAILURE.
Example
This example requires that you create a TestPage variable named CustTestPage with a Subtype of Customer List and that the codeunit in which you write the code is a test codeunit.
// Opens a blank Customer Card test page.
CustTestPage.OpenNEW;
Related information
TestPage Data Type
Get Started with AL
Developing Extensions