TDTan Dointandt53.com·Feb 14, 2023 · 6 min readAutomated test case structurePhoto by Ferenc Almasi on Unsplash Introduction I have been asked many times recently how to organize code within an automated test cases. In my experience, I have created and reviewed thousands of automated test cases, and I see many people struggle...00
TDTan Dointandt53.com·Feb 12, 2023 · 3 min readIs API testing black box or white box?This is the question you might be asked during an interview for QA position. And you may have an answer and a reason for that answer. In this post, I will provide my response to this question and explain my reasoning. Please note that the term API m...00
TDTan Dointandt53.com·Feb 12, 2023 · 3 min readDo not put assertions in Page Objects, why?If you search for best practices for page object model in automation tests, you will find that many people suggest not using verify commands in Page Object (PO) methods. However, there are no any details' explanation to the reasons. Even the post on ...01R
TDTan Dointandt53.com·Nov 8, 2022 · 3 min readStop init Driver instance before testA lot of documents and posts have been published on the internet for web automation using Selenium Webdriver that are showing WebDriver driver = new ChromeDriver() in beforeTest annotated methods. This concept will remain with you months or years lat...00
TDTan Dointandt53.com·Nov 3, 2022 · 3 min readTest Automation ArchitectureAs an automation test engineer, you might have wondered what a good scenario is and how well our automation tests are organized. Or just asking yourself where should the line/method/module be placed? This post will provide you with a clear understand...00