From RPM Wiki
| Table of contents |
[edit]
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.
[edit]
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
[edit]
Research
[edit]
Web UI tests
Simulates a user accessing the application through a browser.
- This page was last modified 19:50, 24 Apr 2009.
- This page has been accessed 1057 times.
