1.3.Robot Framework Architecture
Last updated
Last updated
Test Steps:
1.Framework parsing test data when we start to test
Core perfoms testing to SUT according the keyword provided by test library
User can test by using command or IDE
Robot Framework can be seperated to the following components:
1) Core
2) Test Library
-標準函式庫
-額外定義的技術關鍵字
3) Test Suite
4) Test data
-以表格方式定義測試資料
-支援HTML/TSV/reST/txt格式
5) Resource files
-撰寫高階關鍵字
6)IDE
-撰寫測試案例