- 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.

推薦閱讀
- Mastering Visual Studio 2017
- Mobile Web Performance Optimization
- 小創客玩轉圖形化編程
- Getting Started with ResearchKit
- Apache Spark 2 for Beginners
- Python進階編程:編寫更高效、優雅的Python代碼
- 概率成形編碼調制技術理論及應用
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Microsoft Dynamics AX 2012 R3 Financial Management
- 新一代SDN:VMware NSX 網絡原理與實踐
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Practical Game Design with Unity and Playmaker
- 區塊鏈項目開發指南
- Python函數式編程(第2版)
- Android Game Programming by Example