Junit 5 @Tag
A method needs to be tested for multiple scenarios, multiple scenarios will have multiple test case methods, and we may require to test a particular type of scenario only not the entire test suit. for this, JUnit 5 provides @Tag an annotation to structure them accordingly. we can tag multiple test cases or test classes.















