Posts

Showing posts from March, 2023

PLAYWRIGHT : Automation Tool

Image
1.  What is PLAYWRIGHT Playwright is the free and open source framework for web automation testing It can be used for performing automation testing on Web Browser Application Supported Applications Web Browser Apps Mobile Web Apps API Supported Languages JavaScript TypeScript Java Python .NET(C#) Supported Browsers ( Headed or Headless ) All modern engine chromium Webkit Firefox Supported OS Windows MacOS Linux Official Website https://playwright.dev/ 2.  Features Of Playwright Free and open source tool Multi Browser , Multi Language and Multi OS support Easy setup and configuration Functional , API and Accessibility testing Built in and Custom reporter CI CD and Docker support Recording  Debugging Explore Selectors Parallel Testing Auto Wait Built In assertion Logs , Screenshot and video supporting Multi tab and Multi Window Execution Support IFrames  Fast Execution Test Parameterization , Data driven testing 3.  Installation Prerequisites Node Js IDE ( Visual Studio Code) Installatio