SMW System Testing with Selenium - SMWCon Fall 2010

From semantic-mediawiki.org
SMWCon Fall 2010
SMW System Testing with Selenium
Talk details
Description: Black box testing.
Speaker(s): Benedikt Kämpgen
Type: Talk
Audience: Everyone
Event start: 2010/09/18 10:30:00 PM
Event finish: 2010/09/18 11:00:00 PM
Length: 20 minutes
Video: click here
Keywords: selenium, system testing, unit testing, code quality
Give feedback

Information[edit]

  • This talk has been given at SMWCon 2010 [1]
  • Benedikt Kämpgen, Institute of Applied Informatics and Formal Description Methods (AIFB), Karlsruhe Institute of Technology
  • Talk has partly been supported by ACTIVE Project [2].
  • Slides: Talk-SMWCon-2010-amsterdam-system-testing-selenium-kaempgen-benedikt.pdf
  • More information at Selenium tests.

Q&A[edit]

  • Michael Carioso: after every commit, nightly, when?
    • Depends on the Selenium Framework of WMF.
  • Karima Rafes: how to check exported RDF?
    • BK: Testing RDF functionality should be possible using Selenium Tests as with PHP, all read/write functionalities of PHP are possible.
  • Michael Erdmann: nightly build on server without browser possible, without GUI?
    • BK: No, computer running selenium-server.jar for being remote controlled needs GUI/Windowmanager and Browsers. Tested SMW can be located on another server. Also, the tests can be started from another server.