Posts by Frederico Boiteux • 11 points
1 post
-
1
votes0
answers64
viewsQ: Nullpointer Exception when using the @Before and @After notations in Selenium
When using the ratings @Before and @After, is giving nullpointer error. Does anyone know what it is? Follows the code: import org.junit.After; import org.junit.Assert; import org.junit.Before;…