settings設定部分,導入庫、資源檔案和變數檔案,以及metadata
variables變數部分,定義測試用例使用變數
test cases測試用例,使用已有關鍵字建立測試用例
keywords關鍵字,建立使用者關鍵字
comments注釋,附加注釋或資料,被robot framework忽略
例項:
*** comments ***
這裡是注釋
*** settings ***
documentation 導入庫、資源檔案和變數檔案,以及metadata
library seleniumlibrary
resource res.robot
variables var.py
metadata author ghz
metadata version 1.0
*** varables ***
$ abc
@ tom kite rose
& name=tom age=20
*** test case ***
case01 [documentation] 使用已有關鍵字建立測試用例
my log
*** keywords ***
my log
log custom kw
open browser chrome
input text id=kw robot framework
sleep 3
click button id=su
sleep 3
close browser
構造測試資料 對比測試資料
正確 include using namespace std typedef long long ll const int max n 1e6 10 intmain return0 author max n date 2019 10 04 15.03.21 description 正確 錯誤 inc...
常用測試資料
程式或應用編寫好了之後,通常要輸入一些測試資料,我們懶人一般的做法就是,輸入 asdf,愛上對方,阿道夫。之類的隨手打的字元。這裡,我收集了一點點資料供測試時候使用,應該可以作為常用的測試資料。1.常用的姓名 平時,很多系統比如員工名字需要,但是又怕洩露隱私,所以這裡從網上收集了中國50個最常用的姓...
oracle training 測試資料
sqlplus sys zhou215 as sysdba startup connect oracle oracle 由於虛擬機器是linux的 plsql沒有linux的版本,需要通過本機連上虛擬機器 配置檢視ip sbin ifconfig a 192.168.81.128 將虛擬機器的ip填...