robotframework-2.7.7.doc.python.example_tests.tsv Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
***Settings***
Library ExampleLibrary
***Test Cases***
Simple Test
Simple Keyword
Greet Robot Framework
Greet World
Returning Value
${result} = Multiply By Two 4.1
Numbers Should Be Equal ${result} 8.2
Failing Test
Numbers Should Be Equal 2 2
Numbers Should Be Equal 2 3