WebDriver中的JUnit格式与WebDriver支持

时间:2012-03-20 21:17:47

标签: selenium junit4

我在Selenium IDE中记录了一个测试用例,并希望将其转换为Junit。当我尝试更改格式时,我有两个选项叫做“JUnit WebDriver”和“JUnit WebDriver Backed”。你能解释一下这个WebDriver和WebDriver Backed有什么不同吗?对不起,我是Selenium的新手,开始通过Internet Materials学习。

谢谢, 阿卜杜勒·哈米德

2 个答案:

答案 0 :(得分:13)

如果您使用的是Selenium 2 / WebDriver API,则使用“JUnit WebDriver”。如果您使用的是Selenium 1 / RC API,则使用“JUnit WebDriver Backed”。

如果您来回切换,您可以看到IDE窗口中显示的测试方法的不同。

有关Selenium网站here的更多信息。

答案 1 :(得分:2)

WebDriver支持JUnit是一个混合选项,允许您在将现有测试迁移到Selenium 2.0 WebDriver时继续使用Selenium 1.0 RC