Created
May 17, 2016 09:43
-
-
Save j4cksw/f397c3504f3d960ae28a95276ceae12e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** Settings *** | |
| Library RequestsLibrary | |
| *** Test cases *** | |
| Response From User Resource Should Be OK | |
| Create Session app http://localhost:8882 | |
| ${resp}= Get Request app /users | |
| Should Be Equal As Strings ${resp.status_code} 200 Status code should be 200 but got ${resp.status_code} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment