Software:Litmus (Mozilla)

From HandWiki
Short description: Testcase management and QA software
Litmus
Developer(s)Chris Cooper
Stable release
0.9
Operating systemCross-platform
TypeTest case management/QA
LicenseMPL
Websitewiki.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. 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" 
  2. Chris Cooper (2012-10-04). "Litmus Installation Instructions". https://hg.mozilla.org/webtools/litmus/file/tip/INSTALL. Retrieved 2016-06-13. 

External links