300-910 · Question #97
What is used to automate the testing phase of a NetDevOps automated pipeline?
The correct answer is A. pyATS. pyATS is a specialized Python-based test automation framework designed by Cisco for robust network testing, making it the most suitable tool for automating the testing phase in a NetDevOps pipeline.
Question
Options
- ApyATS
- Bpillow
- CFlask
- DTornado
How the community answered
(29 responses)- A86% (25)
- B3% (1)
- C3% (1)
- D7% (2)
Why each option
pyATS is a specialized Python-based test automation framework designed by Cisco for robust network testing, making it the most suitable tool for automating the testing phase in a NetDevOps pipeline.
pyATS (Python Automated Test System) is a comprehensive, open-source, and platform-independent network test automation framework developed by Cisco. It provides rich capabilities for interacting with network devices, parsing outputs, and verifying network states, making it an ideal choice for automating functional and operational tests within a NetDevOps pipeline.
Pillow is a Python Imaging Library (PIL) fork, used for image processing and manipulation, which is unrelated to network test automation.
Flask is a popular micro web framework for Python, used for building web applications and APIs, not for automating network device testing.
Tornado is an asynchronous web framework and networking library for Python, also primarily used for web development and high-performance network applications, not for automating tests on network devices.
Concept tested: NetDevOps network testing tools
Source: https://developer.cisco.com/pyats/
Topics
Community Discussion
No community discussion yet for this question.