Skip to main content

5 docs tagged with "List"

View all tags

Implementing Tests Guide

Create ServiceNow Automated Test Framework (ATF) test cases using Fluent APIs across 13 ATF categories: server, form, REST, catalog, email, app navigator, reporting, responsive dashboard, uiTestScript (custom UI), list and related list operations, and Service Portal variants (formSP, catalogSP). This guide covers test strategy, category selection, step configuration, and the full API surface for each ATF namespace.

List

Creates a list layout for a table (sysuilist) with column definitions (sysuilist_element).

Lists

Guide for creating ServiceNow list layouts using the List API. A list defines which columns appear when users view table records in list/table view. Each List() call creates a sysuilist record and its associated sysuilist_element records on the target instance.

Test

Creates an Automated Test Framework test (sysatftest).