0

在我目前的项目中,我们已经使用 junit 框架开发了测试脚本。我们已经使用了各种定位器方法,其中也包括 xpath。现在我们必须在 IE8、IE9 和 FF21 上进行并行执行。我们使用 junit 实现了 grid2,但我们看到大多数脚本由于超时而失败。

我想知道的是我们是否必须在 5 个节点上执行 100 个测试用例: 1. 就 RAM 和 JVM 配置而言,最低硬件配置是什么 2. 理想的集线器/节点配置是什么 3. 所需的功能有哪些要设置?4.为元素和消息设置等待方法的最佳方法是什么?

有没有人成功实现 selenium grid2 并并行运行了 100 多个测试用例?

4

1 回答 1

0

Here goes my question, Have you ever executed those 100 test cases in sequence with out any such timeout issues? If yes, then you can do it in grid as well.For this, you may need minimum of 4 GB RAM and better clocked CUP. JVM version can be the same in which your scripts are done.

In general, you may need to handle some run time behavior of your application.

于 2013-10-25T14:24:58.407 回答