RIDE IDE |
RIDE Report |
RIDE Log |
首先談談關於 2.1.1 Files and directories的內容。
除了上面說的這些之外,它還有
再來說明一下 2.1.2 Supported file formats可以使用
Robot Framework 的 test data 是定義成表格的型式。
- HTML
在HTML文件中,測試數據在分離的表所定義。Robot Framework識別這些基於在
他們的第一單元中的文本測試數據表。認可外的一切都將被忽略。
Setting | Value | Value | Value |
---|---|---|---|
Library | OperatingSystem | ||
Variable | Value | Value | Value |
---|---|---|---|
${MESSAGE} | Hello, world! | ||
Test Case | Action | Argument | Argument |
---|---|---|---|
My Test | [Documentation] | Example test | |
Log | ${MESSAGE} | ||
My Keyword | /tmp | ||
Another Test | Should Be Equal | ${MESSAGE} | Hello, world! |
Keyword | Action | Argument | Argument |
---|---|---|---|
My Keyword | [Arguments] | ${path} | |
Directory Should Exist | ${path} |
ä
) 被支援. 除此之外, 任何 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<?xml version="1.0" encoding="Big5"?>
- TSV(tab-separated values)
- plain test
( Continue ... )
- reST( reStructuredText )。
D:\Python27> pybot --version
Robot Framework 2.9.2 (Python 2.7.10 on win32)
D:\Python27>rebot --version
Rebot 2.9.2 (Python 2.7.10 on win32)