Uncle Aaroh Testing
Uncle Aaroh Testing
  • 15
  • 5 761

Відео

Master Page Object Model in Playwright with TypeScript | Step-by-Step Guide
Переглядів 6422 місяці тому
Learn how to implement the Page Object Model (POM) in Playwright using TypeScript in this comprehensive tutorial. We'll walk you through the basics and advanced techniques, ensuring you can write clean, maintainable, and scalable test scripts. Whether you're a beginner or an experienced developer, this video has something for you! Chapters: 00:00 - Introduction 00:42 - Real-World Example 01:28 ...
Contract Testing in Playwright using Zod
Переглядів 2594 місяці тому
In this tutorial, Uncle Aaroh walks you through the process of implementing contract testing in Playwright using Zod. Contract testing is crucial for ensuring seamless communication between teams maintaining and consuming APIs. By creating and validating schemas, contract testing helps prevent breaking changes that can lead to production issues. Learn how to set up and execute contract tests in...
How to Use Playwright for Automating Accessibility Testing
Переглядів 5198 місяців тому
Welcome to our comprehensive guide on Accessibility Testing in Playwright. In this video, we'll delve into the crucial aspects of ensuring your web applications are accessible to all users, regardless of their abilities or disabilities. Accessibility testing is a fundamental step in the development process, aiming to guarantee that digital products are usable by everyone, including those with d...
A Special Birthday Thanks to the Playwright Team - You guys are awesome !
Переглядів 698 місяців тому
Experience the joy of my special day in this heartwarming unboxing video as I reveal a thoughtful gift from the amazing Playwright team. I'm over the moon to share with you the surprise that arrived just in time for my birthday-a stylish beanie emblazoned with the Playwright logo! 🎁🎉 Join me in this celebration of gratitude and discover why Playwright has revolutionized my approach to software ...
Locators and Selectors: Boost Web Accessibility with getByRole Method in Playwright using Typescript
Переглядів 1549 місяців тому
Discover the power of Playwright's locators and selectors in this comprehensive tutorial. We dive deep into the 'getByRole' method, showcasing how it not only streamlines your testing process but also significantly boosts the accessibility of your website. Learn practical tips and best practices to make your web applications more user-friendly and compliant with accessibility standards, all whi...
Playwright Essentials: Set Up, Configuration, and Custom Reports Tutorial
Переглядів 2169 місяців тому
How to use #Test #Configuration in #playwright, setup #baseurl, #customreporter ? 🎭 #testautomation In this video, I provide an overview of Playwright test configuration and highlight some interesting features that can be useful for most frameworks. I discuss topics such as test directory setup, parallel test execution, disabling test.only, custom reporters, setting a base URL, and configuring ...
Annotations in Playwright: How to Tag and Selectively Run Tests
Переглядів 2539 місяців тому
What are #Annotations? How to #tag a #test and run #specific tests in #playwright #typescript ? 🎭 In this video, I explain the concept of annotations in Playwright tests. Annotations are helpful for organizing and running specific tests based on tags. I demonstrate how to use the "dot only" annotation to run a single test, and how to specify conditions for failing tests. I also cover other anno...
Page Object Model with Fixtures in Playwright and Typescript
Переглядів 50810 місяців тому
How to implement Page Object Model #POM In #Playwright #Typescript ? 🎭 #testautomation In this video, I explain the concept of page object models and how they can simplify test automation. I provide examples and discuss the benefits of using this design pattern. I also demonstrate how to create page object models and use them in tests. By the end of the video, you will clearly understand page o...
Understanding Fixtures in Playwright: A Comprehensive Guide for Testers
Переглядів 45710 місяців тому
What are #fixtures in #playwright #typescript ? 🎭 #testautomation In this video, I explain the concept of fixtures in Playwright. I use an analogy of a stage to help understand the different components of fixtures. Fixtures are used to establish an environment for each test, similar to the background, lighting, and backdrops on a stage. I discuss how fixtures can be isolated for specific tests ...
Debugging Playwright Tests: Techniques for Using UI and Trace Viewer
Переглядів 30610 місяців тому
How to #debug a #test, use #UI, #traceviewer and reporting in #playwright #typescript ? 🎭 In this video, I demonstrate how to run, debug, and report Playwright tests. I start by explaining how to run tests using the Playwright UI and the terminal. Then, I show how to debug tests by using the snapshot feature and analyzing test failures. Next, I discuss the difference between headed and headless...
Automate Your Testing: Generating Code with Playwright's Codegen Tool
Переглядів 30810 місяців тому
How to #generate #test using #codegen in #playwright #typescript ? 🎭 #codegeneration #testautomation In this video, I demonstrate how to use Playwright code generation to automate testing. I walk through the process of generating locators, recording tests, and writing code using Visual Studio Code. I also cover topics such as test optimization and asserting visibility and values. By the end of ...
Capture Every Detail: Writing Tests and Taking Screenshots in Playwright
Переглядів 39010 місяців тому
How to write #test and take #screenshot in #playwright #?typescript 🎭 #writing #testautomation In this video, I will guide you through the process of writing and running tests using Playwright. We will start by setting up the Visual Studio Code and accessing the Playwright documentation. Then, I will show you how to write a basic test that checks the title of a webpage. We will run the test and...
Playwright Getting Started Tutorial: Preparing Your Development Environment
Переглядів 99810 місяців тому
How to setup development environment for #playwright #typescript ? 🎭 #gettingstarted In this video, I, Uncle Aaroh, will guide you through the first lesson of mastering playwright test automation with TypeScript. We will focus on setting up your development environment, which is a crucial step in this journey. By ensuring a strong foundation, the rest of the process will be smooth. Feel free to...

КОМЕНТАРІ

  • @phatle4855
    @phatle4855 Місяць тому

    Sir, subcribed to learn more from you.

    • @UncleAarohTesting
      @UncleAarohTesting Місяць тому

      Always welcome, and let me know if you have any questions.

  • @cristiancruciani3603
    @cristiancruciani3603 Місяць тому

    Great teaching about fixture !! Thanks!!

  • @venkateshkumar7416
    @venkateshkumar7416 Місяць тому

    Hi

  • @syedaliimmamrizvi3310
    @syedaliimmamrizvi3310 2 місяці тому

    Thanks for the updates...

  • @cristinaanitsirc
    @cristinaanitsirc 2 місяці тому

    Hi Uncle Aaroh! Nice video! Just one question: How can I configure to see in the code editor the time of execution of each line? Thanks!

    • @UncleAarohTesting
      @UncleAarohTesting 2 місяці тому

      If you are using visual studio code, there is a playwright plugin that you need to install. Once you install that plugin and run your tests, it will automatically start showing the time in millisecond for each line when you run the tests. Hope that helps. Let me know if you are struggling with it, I can demo that in a video.

    • @cristinaanitsirc
      @cristinaanitsirc 2 місяці тому

      @@UncleAarohTesting Thanks for your reply. Yes, I'm using VS Code. Which plugin should I install? I'll do it when I come back home :-)

    • @UncleAarohTesting
      @UncleAarohTesting 2 місяці тому

      @@cristinaanitsirc have a look at this ua-cam.com/video/Nwh9ShKZ2OI/v-deo.htmlsi=d3KBMhJenKdoltAE&t=254

    • @UncleAarohTesting
      @UncleAarohTesting 2 місяці тому

      That clip also shows the time that appear when you run the test

    • @UncleAarohTesting
      @UncleAarohTesting Місяць тому

      @@cristinaanitsirc have you tried it yet ?

  • @radhika_th
    @radhika_th 3 місяці тому

    pls keep creating more videos! you explain the concepts very well and in a simplified way.. thx for ur effort n time

    • @UncleAarohTesting
      @UncleAarohTesting 3 місяці тому

      Thank you for your support Radhika. Your message is an encouragement. I ll work on my next video today :)

    • @SameerContentHub
      @SameerContentHub 3 місяці тому

      @@UncleAarohTesting but sir you were not clear in you page object model video, last 5 videos were very helpful but I didn't understood project object model

    • @UncleAarohTesting
      @UncleAarohTesting 3 місяці тому

      @@SameerContentHub thanks for the feedback, I ll record a more clear version with a real world example that may help hopefully.

  • @UncleAarohTesting
    @UncleAarohTesting 4 місяці тому

    What are your thoughts?

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 7 місяців тому

    Amazing 👌🏻👌🏻

  • @samanthahaley6093
    @samanthahaley6093 7 місяців тому

    😞 Promo_SM

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 7 місяців тому

    How about writing test in playwright using BDD process and with cucumber and typescript

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 8 місяців тому

    Wow amazing started learning please create detailed course 🙏🏻 you are amazing !

  • @MaheshJoshi_wellington
    @MaheshJoshi_wellington 8 місяців тому

    Amazing boss just started following you 🙏🏻 I want to learn playwright so exploring now looking For more videos

    • @UncleAarohTesting
      @UncleAarohTesting 8 місяців тому

      Thanks Mahesh for the support. Let me know if you have any questions. I read all the comments. Also, please share the videos as much as possible as it will help with the channel growth.

    • @MaheshJoshi_wellington
      @MaheshJoshi_wellington 7 місяців тому

      Yes sharing with others

    • @MaheshJoshi_wellington
      @MaheshJoshi_wellington 7 місяців тому

      Anymore detailed video on accessibility testing with playwright please 😊

  • @Playwrightdev
    @Playwrightdev 9 місяців тому

    So happy for you that you enjoy the gift! Thank you for being part of the community and happy birthday!

  • @UncleAarohTesting
    @UncleAarohTesting 9 місяців тому

    What do you think about this? Comment below!

  • @UncleAarohTesting
    @UncleAarohTesting 9 місяців тому

    What do you think about this? Comment below!

  • @shreyanshjain4519
    @shreyanshjain4519 10 місяців тому

    Nice Video!

  • @UncleAarohTesting
    @UncleAarohTesting 10 місяців тому

    What do you think about this? Comment below!

  • @UncleAarohTesting
    @UncleAarohTesting 10 місяців тому

    What do you think about this? Comment below!

  • @UncleAarohTesting
    @UncleAarohTesting 10 місяців тому

    What do you think about this? Comment below!

  • @UncleAarohTesting
    @UncleAarohTesting 10 місяців тому

    What do you think about this? Comment below!

  • @UncleAarohTesting
    @UncleAarohTesting 10 місяців тому

    What do you think about this? Comment below!

  • @UncleAarohTesting
    @UncleAarohTesting 10 місяців тому

    What do you think about this? Comment below!

  • @syedalisajjadzamin1878
    @syedalisajjadzamin1878 10 місяців тому

    Hmmm

  • @syedalisajjadzamin1878
    @syedalisajjadzamin1878 10 місяців тому

    ❤😊

  • @syedalisajjadzamin1878
    @syedalisajjadzamin1878 10 місяців тому

    What esle can we do ? Please tell us in your next video !!!

  • @syedalisajjadzamin1878
    @syedalisajjadzamin1878 10 місяців тому

    Interesting

  • @shreyanshjain4519
    @shreyanshjain4519 10 місяців тому

    Nice Video, Font size was bit small in the video

    • @UncleAarohTesting
      @UncleAarohTesting 10 місяців тому

      Thanks @shreyanshjain4519, I ll keep that in mind for the future videos. Please keep supporting with the feedback.

  • @shreyanshjain2347
    @shreyanshjain2347 10 місяців тому

    Looking forward to learning the test framework as well.

    • @UncleAarohTesting
      @UncleAarohTesting 10 місяців тому

      Thanks for reaching out, @shreyanshjain2347! Feel free to suggest any specific topics you'd like me to delve into. I'm in the process of filming almost daily, so expect fresh content to be posted soon. Currently, I'm focusing on subjects like writing tests, the intricacies of tracing and debugging, executing tests in various modes like headless, headful, and UI interfaces [All of this is being edited as we speak]. Up next is a segment on Fixtures. My ultimate aim is to equip you with the skills to build and deploy an automated test suite using the Playwright Framework, optimized for the Microsoft Playwright Testing environment, but also perfectly functional on local setups. Keep the conversation going in the comments here - your input can really shape the course's content!

    • @shreyanshjain2347
      @shreyanshjain2347 10 місяців тому

      Thank you so much 😊 Will keep the conversation going on in the comments section.