Test NG- after configuring the Test NG getting error  "The type org.testng.annotations.Test is not accessible" | Selenium Forum
A
anirudhkumar.s Posted on 25/06/2025
Test NG- after configuring the Test NG getting error  "The type org.testng.annotations.Test is not accessible"
 
package testcases;
 
import org.testng.annotations.Test;
 
public class SearchAndBuyPhone {
 
@Test
public void search()
{
 
}
 
}