selenium RC doesnt run the whole test suite

你离开我真会死。 提交于 2019-12-01 20:46:28

ok I figured this out. What I was doing was , I was converting the existing scripts into HTML. Apparently it doesnt work that way. It looks like I have to name them with html extension when I make those test cases itself, then the whole suite will run –

Actually I had the same behaviour and my test scripts were in fact created in Selenium IDE and had the proper .html extension. However! The test suite itself didn't have the .html extension. I just added it and it started working properly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!