Skip to content

Instantly share code, notes, and snippets.

@imikemo
Created February 2, 2011 22:45
Show Gist options
  • Save imikemo/808623 to your computer and use it in GitHub Desktop.
Save imikemo/808623 to your computer and use it in GitHub Desktop.
Test Case for Robot Framework
***Settings***
Library calc.Calculator WITH NAME Calculator
***Test Cases***
Verify that 2 + 2 = 4
Start App
Verify App
Perform Action 2 + 2
Verify Result 4
Verify that 2 + 2 = 5
Start App
Verify App
Perform Action 2 + 2
Verify Result 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment