Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Rest API Testing using Robot Framework - Request Library
Rating: 4.0 out of 5(221 ratings)
859 students

Rest API Testing using Robot Framework - Request Library

Basic to advance understanding of API Testing | Robot Framework | Requests Module
Last updated 6/2021
English

What you'll learn

  • Basic to advance understanding of API Testing
  • End to End Environment Setup for API Testing using Robot Keywords
  • Most usable keywords which we can use while doing API Testing in Robot Framework

Course content

10 sections42 lectures5h 4m total length
  • Introduction to Robot Framework | Features in Robot Framework8:02
  • Advantages of Robot Framework2:37
  • Test Libraries : Build In Libraries & External Libraries4:52

Requirements

  • Basic understanding of Windows environment
  • Basic understanding of Python Programming

Description

Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilises the keyword-driven testing approach.

Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases.


We are going to cover,

1.  Basic environment setup

2.  API Testing Basics

3.  Rest API and different methods

4.  GET | POST | PUT | DELETE

5.  Run with Dynamic Data

6.  Json and Json Path

7.  API Testing Fundamentals

Who this course is for:

  • Manual Testers looking opportunity in API Automation Testing
  • Python automation testers looking to automate REST API using Robot Framework