Workshop :: Appium and Playwright with TypeScript - up1/training-courses GitHub Wiki

Duration : 2 days

Outline

  • Automated testing with Appium
    • Type of applications
      • Mobile app
      • Web app
    • Working with Appium server and Appium inspector
      • Config drivers
      • Workshop with appium
    • Write test case with TypeScript
      • Basic of TypeScript and tools
      • Run test and refactor
      • Best practices for TypeScript
      • Project structure and Design patterns
        • Page-object patterns
  • Automated testing with Playwright
    • Web application testing
    • Working with Playwright
      • Install and config Playwright project
      • Playwright tools and techniques
        • Testing and changes detection
        • Playwright UI Dashboard
        • Recording scripts
        • Best practices
        • Project structure and Design patterns
      • Write test case with TypeScript
  • Workshop
    • Design and develop project with TypeScript
      • Appium
      • Playwright
    • Manage context switching in tests
      • Start with WebdriverIO/Appium
      • Identify the Webview
      • Switch to the Web Context for Playwright
      • Automate with Playwright
      • Switch Back to Native