Rest API Testing using Robot Framework - Request Library
- 3.8
Brief Introduction
Basic to advance understanding of API Testing | Robot Framework | Requests ModuleDescription
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
Requirements
- Requirements
- Basic understanding of Windows environment
- Basic understanding of Python Programming