Description
In this course, you will learn:
- How to install Python with Virtualenv on your Mac or Windows.
- Using Python requests, you may create HTTP requests for all basic actions.
- How to incorporate fluent assertions into your framework using assertpy.
- How to work with XML responses.
- How to handle JSON requests and responses in your framework.
- Learn how to develop a response schema validation test using Cerberus.
- What are appropriate framework development approaches, and how should you structure your framework?
- Report Portal can help us integrate reporting into our system.
- How to run your tests in parallel.
Syllabus:
- Making HTTP Requests
- Fluent Assertions
- Working with XML
- Working with JSON
- Response Schema Validation
- Refactoring Structure
- Report Portal
- Running Tests in Parallel