Anandhi KMobile Automation using Appium 2.0 Part 1-Long PressAppium 1.8 introduced a list of mobile gestures as part of the W3C WebDriver specification's Actions. Appium supports a variety of mobile…Oct 18Oct 18
Anandhi KPlaywright tests with AI — ZeroStepZeroStep is an npm package introduced to flavour Playwright tests with AI power by using GPT3.5 and GPT 4.0 to make the script more…Sep 21Sep 21
Anandhi KAPI Mocking in PlaywrightAPI Mocking is to imitate and test a real API by emulating its responses, response behaviors, and endpoints.Mar 15Mar 15
Anandhi KAPI Testing in PlaywrightThis blog is on Playwright API Testing using Typescript. I will cover the following topics,Jan 17Jan 17
Anandhi KAccessibility Testing in PlaywrightThis article is about Accessibility Testing and how to automate it using Playwright with Typescript.Dec 29, 2023Dec 29, 2023
Anandhi KPOM in Playwright using .json as Test DataIn this article, we discuss about how to use test data from .json file in Playwright POM implementation.Aug 18, 2023Aug 18, 2023
Anandhi KPerformance Testing in PlaywrightIn this article we cover how do we capture performance metrics from the page during test run using CDP’s(Chrome DevTool Protocol)…Aug 6, 20231Aug 6, 20231
Anandhi KBDD + POM in Playwright using Typescript — Part 1In this article we will implement BDD using Page Object Model in Playwright with Typescript. To integrate BDD and Playwright we will use…Jul 23, 20234Jul 23, 20234
Anandhi KPlaywright & Azure DevOps PipelineIn this article we will discuss about how to run Playwright test from Azure DevOps Pipeline.Jul 16, 2023Jul 16, 2023
Anandhi KPage Object Model in PlaywrightIn this article we will discuss how to implement page object model in Playwright. POM is the most widely used design pattern in test…Jul 5, 20231Jul 5, 20231