Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetEnabledTests

axlGetEnabledTests( 
x_mainSDB
) 
=> l_tests / nil 

Description

Returns a list of tests enabled in the given setup database.

Arguments

x_mainSDB

Handle to the setup database.

Value Returned

l_tests

A list containing the handles and names of the tests enabled in the given setup.

nil

Unsuccessful operation.

Examples

The following example shows how to get the list of enabled tests:

session = axlGetWindowSession()
=>"session0"
x_mainSDB = axlGetMainSetupDB(session)
=>1001
axlGetEnabledTests(x_mainSDB)
=>((1005 "AC") (1013 "TEST"))

Related Topics

Working with Tests


Return to top
 ⠀
X