This blog is for Automation Test Engineers

Monday 12 March 2018

TestNG


TestNG is test automation framework where NG stands for Next Generation. This was developed by Cedric Beust inorder to overcome drawbacks of Junit. When you compare to Junit some features are added:

1)Extra Before and After annotations like Before /After Suite and Before /After Group were added

2)Grouping of test methods

3)Dependent groups

4)Dependent methods

5)Data driven testing

6)Multi threaded Execution

7)Parameterization of test methods

8)In-building reporting framework


0

0 comments:

Post a Comment