In selenium RC, can we run 2 test simultaneously in different browser window of same browser (Say Firefox) in one machine?
在selenium RC中,我们可以在同一台浏览器(Say Firefox)的不同浏览器窗口中同时运行2个测试吗?
Understanding the concept of selenium server, please clarify whether we can create two sessions in a machine.
了解selenium服务器的概念,请说明我们是否可以在一台机器上创建两个会话。
1 个解决方案
#1
Yes, you can run two tests simultaneously. You should start the RC server on different ports. Maybe this article helps you: http://www.zacharyfox.com/blog/testing/selenium-rc-multiple-users
是的,您可以同时运行两个测试。您应该在不同的端口上启动RC服务器。也许这篇文章可以帮助你:http://www.zacharyfox.com/blog/testing/selenium-rc-multiple-users
#1
Yes, you can run two tests simultaneously. You should start the RC server on different ports. Maybe this article helps you: http://www.zacharyfox.com/blog/testing/selenium-rc-multiple-users
是的,您可以同时运行两个测试。您应该在不同的端口上启动RC服务器。也许这篇文章可以帮助你:http://www.zacharyfox.com/blog/testing/selenium-rc-multiple-users