Software:Litmus (Mozilla)
From HandWiki
Short description: Testcase management and QA software
Developer(s) | Chris Cooper |
---|---|
Stable release | 0.9
|
Operating system | Cross-platform |
Type | Test case management/QA |
License | MPL |
Website | wiki.mozilla.org/Litmus |
Litmus is a web-based, open source, test case management/QA tool, previously maintained by the Mozilla Corporation/Mozilla Foundation.
Mozilla used the tool to test its own products.[1] As of 2012, it has been replaced with MozTrap.[1]
Requirements
Litmus depends on Apache web server and MySQL database software. It also requires the following Perl modules:[2]
- Class::DBI
- Class::DBI::mysql
- Template
- Time::Piece
- Time::Piece::mysql
- Time::Seconds
- Date::Manip
- HTML::StripScripts
- HTML::StripScripts::Parser
- Text::Markdown
- XML::XPath
The use of the Apache module mod perl is highly recommended as it highly improves the performance of the software, but not required.
References
- ↑ 1.0 1.1 Chris Cooper (2015-04-27). "Litmus - MozillaWiki". https://wiki.mozilla.org/Litmus. Retrieved 2016-06-13. "Litmus is no longer being maintained. It was replaced by MozTrap"
- ↑ Chris Cooper (2012-10-04). "Litmus Installation Instructions". https://hg.mozilla.org/webtools/litmus/file/tip/INSTALL. Retrieved 2016-06-13.
External links