Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.6 KB

File metadata and controls

50 lines (35 loc) · 2.6 KB

Playwright with JavaScript, TypeScript, CSharp Dotnet, Python Automation Framework

Topics Covered

  1. Updating Test Case Outcome in Test Plan Automatically
  2. UI Automation Testing
  3. API Testing
  4. DataBase Testing
  5. Page Object Model Design Pattern
  6. Data Driven Testing
  7. Run test based on different environments - QA, Staging, PROD etc
  8. Automating MFA(Multi Factor Authentication)
  9. Allure report
  10. Assertions or Validations
  11. Test Report
  12. Logging
  13. Parallel Execution

Learn Complete Playwright from Scratch - Youtube Playlist

  1. Playwright Tutorial Full Course - https://bit.ly/playwright-tutorial-automation-testing Watch this video on YouTube

  2. Playwright API Testing Tutorial - https://bit.ly/playwright-api-testing-tutorial Watch this video on YouTube

  3. Playwright with Dynamics 365 CRM - https://youtu.be/WwovRRp0f4o?si=oqPE2ux7UcDeJMm6 Watch this video on YouTube

  4. Playwright with Azure DevOps Pipeline - https://bit.ly/playwright-azure-devops-tutorial Watch this video on YouTube

Important Playwright articles Links

How to update Playwright to Latest Version?

  1. npm install -D @playwright/test@latest
  2. npx playwright install --with-deps