-
Software Development
14 Mistakes I Did That You Should Avoid As A Newbie Automation Tester
When you start your journey as an automation tester, then mistakes are bound to happen. They may also happen if…
Read More » -
Software Development
Top 7 Programming Languages For Test Automation In 2020
So you are at the beginning of 2020 and probably have committed a new year resolution as a tester to…
Read More » -
JavaScript
How WebdriverIO Uses Selenium Locators in a Unique Way – A WebdriverIO Tutorial With Examples
In any automation testing framework, finding elements is the most fundamental activity. We have to choose web elements very carefully…
Read More » -
Software Development
Chatty Logging in Tests
This is another test smell. What is the purpose of log messages in tests? Sometimes there are logging messages, via…
Read More » -
Core Java
OpenJDK Loom and Structured Concurrency
Project Loom is one of the projects sponsored by the Hotspot Group, initiated to deliver high throughput and lightweight concurrency…
Read More » -
Angular
Firebase Authentication with Angular
Welcome readers, in this tutorial, we will implement Email/Password Authentication via Firebase in an angular application. 1. Introduction Angular is…
Read More » -
Kotlin
Advanced Creation of Hamcrest Matchers in Kotlin
This article is a rewrite of an older one done in Java. This one is done in Kotlin instead. Intro…
Read More » -
Kotlin
How to Make Your Own Hamcrest Matchers in Kotlin
This article is a rewrite of an older one done in Java. This one is done in Kotlin instead. Intro…
Read More »