引用:http://schuchert.wikispaces.com/FitNesse.Tutorials.0
Comments: please email: schuchert at yahoo dot com
本文指导您如何安装、配置并使用FitNesse自动化测试框架进行基本操作,包括创建页面、设置为测试页面、配置使用Slim,导入表进行Fixture类命名,创建决策表调用fixture,以及更新页面路径等。
引用:http://schuchert.wikispaces.com/FitNesse.Tutorials.0
Comments: please email: schuchert at yahoo dot com

被折叠的 条评论
为什么被折叠?
Table of Contents
Install FitNesse
Macintosh-8% java -jar fitnesse.jar -p 8080 Unpacking new version of FitNesse resources. Please be patient. <many dots> FitNesse (v20100103) Started... port: 8080 root page: fitnesse.wiki.FileSystemPage at ./FitNesseRoot logger: none authenticator: fitnesse.authentication.PromiscuousAuthenticator html page factory: fitnesse.html.HtmlPageFactory page version expiration set to 14 days.Configure FitNesse for Slim
!define TEST_SYSTEM {slim} !define COLLAPSE_SETUP {true} !define COLLAPSE_TEARDOWN {true} !|Create Programs | |Name |Channel|DayOfWeek|TimeOfDay|DurationInMinutes|id? | |House|4 |Monday |19:00 |60 |$ID=|Note: If you get an error similar to "Testing was interrupted ...", add the following line to your page (this will probably only happen if you build from source):
Continue Tutorial in Java
Continue Tutorial in C#
Congratulations
Congratulations, you've finished the first tutorial. In this tutorial you:What's Next
- Continue working on the next tutorials (I recommend in the order listed).
- Learn how to make tests that actually execute production code.
- Learn how to use a Table Table to implement a "fluent" or DSL-based table
<--Back -or- Next Tutorial-->