开发者

Best Automation Frame work design

开发者 https://www.devze.com 2023-01-01 03:50 出处:网络
Using Nunit Frame work or Creating Visual studio Test Projects which one is the best way to save the ti开发者_高级运维me and effective automation?

Using Nunit Frame work or Creating Visual studio Test Projects which one is the best way to save the ti开发者_高级运维me and effective automation?

Now i am using selenium IDE to script the maximum parts in my application to reduce the time of execution(i feel ide execution is faster than test project execution) using gotoif, while, regexp ..etc and would go Selenium RC only for data driven methods and the events which have not been handled by IDE.

Please suggest me Am i in the right way? because i am in the beginning stage on Automating my applications asking this Question for early correction is better.


I wouldn't focus that much on execution time (unless it is really slow). nUnit vs MsTest is also not the biggest issue. In my opinion overall framework design will be most important.
You need to make it maintainable, extensible...
I would suggest the following readings on the framework design.

First blog from Patrick Wilson (via the wayback machine as the original link went down)

Second would be following materials:

  • Quick overview
  • Bigger explanation
  • Inspiration for all above and few pdf describing it
0

精彩评论

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