这个目录结构对于 Selenium 测试来说是否足够好? C#
我正在使用 Visual Studio C# Express Edition 2010 编写 Selenium 测试。 我试图查找是否有人已经发布了 Selenium 测试的目录结构。 由于没有找到,所以我创建了自己的。我很想知道如何改进它。
I am writing Selenium tests using Visual Studio C# Express edition 2010.
I was trying to find if some one is already posted directory structure for Selenium tests.
Not having found one I created my own. I Curious to know how I could improve on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用过 http://code.google。 com/p/design-of-selenium-tests-for-asp-net/ 作为我的 c# selenium 测试的基础。虽然它是 selenium 1 之上的一个小框架,但您可以轻松地将其切换到 selenium 2。
I've used http://code.google.com/p/design-of-selenium-tests-for-asp-net/ as the basis for my c# selenium tests. Although it's a little framework on top of selenium 1 you can easily switch it to selenium 2.
我在 Eclipse-Java 环境中工作,我的工作区中有一个“lib”文件夹,其中存储所有外部 jar 文件(API,如 jxl、selenium 客户端等)。我认为您可以在项目中添加此文件夹以包含 selenium 的 C# 驱动程序,并从构建路径中的此位置引用它。
I work in Eclipse-Java environment, I have a "lib" folder inside my workspace, where I store all the external jar files(API's like jxl, selenium client etc.). I think you can add this folder in your Project to include selenium's C# driver and reference it from this location in your build path.