Automation QA: Playwright Introduction and Installation - Part 1

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • Automation QA: Playwright Introduction and Installation - Part 1
    Find more QA information on my Patreon: / alexusadays
    Learn Quality Assurance From Scratch:
    • Manual QA: Testing for...
    What is in this video:
    01:00 - Why QA Testers should learn Playwright
    02:00 - Goal of this Course
    03:00 - Install Node JS
    04:30 - Install Visual Studio Code
    05:55 - Install Playwright
    09:02 - Let's get our first Playwright test going
    Where to find me:
    Instagram: / alexusadays
    Tiktok: / alexusadays
    Facebook: / alexusadays
    Twitter: / alexusadays
    #qualityassurance #automationtesting #playwright
  • Наука та технологія

КОМЕНТАРІ • 10

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

    What is in this video:
    01:00 - Why QA Testers should learn Playwright
    02:00 - Goal of this Course
    03:00 - Install Node JS
    04:30 - Install Visual Studio Code
    05:55 - Install Playwright
    09:02 - Let's get our first Playwright test going

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

    started watching ! thank you so much

  • @AlexandruBatin
    @AlexandruBatin 7 місяців тому +2

    Started watching and using, thank you!

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

      Hope you enjoy!

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

      @@alexusadays I am enjoying it so far, I am trying to figure out how to open the browser in non-incognito mode. As the testing tool has a login/password and it periodically asks for captcha. Even in headless mode.

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

      @@AlexandruBatin you might need to store the token and use it for running tests. But generally 2fa, and captcha are very hard to automate since the reason they exist is to deal with bots, spam, and unauthorized access. If possible you want to disable them in lowers envs (test env).

  • @not_amanullah
    @not_amanullah 7 місяців тому +1

  • @Rajeshn-n7h
    @Rajeshn-n7h 6 місяців тому

    Please let us know Why have you chosen PW with JS ? why not with TS ? -- I am new to JS world!! wanted to understand which tool/language is better here.. TIA.

    • @alexusadays
      @alexusadays  6 місяців тому +2

      TS is a superset of JS. If you know how to use JS it will be easy to use TS