- Robot Framework Test Automation
- Sumit Bisht
- 202字
- 2021-07-23 15:21:05
A small exercise
To demonstrate the Robot Framework, we will create a simple dummy application as follows:.
- Create a folder named
simpleapp
, this will serve as the application root folder. - Inside this, create a folder named
testsuites
, this will contain all the test configuration files. - Within the
testsuites
folder create a file,Test_Case_1.txt
, with the following contents:***Test Cases*** First Test Action log this is a basic test
Note
Note that there are two spaces before and after the log keyword.
- Now run the project by calling Pybot script and passing the
testsuites
folder as an argument. You should get something similar to the following screenshot:
This confirms that the project has run successfully. You can view the results and log from generated HTML pages and perform future calculations over the data by using the XML file.
As we used a simple log statement, you get a logged message in the out log, as shown in the following screenshot:

The generated XML is also easy-to-read (as shown in the following screenshot), which can then be used by any other external tool as an input parameter—thereby reducing the human intervention between different stages of testing if this process is also automated.

推薦閱讀
- JBoss Weld CDI for Java Platform
- GeoServer Cookbook
- Boost C++ Application Development Cookbook(Second Edition)
- SQL Server 2016從入門到精通(視頻教學超值版)
- Instant 960 Grid System
- 用Python實現深度學習框架
- 單片機應用與調試項目教程(C語言版)
- 自制編程語言
- 碼上行動:用ChatGPT學會Python編程
- 持續輕量級Java EE開發:編寫可測試的代碼
- Python機器學習之金融風險管理
- 并行編程方法與優化實踐
- 進入IT企業必讀的324個Java面試題
- MySQL 8從零開始學(視頻教學版)
- Mobile Forensics:Advanced Investigative Strategies