- Robot Framework Test Automation
- Sumit Bisht
- 193字
- 2021-07-23 15:21:04
The Robot Framework ecosystem
The following diagram presents a conceptual, high-level overview of the framework, and offers an insight into various components involved:

This can be explained broadly as follows:
- Tests & Test Data: This is the configuration of the tests, the closest to what most testers of the framework will be. It comprises test and data files and folders as well as the contents of those which dictate the test execution.
- Test Results: These are the end products of the tests, which are used to determine the results of tests as well as logs that can be used to assess various portions of the test.
- Robot Framework: This is the core framework that performs the actual heavy lifting to get things done.
- Test tool driver: This provides communication between the framework and the actual tools in place. It can be custom-tailored to meet specific requirements by the testing tool in place.
- Testing Tool: This is the actual software that is used to perform acceptance testing.
- End Application (System under test): This is the actual software that is to be tested for usability for its acceptance by the client or the end user.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- GitLab Cookbook
- 零基礎學C++程序設計
- INSTANT Sencha Touch
- C語言程序設計案例精粹
- Mastering Apache Spark 2.x(Second Edition)
- Android開發:從0到1 (清華開發者書庫)
- Microsoft Azure Storage Essentials
- RESTful Java Web Services(Second Edition)
- Python 3.7從入門到精通(視頻教學版)
- Learning Modular Java Programming
- Hands-On Robotics Programming with C++
- Java高手是怎樣煉成的:原理、方法與實踐
- 計算機組裝與維護(第二版)
- Switching to Angular 2