Skip to content

Instantly share code, notes, and snippets.

@cveld
Created November 21, 2019 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cveld/bd119b03deb72a161451dd67d14dcfac to your computer and use it in GitHub Desktop.
Save cveld/bd119b03deb72a161451dd67d14dcfac to your computer and use it in GitHub Desktop.
*** Settings ***
Documentation A test suite with a single test for valid login.
...
... This test has a workflow that is created using keywords in
... the imported resource file.
Resource resource.txt
*** Test Cases ***
Valid Login
Open Browser To Login Page
Input Username demo
Input Password mode
Submit Credentials
Welcome Page Should Be Open
[Teardown] Close Browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment