The Complete Microsoft Playwright Course with Python

The Complete Microsoft Playwright Course with Python

Size
3.4 GB
Seeders
14
Leechers
0
Files
98
Category
Added
10/08/22 at 3:36am GMT+1
Infohash
21bbc2bc37a180c451255a76333bd5f04a8bf806

Description


Description



This course will teach you the fastest emerging automation testing tool Playwright. It is an open-source test automation library initially developed by Microsoft contributors. Microsoft Playwright is a cross-browser automation library for end-to-end testing. The goal of Playwright is to provide a single API to developers and testers to automate their web applications across today’s three major browser engines: Mozilla Firefox and WebKit. It’s easy to set up, feature-packed, and the fastest, most reliable frameworks available.



This course will teach you a unique technique for integration between Playwright and PyTest.



This course will teach you how to use Microsoft Playwright with plenty of examples and individual projects. Playwright provides a Pytest plugin to write end-to-end tests. You will learn how to integrate Playwright with PyTest and Python to generate robust automation tests for your application. Here you will learn by doing.



Teaching Material



   Section 4: The section covers the very basics of Playwright installation, environment set-up and plugins. You will see where Playwright stands in the industry and among the rest of the software test automation tools.

   Section 5: You will learn the complete Playwright tools kit. You will learn the Playwright debugging tools and how to autogenerate test scripts, test reports screenshots and even videos of your running test cases.

   Section 6: You will learn how to create stand alone test cases by integrating PyTest and Playwright. You will conduct tests of on a very popular web pages such as: Google, YouTube and Wikipedia.

   Section 7: Once you get used to the test case development we will start building API tests. Here you will learn how to test Authentication, Downloads, Emulations and Dialogs.

   Section 8: You will explore with testing Frames and Networks. You will learn to use to use playwright Locators and Handlers. They will help you to automatically write into fields, selecting or deselecting radio buttons and executing http requests.

   Section 9: You will go to Automation Playground: a web page specifically created to test your automation testing skills. There you will use playwright to exercise clicks, scrollbars, verifications, delays, layers and many more.

   Section 10: You will finish this course by developing a complete playwright test projects. You will be able to use your skills to test GitHub project management page using everything you have learned from the course. You will be asked to automatically register and authenticate a user, create branches and tickets and manage them.



Playwright Advantages



   Easy Setup and Configuration: Being a Test Automation Framework, it just needs a configuration as the installation doesn’t take much time. Depending on the language we use with Playwright, the installation steps might change

   Multi-Browser Support: Chromium family browsers (Chrome, Edge), Webkit (Safari), and Firefox are all supported.

   Multi-Language Support: Playwright supports Java, C#, Python, Javascript/ Typescript making it a popular choice. Most of the modern open-source test automation frameworks miss this feature.

   Types of Testing: Playwright supports Functional, End to End, and API Testing. With a Third-party plugin, Playwright can be integrated with Accessibility Testing

   Parallel Browser Testing: Playwright also supports the execution of simultaneous tests through Browser Context and can run parallel tests with multiple browsers. This scales up testing and comes in handy when multiple web pages have to be tested simultaneously.

   Support for Multiple Tab/Browser Window: Playwright supports multi-tab and multi-window. Some test cases need to verify the scenario by launching a new window and returning to the parent window. Playwright supports all different types of test cases.

   Built-in Reporters: Playwright framework, by default, comes with a lot of valuable reporters like List, Dot, Line, JSON, JUnit, and HTML Reporters. The exciting part is that with Playwright, one can create custom reporters. Playwright also supports third-party reporter Allure Report.

   Typescript Support out of the box: Zero configuration is required for typescript language support as it understands your typescript and javascript code.

   CI/CD Integration Support: Playwright supports CI/CD integration. It even provides docker images for some language bindings.

   Debugging Tools Support: Playwright provides many different debugging options making it developer-friendly. Some debugging options are Playwright Inspector, VSCode Debugger, Browser Developer Tools, and Trace Viewers Console Logs.



Who this course is for:



   Software Test Engineers

   Computer Science Students

   Software Engineers

   Everyone who wants to learn Playwright

   Software Developers



Requirements



   Desire to learn Playwright and Python



Last Updated 9/2022

File list
  • The Complete Microsoft Playwright Course with Python
  • .pad/0 866.2 KB
  • .pad/1 932.2 KB
  • .pad/10 122.8 KB
  • .pad/11 599.3 KB
  • .pad/12 338.1 KB
  • .pad/13 565.1 KB
  • .pad/14 354.3 KB
  • .pad/15 118.4 KB
  • .pad/16 1014.9 KB
  • .pad/17 705.6 KB
  • .pad/18 153 KB
  • .pad/19 374.1 KB
  • .pad/2 902.1 KB
  • .pad/20 500.5 KB
  • .pad/21 818.4 KB
  • .pad/22 356.4 KB
  • .pad/23 898.4 KB
  • .pad/24 509.8 KB
  • .pad/25 358.9 KB
  • .pad/26 452.3 KB
  • .pad/27 956.9 KB
  • .pad/28 613.1 KB
  • .pad/29 672.6 KB
  • .pad/3 267 KB
  • .pad/30 286.4 KB
  • .pad/31 144 KB
  • .pad/32 475.3 KB
  • .pad/33 751 KB
  • .pad/34 893.3 KB
  • .pad/35 560.8 KB
  • .pad/36 706.1 KB
  • .pad/37 57.6 KB
  • .pad/38 697.6 KB
  • .pad/39 697.6 KB
  • .pad/4 274.9 KB
  • .pad/40 113.5 KB
  • .pad/41 64.4 KB
  • .pad/42 230 KB
  • .pad/43 352.3 KB
  • .pad/44 463.8 KB
  • .pad/45 523.3 KB
  • .pad/46 175.2 KB
  • .pad/47 447 KB
  • .pad/5 411.6 KB
  • .pad/6 626.3 KB
  • .pad/7 788.9 KB
  • .pad/8 566.7 KB
  • .pad/9 8.1 KB
  • TutsNode.net.txt 63 B
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/1 - Introduction/1 - Introduction.mp4 92.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/1 - Introduction/2 - Important Course Notes.mp4 56.5 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/2 - Software Installations/4 - Install Python and PyCharm.mp4 43.1 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/3 - Python Basics/10 - Functions.mp4 72.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/3 - Python Basics/11 - Classes and Methods.mp4 86.6 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/3 - Python Basics/6 - Python Version Control.mp4 49.1 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/3 - Python Basics/7 - Using Python as Calculator.mp4 80.4 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/3 - Python Basics/8 - Flow Control Statements.mp4 58.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/3 - Python Basics/9 - Flow Control Keywords.mp4 67.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/13 - What is PyTest Used For.mp4 42.5 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/14 - Types of Testing.mp4 77 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/15 - PyTest Inputs and Outputs.mp4 70.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/16 - Creating Simple Test Files in Python.mp4 34.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/17 - Creating Tuples to Test.mp4 46.3 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/18 - Testing Task Completion and ID.mp4 51.1 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/4 - PyTest Basics/19 - PyTest Testing Tricks and Techniques.mp4 70.4 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/5 - Get Started with Playwright/20 - What is the Playwright Framework.mp4 28.2 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/5 - Get Started with Playwright/21 - Why use the Playwright Framework.mp4 44.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/6 - Playwright Tools/25 - First Playwright Test.mp4 54.2 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/6 - Playwright Tools/26 - Recording Scripts.mp4 43.3 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/6 - Playwright Tools/27 - Interactive Mode.mp4 34.8 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/6 - Playwright Tools/29 - PlaywrightTools.zip 153.1 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/6 - Playwright Tools/29 - Trace Viewer.mp4 36.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/7 - Playwright and PyTest Integration/30 - PyTest Usage.mp4 47.4 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/7 - Playwright and PyTest Integration/32 - Fixtures.mp4 30.8 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/7 - Playwright and PyTest Integration/33 - Skip Tests By Browser.mp4 33.5 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/7 - Playwright and PyTest Integration/37 - Persistent Context.mp4 32.5 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/7 - Playwright and PyTest Integration/38 - Using Test Cases.mp4 44.5 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/7 - Playwright and PyTest Integration/39 - PyTest-Playwright.zip 438.2 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/41 - API Testing.mp4 105.1 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/42 - API Test Cases.mp4 90.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/43 - Assertions.mp4 71.4 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/44 - Authentication.mp4 35.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/45 - Browser Contexts.mp4 62.3 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/46 - Command Line Tools.mp4 50.5 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/47 - Debugging Tests.mp4 40.9 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/48 - Downloads.mp4 45.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/49 - Emulation.mp4 68.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/50 - Events.mp4 52.7 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/8 - Playwright API Testing Browsers and Assertions/50 - PlayWrightGuide.zip 37.3 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/51 - Frames.mp4 42.3 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/52 - Inputs.mp4 79.2 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/53 - Checkbox.mp4 57.6 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/54 - Upload Files.mp4 28.6 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/55 - Navigations.mp4 49.6 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/56 - Networks.mp4 49.6 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/57 - Pages.mp4 63 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/58 - PlayWrightGuide.zip 37.3 MB
  • [TutsNode.net] - The Complete Microsoft Playwright Course with Python/9 - Playwright Pages Selection and Handlers/58 - Videos and Screenshots.mp4 77.4 MB

Rating
Not rated yet
Log in to rate

Comments

No comments yet.