Structure for mobile automation
Clean and well-organized structure for mobile automation for native apps
Search for a command to run...
No comments yet. Be the first to comment.
Photo 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...

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...

It is not a good practice when placing assertions in Page Objects.

A 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...
Overview the architecture for automation test
