PinnedJadala AjayHow to handle Stale element exception in Playwright??The StaleElementReferenceException is a very common exception that we face in our Selenium tests. It could happen because of belwo two…Feb 24, 2023Feb 24, 2023
PinnedJadala AjayHow do you do code review/walkthroughs of automation scripts of your teammates?Code reviews through Pull Requests are part of our day to day activities while working on automation. I have consolidated some of the…Feb 24, 20231Feb 24, 20231
PinnedJadala AjayRunning/overriding Cucumber Options from maven command lineLast week I have posted running Automation tests from command line which is integrated with TestNG.Jun 26, 2021Jun 26, 2021
PinnedJadala AjayRunning tests from maven command line: Different optionsWhen we work on developing automation scripts ,we may sometime need run based on different conditions. Let us see some here.Jun 18, 2021Jun 18, 2021
Jadala AjayWhy do we write await/async in Playwright Javascript/Typescript?Sample test in playwright:Feb 4, 20232Feb 4, 20232
Jadala AjayMost common used Docker Commands for SDETsWhy we need docker for selenium Tests:Dec 25, 2022Dec 25, 2022
Jadala AjayHow does == vs === and != vs !== differ in JavaScript?While working on Playwright I came across below situation where we compare the values between two variables from an API response. So I did…Dec 20, 2022Dec 20, 2022
Jadala AjayFile Path separator in JavaWhile working on automation when setting file path we may use the file path separator such as / or \.Some use-cases are setting driver…Jun 23, 2022Jun 23, 2022