Before You Begin | Bondar Academy
Course: Playwright API Practice Assignments
Module: Introduction
Instructor: Artem Bondar
Lesson Summary
Welcome to the Playwright API practice course , where you will transform your theoretical knowledge into practical skills. Course Overview In this course, we will utilize the Playwright API testing framework to automate the backend of a new application called PetClinic . This application includes both a UI and an API, but our focus will be solely on the API layer. Key Activities You will automate a series of test cases for the API. After automation, you will submit a pull request on GitHub. Your code will be reviewed, and you will receive feedback to enhance your learning. Learning Outcomes Through this hands-on practice, you will: Gain experience working with different types of endpoints . Create end-to-end flows using APIs. Build confidence in developing reliable API end-to-end test suites . In the next video, you will learn how to set up everything for the practice assignment. Get ready to dive in!
Video Transcript
Hey guys, welcome to the Playwright API practice course. And this is the place where you convert your theoretical knowledge into the hands-on skills. So we will use the Playwright API testing framework that we built in the course to automate a new application that's called PetClinic. This application has UI and API, and we will automate only the back end of this application, which is just API layer. So you will have a bunch of test cases that you will need to automate, and then you automate the test cases, submit the pull request on the GitHub, and I will review this code and provide the feedback. And from this feedback, you will learn a lot of useful things. You will learn how to work with different types of endpoints, how to create end-to-end flows using APIs and stuff like that. And so when you work on your real project, this exercise will give you a lot more confidence in building a reliable API end-to-end test suites. In the next video, I will show you how to set everything up for the practice assignment, and you will be ready to go. So I'll see you there.