I want to perform data driven testing in selenium using ASP.NET(C#),ajax and almost all the features of jquery. Can anyone give me the step how to perform data driven testing using C# or some demo through which I can perform my testing?
Dinesh Kanojia
问问题
1953 次
2 回答
1
第 1 步:首先从这个链接下载 selenium 网络驱动程序 - http://docs.seleniumhq.org/download/
Step2:然后下载NUnit jar文件。
Step3:点击此链接- http://www.joecolantonio.com/2012/07/31/getting-started-using-selenium-2-0-webdriver-for-ie-in-visual-studio-c/
希望这可以帮助你。
于 2014-03-21T04:48:26.003 回答
0
当您想使用 Selenium 和 jQuery 进行 AJAX 时,我不确定您的意思。您的站点应该执行 AJAX,并且 selenium 应该触发请求。
如果你想做 C# 和 NUnit 测试,这是编写 c# 测试的标准方法,那么我的网站有一个教程可以帮助你。您需要做的就是编写代码来访问您的数据存储,然后在进行测试时循环该数据
于 2009-08-10T06:34:42.633 回答