- Robot Framework Test Automation
- Sumit Bisht
- 484字
- 2021-07-23 15:21:03
Chapter 1. Getting Started with the Robot Framework
In this chapter we will cover the following topics:
- Definition and need for acceptance testing
- Introduction and a brief history of the Robot Framework
- Components of the Robot Framework
- Various installation methods
- Different installation environments
- Creation and execution of a sample project
- Brief description of the generated files
This book introduces you to the Robot Framework, which is a Python-based, keyword-driven, and acceptance test automation framework. It is very flexible and easy to use and extend according to your intentions. Built to provide acceptance test regardless of the platform size and scope of the software to be tested, also known as System Under Test (SUT), it is an ideal software tool to structure and manage different tests as part of a comprehensive test suite. Since this tool utilizes and manages the tests as well as deals with the software under test, it is beneficial for both testers and developers alike. Today, with the rise of versatile software tools and greater emphasis on test-driven development, the line between tester and developer has become blurred. To learn and use this tool effectively, you will have to put yourself in the shoes of both tester as well as a developer. The Python and/or ports into Java and .Net framework such as, Jython and Ironpython are also required.
As with any other physical creation, software is built with an aim of directly or indirectly changing our lives to solve a task or desire of someone. However, programming is an abstract science that is not dependent upon its end-user's desires, commonly referred to as garbage in – garbage out. A difference between the created software and its expected behavior by its user determines its implementation by the user. Thus, the end user must accept the software that is intended to be sold to him. However, the user often does not wants to be involved in the finer details and just needs to get the things done as he envisages with each iteration of the software. In order to perform this, the interactions that the end user does with the software is needed to be verified beforehand, which has led to creation of testing especially designed to perform this process of testing and verification. This process is known as acceptance testing. However, as the software grows, more and more, acceptance tests come up that give rise to a sense of chaos as upon failure of a test, proper context is not easily identified.
As the scale and complexity of software has grown up, so has the need for its quality assurance. Manual tests often are quite easy to set up, but they give diminishing returns of scale and are only feasible up to an extent, where a tester can manually work through different scenarios and identify bugs and errors in time without affecting the delivery schedule of the resultant product.
- Mastering OpenCV Android Application Programming
- HTML5 移動Web開發從入門到精通(微課精編版)
- 前端架構:從入門到微前端
- C語言課程設計
- Learning Unity 2D Game Development by Example
- 快人一步:系統性能提高之道
- Mastering ROS for Robotics Programming
- Learning Concurrency in Kotlin
- 新一代SDN:VMware NSX 網絡原理與實踐
- Python程序設計與算法基礎教程(第2版)(微課版)
- PHP+MySQL Web應用開發教程
- Web前端開發技術實踐指導教程
- Python Natural Language Processing
- PHP面試一戰到底
- R for Data Science Cookbook