The article introduces the basic concepts of TestNG testing library.
Also find me here:
Baeldung Author
Dhrubajyoti Bhattacharjee
I am a software developer and a DevOps Engineer with hands-on experience in Core Java, Restful web services for mobile applications. Developing microservice applications with Spring and Spring Boot. Mostly have been working on payments and banking domain. Managing complete project workflow from development to deployment with modern CI/CD methodologies like Docker, Jenkins, Gitlab CI, etc Trained, enthusiast and skilled at applying, enhancing the current technical expertise. Eager to meet challenges and quickly assimilate the latest technologies, skills, concepts, and ideas. Quick learner with good grasping skills.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (3)
- Spring Boot (3)
- REST (3)
- Spring MVC (2)
- NoSQL (2)
- Java Concurrency (2)
- Java (2)
- Data (2)
- Spring (1)
- Logging (1)
- Java Streams (1)
- Java Map (1)
- JVM (1)
- HTTP Client-Side (1)
- Core Java (1)
A Quick JUnit vs TestNG Comparison
Filed under Testing
A quick look at JUnit compared to TestNG – the other popular testing framework in the Java ecosystem.
Iterable to Stream in Java
Filed under Java Streams
The article explains how to convert an Iterable to Stream and why the Iterable interface doesn’t support it directly.