开发者

Is this directory Structure good enough for Selenium Test + C#

开发者_如何转开发

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.


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜