如果与TEST NG调试选项一起使用,Eclipse将无响应。因此可以使用调试选项 我使用以下版本: Selenium webdriver - 2.24.1 Testng - 6.02
有什么建议吗?
谢谢, Fanindra
答案 0 :(得分:1)
只是为了更新你们......这个问题已经解决了。
完成了以下三件事,导致解决了这个问题:
Remove all existing breakpoints
Removing other versions of testing jars..Keeping only latest one i.e. 6.8 testng jar
Put the debug value as
-Xms1024m
-Xmx2048m
In eclipse configuration settings file.