Skip to content

ufthelp/RF-REST-API--code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RF-REST-API--code

How to work with REST API calls using Robot Framework

  • Example1 :- How to make a Get http call
  • Example2:- How to make a Post http call

##Prequistes

  • Install libraries
  • pip install -U requests
  • pip install -U robotframework-requests
  • Include the libraries in settings
  • Library RequestsLibrary (This our magic library to work with rest api's)
  • LIbrary Collections ( Its only to include keywords for verification like log)

About

How to work with REST API calls using Robot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published