#8 The @BeforeTest methods run after each Test methods in testNg
The @BeforeTest methods run after each Test methods. @BeforeTest can be used for creating an initial data set up and prior to running other test methods, whereas @AfterTest annotation will run after the other tests are complete.
Watch this video to understand more:
Comments
Post a Comment