Interview Questions

Selenium WebDriver - What is the difference between @BeforeMethod and @BeforeClass ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - What is the difference between @BeforeMethod and @BeforeClass ?

@BeforeMethod- this will execute before every @Test method.

@BeforeClass- this will execute before every class.

(Continued on next question...)

Other Interview Questions