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'''
+
== 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
* finished web-applications can break because of new browsers. requires continuous testing.
+
* existing web-applications can break because of new browser versions
  
'''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]

Latest revision as of 14:24, 21 October 2007

Issues to deal with

  • maintainability
  • cross browser testing
  • rich client testing (Flex, ...)
  • Ajax, stateless web
  • existing web-applications can break because of new browser versions

Available tools