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...)
 
Line 1: Line 1:
'''Issues to deal with'''
+
== Issues to deal with ==
 
* maintainability
 
* maintainability
 
* cross browser testing
 
* cross browser testing
Line 6: Line 6:
 
* finished web-applications can break because of new browsers. requires continuous testing.
 
* finished web-applications can break because of new browsers. requires continuous testing.
  
'''Available tools'''
+
== Available tools ==
 
* [http://www.openqa.org/selenium/ Selenium]
 
* [http://www.openqa.org/selenium/ Selenium]
 
* [http://wtr.rubyforge.org/ Watir]
 
* [http://wtr.rubyforge.org/ Watir]

Revision as of 14:21, 21 October 2007

Issues to deal with

  • maintainability
  • cross browser testing
  • rich client testing (Flex, ...)
  • stateless web
  • finished web-applications can break because of new browsers. requires continuous testing.

Available tools