Example below is using WebFixture from jWebUnit. I omit the setup page here, that does login into the web application.
Hello test diff
| Import |
| net.sourceforge.jwebunit.fit |
Delete bridge to extension 1100
| Web Fixture |
| begin |
/bridging.do?phoneId=30 |
| form |
deleteBridge |
| select |
option |
extension |
1100 |
| check |
option equals |
extension |
1100 |
| submit |
Verify that bridge to extension 1100 is not present
| Web Fixture |
| begin |
/bridging.do?phoneId=30 |
| form |
deleteBridge |
| Option Display |
| extension |
| label |
value |
| 5702 |
5702 |
Add bridge to extension 1100
| Web Fixture |
| begin |
/bridging.do?phoneId=30 |
| form |
addBridge |
| enter |
extension |
1100 |
| submit |
Verify bridge to extension 1100
| Web Fixture |
| begin |
/bridging.do?phoneId=30 |
| form |
deleteBridge |
| Option Display |
| extension |
| label |
value |
| 1100 |
1100 |
| 5702 |
5702 |
[
.FrontPage] [
.RecentChanges]
Last modified anonymously on May 14, 2008 at 04:11:36 PM