85.7k views
2 votes
Which of the following plugins should be activated in order to enable ATF for service catalog?

(Choose all that apply.)
A. .automated_test_framework.service_catalog
B. .automated_testing_impl.service_catalog
C. .automated_testing_impl.atf
D. .automated_testing_impl.service_catalog_portal
E. .automated_test_framework.service_catalog_portal

User Drake Guan
by
7.7k points

1 Answer

0 votes

Final answer:

To enable ATF for Service Catalog in ServiceNow, the plugins .automated_test_framework.service_catalog and .automated_test_framework.service_catalog_portal must be activated. These enable automated testing for catalog items and the portal.

Step-by-step explanation:

To enable ATF (Automated Test Framework) for the Service Catalog in a ServiceNow instance, certain plugins need to be activated. Specifically, the plugins that should be activated are:

  • com.glideapp.servicecatalog.atf.extension (represented as .automated_test_framework.service_catalog)
  • com.glideapp.servicecatalog_portal.atf.extension (represented as .automated_test_framework.service_catalog_portal)

These plugins allow automated test cases to be created and run against the Service Catalog and Service Catalog Portal respectively. Activating these plugins adds functionality for creating and executing tests on catalog items, order guides, and the catalog portal, thus ensuring that catalog-related processes are functioning as expected.

It is important to note that the exact plugin IDs may vary based on the ServiceNow release and it's always a good practice to refer to the official ServiceNow documentation or consult with a ServiceNow professional for the correct plugin names as they might change over time.

User Simon Withington
by
8.8k points