Please enable JavaScript.
Coggle requires JavaScript to display documents.
API IOT 架構 (rulecoding convention .md (命名規則 (英文變數、資料夾以底線相連 (ex: api_test…
API IOT 架構
rule
coding convention
.md
命名規則
英文變數、資料夾以底線相連
(ex: api_test_12_aa)
空格規範
Keywords 間以四個空格隔開
"import_keyword.robot"
包含所有keyword
keyword使用規則
test_data資料少於三組時,
使用內建之Create Dictionary
"import_library.robot"
包含所有test_data . library
settings
變數
.json
區域變數
tw_qa_12157.json
tw_qa_11866.json
my_qa_4.json
全域變數
global.json
library
資料判斷及底層邏輯
.py
中文資料夾名稱,
以後台頁面命名
(ex:使用者權限)
test_case
測項
.robot
中文資料夾名稱,
以後台頁面命名
(ex:使用者權限)
keyword
測項關鍵字
.robot
英文資料夾名稱,
以使用到的API命名
(ex:Api_SalePage)
test_data
準備測試資料
.py
中文資料夾名稱,
以後台頁面命名
(ex:使用者權限)
start_test
執行測試主程式
.py
report
測試報告
.xml .html
temp
測試資料暫存
.png etc.