Java
-
Selenium Testing For Effective Test Automation
While there is a substantial increment in the mobile apps market share, web apps are still prevalent with a significant…
Read More » -
JUnit 5 and Selenium – Setup the project with Gradle, JUnit 5 and Jupiter Selenium
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More » -
All you need to know about System.gc()
In this article, we have attempted to answer the most common questions around System.gc() API call. We hope it may…
Read More » -
Unit test for Spring’s WebClient
WebClient to quote its Java documentation is Spring Framework’sNon-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API…
Read More » -
Scoped Proxy in Spring Framework
Spring framework provides scopes for spring beans. We can control the various dependencies and configuration values that are plugged into…
Read More » -
Spring Boot: Building a RESTful Web Application
Introduction: REST stands for Representational State Transfer and is an architectural guideline for API design. We assume that you already…
Read More » -
Augmenting a Spring Data repository through delegation
I have recently written several posts about Kotlin’s delegation. In doing so, I realised a useful way to apply it…
Read More » -
Spring Boot with H2 Database
In this quick tutorial, we’ll bootstrap a simple Spring Boot application backed by an in-memory H2 database. We’ll use the…
Read More »