HY。
使用Selenium Remote控件运行selenium测试时遇到问题。
打开控制台窗口并输入以下命令后:
java -jar selenium-server-standalone-2.2.0.jar -htmlsuite *firefox http://book.theautomatedtester.co.uk "c:\Users\abc\Desktop\Selenium\selenium-remote-control\testsuite.html" "c:\Users\abc\Desktop\Selenium\selenium-remote-control\result.html"
firefox正在开始
但是我的测试没有运行,并且在控制台中它说:检查资源别名(它被卡住了)
有人可以帮我解决这个问题吗? :)
谢谢
答案 0 :(得分:0)
你可能引用了你的Selenium Test Case html文件,而不是你的Test Suite html文件。尝试创建测试套件,并将测试用例添加到该文件中。然后在调用命令时将Test Suite文件路径作为测试套件参数引用。