Module 12 | Rest Assured Forum
V
Vimal Sheriff Posted on 01/04/2020

Hi, When I first run the Maven Project to retrieve the students information using req.get(), I receive the following error in my Eclipse. Can you please help me in fixing this.

 

Error: Could not find or load main class org.testng.remote.RemoteTestNG

 

 


A
Ashish Thakur Replied on 02/04/2020

Please install testng as a libary and include in eclipse as a library

I dont see testng included as a lib


V
Vimal Sheriff Replied on 02/04/2020

Thank you for your response. I installed TestNG as you said and it's started working now. Many thanks for your help on this