资 源 简 介
FitWeb is ...
... a tool for writing executable web application tests in html. It combines two other widely-used tools, Fit and WebDriver. The tests you write look like this:
| browse | google.com |
|:-------|:-----------|
| into | The Google search box | enter | FitWeb |
|:-----|:----------------------|:------|:-------|
| click | Google Search Button |
|:------|:---------------------|
| assert | First Search Result| contains | FIT + WebDriver = TDD for web applications |
|:-------|:-------------------|:---------|:-------------------------------------------|
You would use FitWeb if ...
You want users/Business People/BAs to write or understand the specs/tests for their web application
You like TDD, especially acceptance tests.
You want to wrap some regression tests around a system that already exists
T