Why is Selenium RC so slow?

前端 未结 3 1032
一向
一向 2021-02-14 12:50

For some time I have been investigating Selenium RC in order to do functional testing of my web application. I have now found a test strategy that is so effective, that I do not

3条回答
  •  渐次进展
    2021-02-14 13:48

    Are you testing with IE and Selenium in multiwindow mode? This is extremely slow and you should try to start the seleniumserver with -singlewindow

提交回复
热议问题