* it runs before whole Test class started to process (fail!)
@BeforeTest
protected void setUp() throws Exception {
* it runs before every test method in Test class (ok)
@BeforeMethod
protected void setUp() throws Exception {
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment