TESTNG ANNOTATIONS
PRESENTED BY:
PARUCHURI SUPRAJA
FROM BATCH-18
INTRODUCTION
• TestNG is a very important framework when you are actually developing
the framework from scratch level.
• TestNG provides you full control over the test cases and the execution of
the test cases. Due to this reason, TestNG is also known as a testing
framework.
• Cedric Beust is the developer of a TestNG framework.
• TestNG framework came after Junit, and TestNG framework adds more
powerful functionality and easier to use.
• It is an open source automated TestNG framework. In TestNG, NG stands
for "Next Generation".
TESTNG ANNOTATIONS
• TestNG Annotation is a piece of code which is inserted inside a
program or business logic used to control the flow of execution
of test methods.
LIST OF
TESTNG
ANNOTATIONS
HIERARCHY OF
THE TESTNG
ANNOTATIONS: