Tan Do
tandt53

tandt53

Follow
homebadgesnewsletter

Automated test case structure

Feb 14, 20236 min read 80 views

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

Automated test case structure

Is API testing black box or white box?

Feb 12, 20233 min read 125 views

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

Is API testing black box or white box?

Do not put assertions in Page Objects, why?

Feb 12, 20233 min read 502 views

It is not a good practice when placing assertions in Page Objects. · If you search for best practices for page object model in automation tests, you will...

Do not put assertions in Page Objects, why?

Stop init Driver instance before test

Nov 8, 20223 min read 77 views

A lot of documents and posts have been published on the internet for web automation using Selenium Webdriver that are showing WebDriver driver = new...

Stop init Driver instance before test

Test Automation Architecture

Nov 3, 20223 min read 133 views

Overview the architecture for automation test · As an automation test engineer, you might have wondered what a good scenario is and how well our...

Test Automation Architecture

State management in automation test scenario

Oct 11, 20223 min read 91 views

The post will give a hint to manage state efficiently and well-organized · Along with well-organized code in a scenario, it is necessary to manage...

State management in automation test scenario