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...
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...
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...
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...
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...
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...
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...
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?...