Description
In this course, you will :
- Learn how to use Postman to perform API testing.
- Complete understanding of the Postman tool and its features.
- Learn how to use Postman to easily automate Rest APIs with Json parsers.
- Learn Postman Soap WebServices Automation with XML Parsing.
- Learn how to leverage pre-built features such as Environments, variables, Workflows, Collection Runners, and Data Driven Testing for Automation.
- Learn how to use the Newman tool with Postman and how to perform tests using CLI commands.
- Integrate Postman Automation with Jenkins CI/CD Integration to generate attractive HTML reports of automation results.
- Understand how to collaborate on Postman source code within a team, including version control features.
Syllabus:
- Introduction to Postman tool for testing API's in Collections
- Getting Started with Postman tool with its setup and Sample Project to Automate
- Importance of Postman Variables and Environments for Automation Testing
- Postman Scripting Editor types and Response Assertion validations
- Data Driven Testing with Postman and Dynamic Workflow Executions
- Handling OAuth 2.0 Authenticated Google API's with Postman
- End to End example of Parsing Complex Nested Json responses
- Mock Servers & Schema validations with Postman
- Soap WebServices Automation through Postman for XML response validations
- What is Newman? Importance of Newman for end to end API Automation
- Run Postman Automation Tests through Jenkins with HTML Reporting
- Team Collaboration and Version Control features in Postman
- End to End Ecommerce API Examples - Session Tokens, Attachments, Formdata
- Learn GraphQL from Scratch and Testing with Postman
- Project Code download
- JavaScript Fundamentals for Postman Automation
- Learn API Testing Basics