July 26, 2022Published by Elias on July 26, 2022Categories advanced how to test automation webThe best way to create browser instances using the Factory Pattern, Java, and Selenium WebDriverIntroduction This article belongs to a series of 3 posts explaining how to use the Factory Pattern to create different […]
June 19, 2022Published by Elias on June 19, 2022Categories how to intermediate test automation webHow to use the Factory design pattern to create browser instances: local and remote approachIntroduction In the previous article How to use the Factory design pattern to create browser instances: the simple approach, you […]
November 28, 2021Published by Elias on November 28, 2021Categories api test automationThe best way to add a Request Body to a POST request using Rest-AssuredIntroduction One of my activities is to review the Quality Engineers’ technical assignment. We ask the candidate to automate at […]
October 10, 2021Published by Elias on October 10, 2021Categories test automation tipsReasons to avoid RandomStringUtils for test data generationWhich problem do we want to solve? We will try to solve one of the worst practices used on tests […]
March 14, 2021Published by Elias on March 14, 2021Categories how to test automationHow to use the Factory design pattern to create browser instances: the simple approachIntroduction We face one problem trying to apply the multi-browser test approach: the complexity of creating the browser instance. In […]
February 22, 2021Published by Elias on February 22, 2021Categories tipsThoughts on Selenium 101 Certification from LambdaTestIntroduction LambdaTest created their different Certifications delivering them at free cost! They have a detailed announcement on their blog. I […]