Difference between revisions of "Testing"
m (Tweaking the link) |
Al Sargent (talk | contribs) (→Other Resources) |
||
| Line 20: | Line 20: | ||
** [http://jwebunit.sourceforge.net/ JWebUnit] ... Java testing framework (higher level of abstraction than JUnit, but not very mature yet) | ** [http://jwebunit.sourceforge.net/ JWebUnit] ... Java testing framework (higher level of abstraction than JUnit, but not very mature yet) | ||
** [http://www.jsunit.net/ jsunit] ... A port of JUnit over to JavaScript | ** [http://www.jsunit.net/ jsunit] ... A port of JUnit over to JavaScript | ||
| − | ** [http://www.junit.org/index.htm JUnit] ... Java unit testing framework | + | ** [http://www.junit.org/index.htm JUnit] ... Java unit testing framework |
* Freeware | * Freeware | ||
| Line 29: | Line 29: | ||
** [http://www.mercury.com/us/products/quality-center/functional-testing/winrunner/ WinRunner] (Proprietary, script user interaction on Windows) | ** [http://www.mercury.com/us/products/quality-center/functional-testing/winrunner/ WinRunner] (Proprietary, script user interaction on Windows) | ||
** [http://www.mercury.com/us/products/application-delivery/xrunner/ XRunner] (Proprietary, script user interaction on the X Window System) | ** [http://www.mercury.com/us/products/application-delivery/xrunner/ XRunner] (Proprietary, script user interaction on the X Window System) | ||
| + | ** [http://saucelabs.com/ Sauce Labs] (Provides cloud-hosted "Selenium as a Service" on Amazon EC2) | ||
* Unknown | * Unknown | ||
| Line 36: | Line 37: | ||
** Fit | ** Fit | ||
** FitNesse | ** FitNesse | ||
| − | + | [[Category:bar]] | |
[[Category:DevelopmentTeam]] | [[Category:DevelopmentTeam]] | ||
Latest revision as of 17:27, 27 December 2008
- PHPUnit - this is what you need for running the mediawiki 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
- WinRunner (Proprietary, script user interaction on Windows)
- XRunner (Proprietary, script user interaction on the X Window System)
- Sauce Labs (Provides cloud-hosted "Selenium as a Service" on Amazon EC2)
- Unknown
- QTP
- LoadRunner
- WebTest
- Fit
- FitNesse
