I am learning to use testNG and this is my first project with it. I added testNG dependencies to the POM. I chose not to instal testNG from the marketplace.
Below is my output. When I however on @Test, there was no option to import testNG library. How do I fix this please?
package ui;
public class LoginTest {
@Test
public void loginTest()
{
// TODO Auto-generated method stub
}
}