Explore various approaches to executing a subset of tests in TestNG.
Also find me here:
Baeldung Author
Rajat Garg
I'm a Full Stack Developer deeply passionate about coding and constant learning, with 7 years of experience. I like working with Java, Spring (Boot), Microservices, Docker, TypeScript and Angular. Outside of work, I enjoy cooking and exploring new places through travel.
Here's what I've written (so far):
Baeldung on Java
- All
- Algorithms (5)
- Java Dates (4)
- Testing (3)
- Java Web (3)
- Networking (2)
- Jackson (2)
- Architecture (2)
- Web Services (1)
- Spring (1)
- REST (1)
- Persistence (1)
- Maven (1)
- Java List (1)
- Java IO (1)
- Java Collections (1)
- Jakarta EE (1)
- JVM (1)
- JSON (1)
- DevOps (1)
- Core Java (1)
Conditionally Ignore Tests in TestNG
Filed under Testing
Explore various approaches to ignore a test in TestNG conditionally.
Running Tomcat Server on Two Different Ports
Filed under DevOps
Explore different approaches to running a Tomcat server on other ports.
Post Data Into Website Using Jsoup in Java
Filed under Java Web
Learn how we can send a POST request using Jsoup.
Web Crawler Using WebMagic
Filed under Java Web
Explore WebMagic, its architecture, and setup details.
Introduction to DiceDB
Filed under Persistence
Learn how to establish a connection to a DiceDB instance and perform basic CRUD operations.
Arguments Prefixes in the JVM
Filed under JVM
Explore various JVM argument prefixes.
Copy Specific Fields by Using BeanUtils.copyProperties in Spring
Filed under Spring
Explore various approaches to copying specific fields using BeanUtils.copyProperties in Java.
How to Run a Class Within a WAR File Using the Command Line
Filed under Core Java
Explore different approaches to running a WAR file via a command line in Java.
Baeldung on Computer Science
- All
- Security (1)
Significance of a JWT Refresh Token
Filed under Security
Explore the significance of refresh tokens and potential challenges with token expiration.