- Updating Test Case Outcome in Test Plan Automatically
- UI Automation Testing
- API Testing
- Mobile App Testing
- DataBase Testing
- Page Object Model Design Pattern
- Data Driven Testing
- Run test based on different environments - QA, Staging, PROD etc
- Automating MFA(Multi Factor Authentication)
- Allure report
- Assertions or Validations
- Test Report
- Logging
- Parallel Execution
-
Playwright Tutorial Full Course - https://bit.ly/playwright-tutorial-automation-testing
-
Playwright API Testing Tutorial - https://bit.ly/playwright-api-testing-tutorial
-
Playwright with Dynamics 365 CRM - https://youtu.be/WwovRRp0f4o?si=oqPE2ux7UcDeJMm6
-
Playwright with Azure DevOps Pipeline - https://bit.ly/playwright-azure-devops-tutorial
-
Update test case status automatically - https://medium.com/@testerstalk/integrate-azure-devops-test-plan-with-playwright-update-test-case-status-845b127f4b2b
-
Handling MFA(Multi Factor Authentication) in Playwright - https://medium.com/@testerstalk/how-to-automate-mfa-multi-factor-authentication-seamlessly-with-playwright-433f89be44a1
-
Data Base Testing(MYSQL) with Playwright - https://medium.com/@testerstalk/boost-your-playwright-tests-with-real-time-database-integration-39351ec710a0
-
Data Base Testing(MongoDB) with Playwright - https://medium.com/@testerstalk/integrating-mongodb-with-playwright-test-automation-data-base-testing-22e4bcee7595
-
Top 50 Playwright interview questions & answers - https://medium.com/@testerstalk/top-50-playwright-interview-questions-and-answers-6dff075c488e
-
Commands: https://medium.com/@testerstalk/playwright-important-commands-for-daily-use-727a339b288e
-
Assertions: https://medium.com/@testerstalk/different-assertion-types-in-playwright-9784c2657253
- npm install -D @playwright/test@latest
- npx playwright install --with-deps