Certification Test
1. ATF is designed to cover specific types of testing. Which types of testing are
appropriate for ATF? 2 answers: 1.Regression Testing, 2.Browser Compatibility
Testing, 3 Functionality testing,4 server-side jasmine testing
2. ATF was Introduced to improve the verification process of a ServiceNow
instance.What are the primary goals of ATF?: Help Customers Remain Current,
Increase Quality and Reduce Cost of Upgrades,
prevent impact of user interface changes on tests
3. ServiceNow Delivers baseline QuickStart Tests to help customers develop
Tests Quickly.Which of the following quick start tests are delivered with Sus-
tomer Service Management?: CSM:Create Order Case,
CSM Escalate an Account
4. What are the output variables for the Record Query Test Step Configura-
tion?: first_record,
table
5. What type of Test Step Configurations do not require a Client Test Runner
to execute when incorporated in to a Test? Select 2 Answers from the below
options-: REST,
Server
6. Test Steps can provide output variables.What can you pass the values of
output variables to?: any subsequent tes step within the same test
7. Why should ATF Tests be unit tested within a Test Suite?: test suites can fail
due to increased CPU utilization and or server workload.
8. What is the maximum number of parent Test Suites that can be assigned to
the same child Test Suite?: 1
9. How many Schedules can be associated to the same Test Suite?: 0 to many
10. What Type of ATF testing requires an existing Scheduled Client Test Run-
ner to be running before initiating?: Scheduled Test Suites
11. What Security Roles are delivered for ATF?: atf_test_admin,
atf_test_designer ,
atf_ws_designer
12. What is the period of time defined by when a Client Test Runner last
communicated with the system to when it is taken from online to offline?: Test
Runner Timeout
13. You just added a Test Step for a Record Update. As a best practice, what
Test Step should you add next?: Record Validation
14. You have a test case that performs a series of steps conditionally based
on a given value. What is a good alternative to avoid placing conditional logic
in your Test?: create a custom test step configuration
1/2