Testing
-
Enterprise Java

Writing better unit tests in less time with Junit Parameters
Most of people understand the importance and benefits of unit tests and why you should have them in projects you…
Read More » -
Software Development

Automated or Manual Testing: Keeping the balance Right!
If you are a tester, then you must have had a discussion around automated or manual testing. This is nothing…
Read More » -
Kotlin

Testing exceptions in Kotlin with assertFailsWith
I wanted to write this short post to highlight the assertFailsWith function available to Kotlin that makes testing exceptions a…
Read More » -
Software Development

Microservices for Java Developers: Testing
1. Introduction Since Kent Beck coined the idea of test-driven development (TDD) more than a decade ago, testing became an…
Read More » -
Enterprise Java

Using JUnit 5 In Pre-Java 8 Projects
This post demonstrates how JUnit 5 can be used in pre-Java 8 projects and explains why it could be a…
Read More » -
Career

Why Choose Software Testing As A Career Path?
If you’re here, that simply means you’re stuck making a vital decision: Should you choose software testing to bolster or…
Read More » -
Enterprise Java

API Testing and Automation 101: The Essential Guide
API stands for Application Programming Interface. Typically API is used to facilitate the interaction between two different applications by using any means of…
Read More » -
Enterprise Java

Unit testing DynamoDB applications using JUnit5
In a previous post I had described the new AWS SDK for Java 2 which provides non-blocking IO support for Java…
Read More » -
Enterprise Java

Spark Run local design pattern
Many spark applications have now become legacy applications and it is very hard to enhance, test & run locally. Spark…
Read More »





