CSA · Question #428
Which testing framework is used to test ServerNew Applications?
The correct answer is D. Automated test Framework (ATF). The Automated Test Framework (ATF) is ServiceNow's native tool for creating, running, and managing automated tests for applications and customizations within the platform.
Question
Which testing framework is used to test ServerNew Applications?
Options
- ASelenium
- BTest Driven Framework (TDF)
- CJunit
- DAutomated test Framework (ATF)
How the community answered
(46 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D91% (42)
Why each option
The Automated Test Framework (ATF) is ServiceNow's native tool for creating, running, and managing automated tests for applications and customizations within the platform.
Selenium is a general-purpose web browser automation tool, not ServiceNow's built-in framework for testing applications directly on the platform.
'Test Driven Framework (TDF)' is not a recognized or standard testing framework in the context of ServiceNow applications.
JUnit is a testing framework primarily used for Java applications and is not natively used for testing ServiceNow applications within the platform itself.
The Automated Test Framework (ATF) is a core ServiceNow capability that enables administrators and developers to build comprehensive automated tests directly within the instance, ensuring application functionality and preventing regressions during development and upgrades.
Concept tested: ServiceNow Automated Test Framework (ATF)
Source: https://docs.servicenow.com/bundle/utah-application-development/page/administer/auto-test-framework/concept/c_AutomatedTestFramework.html
Topics
Community Discussion
No community discussion yet for this question.