Share via


TestPage Functions

You can use the TestPage functions for the following purposes.

To do the following Use these functions
Open and close test pages. - OPENEDIT Function (TestPage)
- OPENNEW Function (TestPage)
- OPENVIEW Function (TestPage)
- CLOSE Function (TestPage)
- TRAP Function (TestPage)
Navigate among records to display on the test page. - FIRST Function (TestPage)
- LAST Function (TestPage)
- NEXT Function (TestPage)
- PREVIOUS Function (TestPage)
- GOTOKEY Function (TestPage)
- GOTORECORD Function (TestPage)
Navigate among fields on the test page. - FINDFIRSTFIELD Function (TestPage)
- FINDNEXTFIELD Function (TestPage)
- FINDPREVIOUSFIELD Function (TestPage)
- GETFIELD Function (TestPage)
Expand and collapse rows on a test page. EXPAND Function (TestPage)
Create a new record from a test page. NEW Function (TestPage)
Get the options and option count for an option field. - GETOPTION Function (TestPage Field)
- OPTIONCOUNT Function (TestPage Field)
Get validation errors and error counts. - GETVALIDATIONERROR Function (TestPage, TestPage Field)
- VALIDATIONERRORCOUNT Function (TestPage, TestPage Field)

See Also

Test Pages