- | Page
AUTOMATED TEST FRAME WORK
(ATF) FUNDAMENTALS MI CRO-
CERTIFICATION QUESTI ONS AND
ANSWERS VERIFIED 100%
Question :(a) 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
Correct answer:1.Regression Testing, 2.Browser
Compatibility Testing, 3 Functionality testing,4 server- side jasmine testing
Question :ATF was Introduced to improve the verification
process of a ServiceNow instance.What are the primary goals of ATF?
Correct answer:Help Customers Remain Current, Increase
Quality and Reduce Cost of Upgrades, prevent impact of user interface changes on tests
- | Page
Question :What are the output variables for the Record
Query Test Step Configuration?
Correct answer:first_record, table
Question :(b) 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-
Correct answer:REST, Server
Question :Test Steps can provide output variables.What
can you pass the values of output variables to?
Correct answer:any subsequent tes step within the same
test
Question :Why should ATF Tests be unit tested within a
Test Suite?
Correct answer:test suites can fail due to increased CPU
utilization and or server workload.
- | Page
Question :What is the maximum number of parent Test
Suites that can be assigned to the same child Test Suite?
Correct answer:1
Question :How many Schedules can be associated to the
same Test Suite?
Correct answer:0 to many
Question :What Type of ATF testing requires an existing
Scheduled Client Test Runner to be running before initiating?
Correct answer:Scheduled Test Suites
Question :What Security Roles are delivered for ATF?
Correct answer:atf_test_admin, atf_test_designer ,
atf_ws_designer
Question :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?
- | Page
Correct answer:Test Runner Timeout
Question :You just added a Test Step for a Record
Update. As a best practice, what Test Step should you add next?
Correct answer:Record Validation
Question :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?
Correct answer:create a custom test step configuration
Question :You are running a test that includes many
client-side Test Steps.it appears to be taking longer than expected.What can you do to improve its performance?
Correct answer:Ensure the Client Test Runner is active
and visiblecapture screenshots for only failed test steps