开发者

Test Automation Framework

开发者 https://www.devze.com 2022-12-20 23:07 出处:网络
I was wondering what would be a good UI to specify test cases. Currently we use macros with excel to specify our test cases and generate an xml out of it and export it to the script generator.

I was wondering what would be a good UI to specify test cases. Currently we use macros with excel to specify our test cases and generate an xml out of it and export it to the script generator.

Excel is good and really flexible and allows testers to enter their test cases very quickly. However the x开发者_JS百科ml generated is sometimes not well formed and the system has a huge learning curve.

I want to change the UI from excel to something else that would allow testers to enter test cases quickly and provide flexibility.


A nice TDD tool is SLIM/FitNesse. It is a wiki system which allows to enter special tables and/or commands which trigger test methods. These test methods can be written in Java and .NET (other languages might be supported). Also there are various plug-ins for doing DB testing or Selenium web tests. Here is a first tutorial video.


I've used Test Link for this sort of task. It's an opensource php project.


You might check out Fitnesse, which does a similar thing. http://fitnesse.org/

0

精彩评论

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