Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 687 Bytes

README.rst

File metadata and controls

25 lines (15 loc) · 687 Bytes

# RobotFramework-Examples

Support for Examples: in Robot Framework like in other BDD style test frameworks

An example of a test case looks like this:

*** Settings ***
Library    Examples

*** Test cases ***
My test with examples for ${name}
    Log    Hello ${name}, welcome to ${where welcome}    console=True

    Examples:    name      where welcome    --
            ...    Joe       the world!
            ...    Arthur    Camelot (clip clop).
            ...    Patsy     it's only a model!

Keyword information can be found here: Keywords