Created
November 2, 2017 18:30
-
-
Save mayribeirofernandes/35c73c3ecd2671dbb393d1bef717dc2a to your computer and use it in GitHub Desktop.
API testing - Robot Framework
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 | |
| Library Collections | |
| *** Variable *** | |
| ${HOST} https://webmaniabr.com/api/1/cep | |
| ${APP_KEY} njMf2EiyQ17g6C3vLUxk1yEsWTforVqf | |
| ${APP_SECRET} EgpTuUcM93IqHY8icgR3cK6Cn4bOlkQwSlfLd6ryMjrhhwMW | |
| *** Keywords *** | |
| Conecta ao WebService | |
| Create Session consultaCEP ${HOST} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment