by Nikolay Advolodkin | Feb 25, 2021 | Courses
Have you ever wondered how a login API actually works? Have you ever wanted to learn how to test the login API? We created this free tutorial because to fill this knowledge gap 😃 In this free #tutorial we will learn how to: ✅ Create user registration...
by Nikolay Advolodkin | Feb 19, 2021 | Test Automation
While the covid 19 outbreak has been difficult for all businesses around the world, one of the domains which has really resisted this disruption and turned challenges into opportunities is the IT department. In this internet dominating world where networking and...
by Nikolay Advolodkin | Feb 17, 2021 | Courses
We have great news!! Our main goal is to always provide the best service by improving our Complete Selenium WebDriver with Java course through new content! With that, we would like to announce the content that has been added to our course: Chapter: WebDriver...
by Nikolay Advolodkin | Feb 17, 2021 | Random
Learn here The Most Useful Git Commands. Creating Git aliases Aliases are fantastic to save having to type extra keys when using Git. These are my favorites: $ git config –global alias.ch checkout $ git config –global alias.br branch $ git config...
by Nikolay Advolodkin | Feb 15, 2021 | JavaScript
A lot of times, you might encounter some scenarios that cannot be performed using the regular Selenium WebDriver command. In this cases, using JavaScript commands can prove to be extremely useful. That’s why I compiled a list with 7 of the most useful JS...
by Nikolay Advolodkin | Feb 11, 2021 | Test Automation
Should we use logging in Test Automation Code? Everything that we do in software development is a choice that either helps us or hurts us (The Valley of Success by Titus Fortner). Furthermore, we must always consider the cost of maintenance in everything...
by Nikolay Advolodkin | Feb 8, 2021 | Courses
In this free tutorial, you will learn about the Test Project Java SDK. It is an excellent resource for creating robust test automation using the Java programming language. I’ll walk you through how to: Create your free test project account; Download the...
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...