简体   繁体   English

Eclipse中的testNG安装问题

[英]testNG installation issue in eclipse

I installed testNG in Eclipse-GANYMEDE offline as specified in the this link 我已按照此链接中的指定脱机在Eclipse-GANYMEDE安装了testNG

I used org.testng.eclipse_5.11.0.28.jar 我使用了org.testng.eclipse_5.11.0.28.jar

But after restart eclipse I couldn't see testNG under following menue path 但是在重新启动eclipse之后,我在以下菜单路径下看不到testNG

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) . 还有一个发现...。在libs内部的selenium安装路径下,我找到了另一个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. 如果我尝试删除它并替换上面提到的新jar,则它在import org.testng.给出了导入错误import org.testng. in the java class 在java类中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM