Quantcast
Channel: Unit Testing - HowToDoInJava
Viewing all articles
Browse latest Browse all 21

TestNG Annotations Tutorial

$
0
0

TestNG uses annotations to help developers to write the tests. The following is a table containing information about all the annotations provided by TestNG and a brief description of them. I will cover them in detail in separate tutorials specific to their usages. TestNG Test Configuration Annotations Annotation Description @BeforeSuite The annotated method will be […]

The post TestNG Annotations Tutorial appeared first on How To Do In Java.


Viewing all articles
Browse latest Browse all 21

Trending Articles