in Selenium by (909 points)
What is JUnit Annotations and what are different types of annotations which are useful ?

1 Answer

0 votes
by (14.1k points)
In JAVA a special form of syntactic meta-data can be added to Java source code, this is know as Annotations.  Variables, parameters, packages, methods and classes are annotated some of the Junit annotations which can be useful are

Test

Before

After

Ignore

BeforeClass

AfterClass

RunWith

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma (909 points)
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma (909 points)
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma (909 points)
...