Difference between revisions of "Testing"
(Articulating and standardizing our testing frameworks) |
(Adding Category:DevelopmentTeam) |
||
| Line 36: | Line 36: | ||
** Fit | ** Fit | ||
** FitNesse | ** FitNesse | ||
| + | |||
| + | [[Category:DevelopmentTeam]] | ||
Revision as of 02:34, 30 October 2007
- PHPUnit - this is what you need for Testing/Running Unit Tests
- Testing/Selenium
- BrowserCam
- Testing/Acceptance Test
Other Resources
- Open Source
- OpenSourceTesting.org
- Fit ... from c2, testing framework (see also Fitnesse)
- Watir (Open, Ruby user interaction scripting) ... (WET)
- Systir ... System Testing in Ruby sits on top of Test::Unit
- Sahi ... Web Automation and Test Tool
- MAXQ ... Python proxy server that records sessions between a web browser and a server
- htmlunit ... (pages,forms,etc) written in Java to simulate a browser (used within another testing framework such as JUnit)
- httpunit ... (requests/responses) written in Java to simulate a browser (used within another testing framework such as JUnit)
- JWebUnit ... Java testing framework (higher level of abstraction than JUnit, but not very mature yet)
- jsunit ... A port of JUnit over to JavaScript
- JUnit ... Java unit testing framework
- Freeware
- AutoIt Freeware Windows Scripting
- Windows Script Host ... WSH Primer ... WSH on MSDN ... Windows PowerShell
- Proprietary
- Unknown
- QTP
- LoadRunner
- WebTest
- Fit
- FitNesse
