I installed testNG in Eclipse-GANYMEDE
offline as specified in the this link
I used org.testng.eclipse_5.11.0.28.jar
But after restart eclipse I couldn't see testNG under following menue path
Window --> Show View --> Other --> Java
Could anybody figure out what's the issue?
One more finding....
Under selenium installation path inside libs
I found another testNG
jar (testng-6.8.jar)
. If I try to remove that and replace the new jar which mentioned above then it is giving import error in import org.testng.
in the java class