Author: pekka.klarck
Date: Sat Feb 21 01:06:02 2009
New Revision: 1327
Modified:
wiki/SupportingTools.wiki
Log:
Added Featured label (can now show more than 5 on the front page) and
reorganized.
Modified: wiki/SupportingTools.wiki
==============================================================================
--- wiki/SupportingTools.wiki (original)
+++ wiki/SupportingTools.wiki Sat Feb 21 01:06:02 2009
@@ -1,6 +1,9 @@
#summary List of both internal and external supporting tools.
+#labels Featured
-= Supporting tools =
+<wiki:toc max_depth="2" />
+
+= Introduction =h
There are several tools that can be used with Robot Framework including
tools for
editing test data and processing outputs. Some tools are distributed with
Robot
@@ -11,30 +14,55 @@
and the download locations are listed under the respective tool pages.
-== Tools distributed with Robot Framework ==
+= Tools distributed with Robot Framework =
+
+== Library documentation tool (libdoc.py) ==
+
+[LibraryDocumentationTool libdoc.py] is tool for generating HTML or XML
documentation from keywords of a test library or a resource file.
+
+== Test data documentation tool (testdoc.py) ==
+
+[TestDataDocumentationTool testdoc.py] is tool for generating high level
test documentation from given test data. The generated documentation
includes names, documentations and other metadata of test suites and test
cases, as well as names and arguments of top-level keywords. Requires Robot
Framework 2.0.3 or newer.
+
+== Historical Reporting Tool (risto.py) ==
+
+[HistoricalReportingTool risto.py] is a tool for generating graphs about
historical statistics of test executions.
- * [LibraryDocumentationTool libdoc.py] is tool for generating HTML or
XML documentation from keywords of a test library or a resource file.
+== Test Data Tidying Tool (robotidy.py) ==
- * [TestDataDocumentationTool testdoc.py] is tool for generating high
level test documentation from given test data. The generated documentation
includes names, documentations and other metadata of test suites and test
cases, as well as names and arguments of top-level keywords. Requires Robot
Framework 2.0.3 or newer.
+[TestDataTidyingTool robotidy.py] is a tool for cleaning Robot Framework
test data, changing test data format between HTML and TSV and fixing inline
comments to format supported by Robot IDE.
- * [HistoricalReportingTool risto.py] is a tool for generating graphs
about historical statistics of test executions.
+== TestResultDiffingTool (robotdiff.py) ==
- * [TestDataTidyingTool robotidy.py] is a tool for cleaning Robot
Framework test data, changing test data format between HTML and TSV and
fixing inline comments to format supported by Robot IDE.
+[TestResultDiffingTool robotdiff.py] is a tool for generating diff reports
from Robot Framework output files.
- * [TestResultDiffingTool robotdiff.py] is a tool for generating diff
reports from Robot Framework output files.
+== ExecutionTimeReportingTool (times2csv.py) ==
- * [ExecutionTimeReportingTool times2csv.py] is a tool for generating
start, end and elapsed time information about suites, tests and keywords in
CSV format.
+[ExecutionTimeReportingTool times2csv.py] is a tool for generating start,
end and elapsed time information about suites, tests and keywords in CSV
format.
- * [FileViewingTool fileviewer.py] is a graphical tool implementing UNIX
tail -like functionality. It is especially designed to view debug files
+== FileViewingTool (fileviewer.py) ==
- * OneClickInstaller is an [http://www.autoitscript.com/autoit3/ AutoIT]
script that installs Robot Framework and its dependencies.
+[FileViewingTool fileviewer.py] is a graphical tool implementing UNIX tail
-like functionality. It is especially designed to view debug files
+
+== OneClickInstaller ==
+
+OneClickInstaller is an [http://www.autoitscript.com/autoit3/ AutoIT]
script that installs Robot Framework and its dependencies.
- * [TestStatusCheckerTool statuschecker.py] is a tool for verifying that
test case statuses and messages and also keyword log messages are as
expected.
+== TestStatusCheckerTool (statuschecker.py) ==
+
+[TestStatusCheckerTool statuschecker.py] is a tool for verifying that test
case statuses and messages and also keyword log messages are as expected.
+
+
+= External tools =
+
+== Robot IDE (RIDE) ==
+
+[http://code.google.com/p/robotframework-ride RobotIDE] is a tool for
editing test data.
-== External tools ==
+== Manual test reporting tool (Mabot) ==
- * [http://code.google.com/p/robotframework-ride RobotIDE] is a tool for
editing test data.
+[http://code.google.com/p/robotframework-mabot/ Mabot] is a tool for
manual test result reporting.
- * [http://code.google.com/p/robotframework-javatools/ Java Tools] is a
collection of utilities which help creating test libraries using Java.
+== Java Tools ==
- * [http://code.google.com/p/robotframework-mabot/ Mabot] is a tool for
manual test result reporting.
\ No newline at end of file
+[http://code.google.com/p/robotframework-javatools/ Java Tools] is a
collection of utilities which help creating test libraries using Java.
\ No newline at end of file