Companies Home Search Profile

The Complete Microsoft Playwright Course with Python

Focused View

Martin Yanev

5:32:39

156 View
  • 1 - Introduction.mp4
    05:01
  • 2 - Important Course Notes.mp4
    03:52
  • 3 - Source Code.mp4
    01:31
  • 4 - Install Python and PyCharm.mp4
    04:24
  • 5 - Install PyTest and Playwright.mp4
    02:35
  • 6 - Python Version Control.mp4
    05:51
  • 7 - Using Python as Calculator.mp4
    14:13
  • 8 - Flow Control Statements.mp4
    09:13
  • 9 - Flow Control Keywords.mp4
    10:52
  • 10 - Functions.mp4
    12:08
  • 11 - Classes and Methods.mp4
    12:23
  • 12 - Error Handling.mp4
    04:14
  • 13 - What is PyTest Used For.mp4
    02:36
  • 14 - Types of Testing.mp4
    04:21
  • 15 - PyTest Inputs and Outputs.mp4
    03:45
  • 16 - Creating Simple Test Files in Python.mp4
    05:17
  • 17 - Creating Tuples to Test.mp4
    06:19
  • 18 - Testing Task Completion and ID.mp4
    07:08
  • 19 - PyTest Testing Tricks and Techniques.mp4
    07:08
  • 20 - What is the Playwright Framework.mp4
    04:36
  • 21 - Why use the Playwright Framework.mp4
    07:44
  • 22 - Architecture Playwright Framework.mp4
    02:02
  • 23 - Playwright vs Selenium.mp4
    04:13
  • 24 - Playwright vs Cypress.mp4
    03:15
  • 25 - First Playwright Test.mp4
    07:32
  • 26 - Recording Scripts.mp4
    04:47
  • 27 - Interactive Mode.mp4
    04:04
  • 28 - Pyinstaller.mp4
    02:27
  • 29 - PlaywrightTools.zip
  • 29 - Trace Viewer.mp4
    04:08
  • 30 - PyTest Usage.mp4
    05:35
  • 31 - CLI Arguments.mp4
    03:14
  • 32 - Fixtures.mp4
    03:52
  • 33 - Skip Tests By Browser.mp4
    04:19
  • 34 - Ignore HTTPS Errors and Record Videos.mp4
    03:25
  • 35 - Use Custom Viewpoint Size.mp4
    03:19
  • 36 - Device Emulation.mp4
    02:17
  • 37 - Persistent Context.mp4
    03:38
  • 38 - Using Test Cases.mp4
    05:25
  • 39 - Debugging.mp4
    02:50
  • 39 - PyTest-Playwright.zip
  • 40 - Autowaiting.mp4
    03:21
  • 41 - API Testing.mp4
    11:45
  • 42 - API Test Cases.mp4
    09:57
  • 43 - Assertions.mp4
    09:03
  • 44 - Authentication.mp4
    05:22
  • 45 - Browser Contexts.mp4
    07:06
  • 46 - Command Line Tools.mp4
    06:29
  • 47 - Debugging Tests.mp4
    05:53
  • 48 - Downloads.mp4
    05:20
  • 49 - Emulation.mp4
    06:53
  • 50 - Events.mp4
    05:41
  • 50 - PlayWrightGuide.zip
  • 51 - Frames.mp4
    05:17
  • 52 - Inputs.mp4
    10:03
  • 53 - Checkbox.mp4
    06:35
  • 54 - Upload Files.mp4
    03:24
  • 55 - Navigations.mp4
    05:24
  • 56 - Networks.mp4
    04:50
  • 57 - Pages.mp4
    06:46
  • 58 - PlayWrightGuide.zip
  • 58 - Videos and Screenshots.mp4
    07:57
  • Description


    Learn to Create Automation Test Cases from Scratch with Playwright and PyTest

    What You'll Learn?


    • Complete automation test cases by integrating Playwright and PyTest
    • Learn how to use Playwright code generator and interactive mode
    • Explore Playwright Trace Viewer
    • Learn command line arguments with Playwright
    • Add custom viewpoint sizes and device emulations
    • Debug test cases
    • Master API Testing
    • Learn Playwright assertions and authentications
    • Test downloads, uploads, events and frames
    • Learn automation testing for networks
    • Use playwright to make videos and reports of your test cases

    Who is this for?


  • Software Test Engineers
  • Computer Science Students
  • Software Engineers
  • Everyone who wants to learn Playwright
  • Software Developers
  • More details


    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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Martin Yanev
    Martin Yanev
    Instructor's Courses
    My name is Martin Yanev I am internationally acclaimed Software & Aerospace Engineer.I have a Bachelor Degree in Aeronautical Engineering and a Master Degree in Aerospace Dynamics. I am Associate member of the Royal Aeronautical Society in the United Kingdom. I am ISTQB certified with solid experience in systems test/integration. I have gained my solid programming skills in the last 7 years by developing and testing complex software algorithms for Aerospace applications. I am currently involved in the Single European Sky Project that aims to increase the European airspace capacity by applying cutting edge Air Traffic Management Systems. Feel free to contact me on any topic related to Computer Science and Aerospace Engineering as I am truly interested in this fields. I hope you enjoy my courses and improve your career development with them.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 58
    • duration 5:32:39
    • Release Date 2023/03/30

    Courses related to Python

    Courses related to Screenwriting and Scriptwriting