Difference between revisions of "Web UI testing"
From CitconWiki
Jump to navigationJump to search (New page: '''Issues to deal with''' * maintainability * cross browser testing * rich client testing (Flex, ...) * stateless web * finished web-applications can break because of new browsers. require...) |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | == Issues to deal with == | |
* maintainability | * maintainability | ||
* cross browser testing | * cross browser testing | ||
* rich client testing (Flex, ...) | * rich client testing (Flex, ...) | ||
− | * stateless web | + | * Ajax, stateless web |
− | * | + | * existing web-applications can break because of new browser versions |
− | + | == Available tools == | |
* [http://www.openqa.org/selenium/ Selenium] | * [http://www.openqa.org/selenium/ Selenium] | ||
* [http://wtr.rubyforge.org/ Watir] | * [http://wtr.rubyforge.org/ Watir] |