使用Webinator + Selenium,SpecFlow和NUnit的多个浏览器测试

使用Webinator + Selenium,SpecFlow和NUnit的多个浏览器测试,第1张

使用Webinator + Selenium,SpecFlow和NUnit的多个浏览器测试

您可以在更简单的只是使用

然后使用标记@Browser:IE编写功能

@Browser:IE@Browser:FirefoxScenario: Add comments       Given I navigated to /guinea-pig       And I have entered 'This is not a comment' into the commentbox       When I press 'submit'        Then my comment 'This is not a comment' is displayed on the screen

目前,这是我发现的最佳解决方案,因为它还可以在所有浏览器中进行测试,而无需在所有特定浏览器中进行测试



欢迎分享,转载请注明来源:内存溢出

原文地址:https://www.54852.com/zaji/5622302.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-12-15
下一篇2022-12-15

发表评论

登录后才能评论

评论列表(0条)

    保存