Automated testing

From RPM Wiki

Table of contents

Summary

Automated tests are tests that don't require human interaction. The goal is to easily start an extensive list of tests whenever needed and get a pass/fail list of results in return.

In use

  • xUnit.net (http://www.codeplex.com/xunit) for C#
    • To run in VisualStudio click Tools > xUnit
  • SugarTest (http://sugartest.scriptia.net/) for JavaScript
    • To run load file:///C:/inetpub/wwwroot/rpm/test/Page.html in a browser

Research

Web UI tests

Simulates a user accessing the application through a browser.

  • Selenium (http://seleniumhq.org/)
  • Windmill (http://www.getwindmill.com/)
  • Ham - An internal project
  • This page was last modified 19:50, 24 Apr 2009.
  • This page has been accessed 1057 times.