CAD · Question #248
Which testing framework is used to test ServiceNow Applications?
The correct answer is A. Automated Test Framework (ATF). ServiceNow provides its native Automated Test Framework (ATF) for comprehensive testing of applications and customizations within the platform.
Question
Which testing framework is used to test ServiceNow Applications?
Options
- AAutomated Test Framework (ATF)
- BSelenium
- CTest Driven Framework (TDF)
- DJunit
How the community answered
(41 responses)- A88% (36)
- B2% (1)
- C7% (3)
- D2% (1)
Why each option
ServiceNow provides its native Automated Test Framework (ATF) for comprehensive testing of applications and customizations within the platform.
The Automated Test Framework (ATF) is ServiceNow's built-in, no-code framework designed specifically for creating and running automated tests against ServiceNow instances, applications, and customizations to ensure functionality and stability.
Selenium is a third-party, open-source web application testing tool and not the native testing framework provided by ServiceNow.
Test Driven Framework (TDF) is a generic software development approach and not a specific testing tool or framework within ServiceNow.
JUnit is a popular testing framework primarily used for Java applications and is not the native framework for testing ServiceNow applications directly.
Concept tested: ServiceNow Automated Test Framework (ATF)
Source: https://docs.servicenow.com/bundle/utah-application-development/page/administer/atf/concept/atf-overview.html
Topics
Community Discussion
No community discussion yet for this question.