I need to solve a java problem for an interview, and they have sent me the test class. It starts with
import org.junit.Before;
and also ha
When you add TestNG to your Maven dependencies , Change scope from test to compile.Hope this would solve your issue..