by Guest | Jul 29, 2022 | Automation techniques
Should you use Page Objects or Screenplay? In this interview with Titus Fortner and Andy Knight, we compare the two test automation frameworks to help you decide which one will work best for your project. We’ll talk about advantages/disadvantages of each...
by Nikolay Advolodkin | Feb 2, 2021 | Automation techniques
An automated atomic test (AAT) is one that tests only a single feature or component. An AAT should form a single irreducible unit. An automated test should not do something like end-to-end automation. As an aside, this concept is already well understood...
by Nikolay Advolodkin | Oct 14, 2019 | Automation Productivity, Automation techniques
What programming language should you choose for your test automation? In many instances, but certainly not all, choose the same programming language as your development team. Choosing the same programming language can ⬆️cross-functional collaboration...
by Nikolay Advolodkin | Apr 9, 2018 | Automation techniques
I think that you can agree with me when I say: Creating an automation framework to do automated acceptance testing is REALLY hard. It’s simply not an intuitive process. Where do you start? Do you create the page object? How many page objects? How many locators...