SDET | Writing about test automation, Java, Selenium, and everything in between. Helping devs build better software through clean, reliable testing.
Available for UI, API, Mobile based QA / SDET roles
The debate between TestNG and JUnit never seems to end in the world of test automation. Both are powerful Java-based testing frameworks—but which one fits your needs better? Breaking the Myth: What Came First—JUnit or TestNG? JUnit came first, way ...

When working with Selenium, you might’ve seen this line of code:JavascriptExecutor js = (JavascriptExecutor) driver; But why do we need this type casting? Let’s break it down simply. What is JavascriptExecutor?JavascriptExecutor is an interface in Se...
