
Udemy course Playwright with Python for Web Automation Testing by Symon Storozhenko
Playwright with Python for Web Automation Testing is the best Udemy course on the market. With this offer they will be able to greatly improve their knowledge and become more competitive within the IT & Software category. Therefore, if you are looking to improve your IT & Software skills we recommend that you download Playwright with Python for Web Automation Testing udemy course.
Here you can see Udemy courses linked to: IT & Software.
Course data:
- Author: Symon Storozhenko
- Course rating: 4.6
- Category: IT & Software
- Modality: Online
- Status: Available
- Idiom: English
Abouth Symon Storozhenko
Symon Storozhenko has 7 years of professional experience as a QA Automation Engineer, working in Python and Java and using test tools and frameworks such as Playwright, Selenium, pytest and TestNG. Worked in several different domains, such as insurance, payments, banking and utilities. A big advocate for quality products, sustainable practices and a huge fan of all things Automation!

What the udemy Playwright with Python for Web Automation Testing course teaches?
What you’ll learn Become an expert in Playwright with Python Super intuitive Pytest framework with parallel execution, reporting and CLI commands CI/CD execution with proper password management Tackling different authentication and other sorts of problems
Create a professional-grade, scalable Pytest framework from scratch with Parallel execution, Reports, CI/CD and more
More information about the course Playwright with Python for Web Automation Testing
Spin up your automation framework from scratch in a matter of days! It’s super fast with Python and pytest. Then comes Playwright with its nitrogen-fast browser test execution! We are going to blend Playwright capabilities into the pytest framework with the use of markers, fixtures, CLI commands. In this course we will cover: Python basics Playwright Pytest project structure page object model reporting parallel execution create our own pytest fixtures for set_up and tear_down methods utilize existing Playwright fixtures deploy our test to CI/CD using GitHub Actions Learn yml syntax Store login passwords securely as GitHub Secrets Why Playwright? Playwright enables fast, reliable and capable testing and automation across all modern browsers. Support for all browsers Test on Chromium, Firefox and WebKit . Playwright has full API coverage for all modern browsers, including Google Chrome and Microsoft Edge (with Chromium), Apple Safari (with WebKit) and Mozilla Firefox. Test can run in headful and headless modes Fast and reliable execution By fast I mean REALLY fast! Auto-wait APIs . Playwright interactions auto-wait for elements to be ready. This improves reliability and simplifies test authoring. Fast isolation with browser contexts . Reuse a single browser instance for multiple isolated execution environments with browser contexts. Resilient element selectors . Playwright can rely on user-facing strings, like text content and accessibility labels to select elements. Multiple domains, pages and frames . Playwright is an out-of-process automation driver that is not limited by the scope of in-page JavaScript execution and can automate scenarios with multiple pages.