Skip to content

Instantly share code, notes, and snippets.

@mayribeirofernandes
Created November 2, 2017 18:30
Show Gist options
  • Select an option

  • Save mayribeirofernandes/35c73c3ecd2671dbb393d1bef717dc2a to your computer and use it in GitHub Desktop.

Select an option

Save mayribeirofernandes/35c73c3ecd2671dbb393d1bef717dc2a to your computer and use it in GitHub Desktop.
API testing - Robot Framework
*** 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