Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 4.28 KB

File metadata and controls

70 lines (52 loc) · 4.28 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. Mobile App Testing
  5. DataBase Testing
  6. Page Object Model Design Pattern
  7. Data Driven Testing
  8. Run test based on different environments - QA, Staging, PROD etc
  9. Automating MFA(Multi Factor Authentication)
  10. Allure report
  11. Assertions or Validations
  12. Test Report
  13. Logging
  14. Parallel Execution

Learn Complete Playwright Automation with TypeScript & JavaScript(UI + API + Mocking + CI CD[Jenkins + GitHub, Azure DevOps Pipeline, GitHub Actions] + Test Reports) Full Course

Watch the video

Watch the video

Watch the video

Watch the video

Complete Playwright with JavaScript Full Course

Watch the video

Watch the video

Watch the video

Important Playwright articles Links

How to update Playwright to Latest Version?

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