Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Automated Test Framework (ATF) Q&A: ServiceNow Testing Guide, Exams of Physical Activity and Sport Sciences

A comprehensive set of questions and answers related to the automated test framework (atf), specifically within the servicenow platform. It covers key aspects of atf, including its purpose, appropriate testing types, primary goals, delivered quick start tests, test step configurations, output variables, and best practices. The document also addresses topics such as test suites, schedules, security roles, client test runners, record validation, dynamic record selection, performance improvement, instance changes, and approaches to assigning tests to test suites. It serves as a valuable resource for understanding and effectively utilizing atf for software testing.

Typology: Exams

2024/2025

Available from 06/07/2025

Holygrams
Holygrams 🇺🇸

3.7

(3)

2.2K documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 / 2
Automated Test Framework (ATF) Fundamentals
QUESTIONS AND ANSWERS RATED A+
2025|2026 UPDATE
1.
ATF is designed to cover specific types of testing. Which types of testing are
appropriate for ATF? 2 answers: ans- 1.Regression Testing, 2.Browser
Compatibility Testing
2.
ATF was Introduced to improve the verification process of a ServiceNow
instance.What are the primary goals of ATF?: ans- Help Customers Remain
Current,Increase Quality and Reduce Cost of Upgrades
3.
ServiceNow Delivers baseline QuickStart Tests to help customers develop
Tests Quickly.Which of the following quick start tests are delivered with
Sustomer Service Management?: ans- CSM:Create Order Case, CSM
Escalate an Account
4.
What are the output variables for the Record Query Test Step Configura-
tion?: ans- first record, table
5.
What type of Test Step Configurations do not require a Client Test Runner
pf3
pf4
pf5

Partial preview of the text

Download Automated Test Framework (ATF) Q&A: ServiceNow Testing Guide and more Exams Physical Activity and Sport Sciences in PDF only on Docsity!

Automated Test Framework (ATF) Fundamentals

QUESTIONS AND ANSWERS RATED A+

2025 |202 6 UPDATE

  1. ATF is designed to cover specific types of testing. Which types of testing are appropriate for ATF? 2 answers: ans- 1.Regression Testing, 2.Browser Compatibility Testing
  2. ATF was Introduced to improve the verification process of a ServiceNow instance.What are the primary goals of ATF?: ans- Help Customers Remain Current,Increase Quality and Reduce Cost of Upgrades
  3. ServiceNow Delivers baseline QuickStart Tests to help customers develop Tests Quickly.Which of the following quick start tests are delivered with Sustomer Service Management?: ans- CSM:Create Order Case, CSM Escalate an Account
  4. What are the output variables for the Record Query Test Step Configura- tion?: ans- 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-: ans- REST, Server

  1. Test Steps can provide output variables.What can you pass the values of output variables to?: Only the subsequent Test Step within the same Test
  2. Why should ATF Tests be unit tested within a Test Suite?: It is not possible to run an individual Test
  3. What is the maximum number of parent Test Suites that can be assigned to the same child Test Suite?: 1
  4. How many Schedules can be associated to the same Test Suite?: 1 to many
  5. What Type of ATF testing requires an existing Scheduled Client Test Run- ner to be running before initiating?: Scheduled Test Suites
  6. What Security Roles are delivered for ATF?: atf_test_admin, atf_test_design- er , atf_ws_designer
  7. 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
  8. You just added a Test Step for a Record Update. As a best practice, what Test Step should you add next?: Record Validation
  9. You have a test case that performs a series of steps conditionally based
  1. What instance changes do not rollback following the completion of an ATF Test?: Changes to a small number of tables specified by ServiceNow , Some asynchronous updates, depending on timing
  2. What determines of a Client Test Runner is required to run a Test?: If the Test contains UI Test Steps.
  3. When should a Run Server Side Script Test Step Configuration be used , rather than creating a custom Test Step Configuration?: When no client - side functionality will be performed
  4. What could occur if a Test within a Test Suite fails?: The Test Suite Stops running , Test Results are not produced
  5. You want to run a Test,but the Run Test Button does not appear on the Test form header, What could be the reason the Run Test Button does not appear?: ATF is not enabled to run Tests and Test Suites on the instance n the properties
  6. Which of the following are possible approaches to assign a Test to a Test Suite? Select 3 answers from the below options: Include the Tests in child test Suites, Assign the Tests Individually,assign the tests dynamically using a filter condition.
  7. ATF testing results are provided at different levels.At which of the following

levels can you review these results?: Test Suite, Test, Test Step

  1. As ATF Tests are migrated between instances , what is important to con- sider about User and Groups?: The sys_ids for Users and Groups must match between instances