Mastering Docker Architecture and Key Concepts

Docker For beginners Part 2 by ikalamtech.com

We all know the definition of Docker. Docker is a software that packages applications into standardised units called containers that have everything required by the software including libraries, system tools, code and runtime. But this doesn’t help us truly understand…

Playwright vs Selenium: Mastering Test Automation Waits

Playwright vs selenium automatic waits

Introduction Web Applications can be hard to test. Different components of a web page can take different amount of time to get loaded. To automate the testing of these applications, it is very essential to add “waits” to our test…