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 | Jan 28, 2021 | Automation, Test Automation
If nothing else, the past year has produced some fantastic articles on test automation. Selenium WebDriver is exceptionally versatile and supports multiple programming languages, including Java, Ruby, and .Net. It also works with multiple browsers, including Chrome,...
by Nikolay Advolodkin | Jan 25, 2021 | Resources
Although the pandemic has meant that a lot of events have been canceled over the past year, there is some light at the end of the tunnel, as conferences and exhibitions are starting to take place again. Some will happen in-person, others will take place online to make...
by Nikolay Advolodkin | Dec 8, 2020 | Interviews
If I were to ask you to write up 20 pages for your next interview (yes, really) on the company, why you’re a great fit, and what you’re going to say and do during the interview, could you do it? I doubt it.But if you could, how likely would it be that you would get...
by Nikolay Advolodkin | Nov 30, 2020 | TestProject
In this free tutorial, you will learn how to get started with TestProject Java SDK – an excellent resource for creating robust test automation using the Java programming language. I’ll walk you through how to create your free TestProject account, how...