logo logo
A Comparison of Kubernetes and Docker

A Comparison of Kubernetes and Docker

This blog is a comparison of Kubernetes and Docker, which are two popular terms in organizations that work on very large-scale projects 🥇 They both bring out their own set of...

Comparison table - Angular vs. React vs. Vue

The Mindset of Developers: Angular vs. React vs. Vue [Part 2]

In the previous chapter, we talked about the differences between code libraries and frameworks 👨‍💻 In this chapter, we are going to dive deeper into understanding the...

Top 8 Python Testing Frameworks in 2021

If you've been thinking to yourself: "Hmm... which programming language should I start my testing journey with?" - Python is your answer. But it's not just for beginners! In a...

Speed Benchmark - Cypress vs. Selenium vs. TestProject

Cypress vs. Selenium vs. TestProject – 7 Browsers...

Popular test automation solutions for web applications aim for speed and multiple browser support. But which one is truly the fastest? And which has the widest support for various...

PuppeteervsSelenium

Selenium vs. Puppeteer – When to Choose What?

In my previous beginner's guide, we discussed what is Puppeteer, installed required dependencies and reviewed some of its capabilities via code examples. Now, we'll dive even...

Angular vs React

Angular vs. React: Which One to Choose?

There is a lot of heated debate on the Web these days about which JavaScript framework to use. There are a lot of options as far as frameworks go, and the two main contenders are...

Using-Java-Objects-for-Comparing-API-and-DB-Test-Data

Using Java Objects for Comparing API and DB Test Data

Automated tests deal with a lot of information comparison, where expected values are compared against actual ones. In certain situations, a test must compare a very large number...

Python BDD Frameworks

Python BDD Framework Comparison – The Pros and Cons

Almost every major programming language has BDD test frameworks, and Python is no exception. In fact, Python has several! So, how do they compare, and which one is best?...