|
SupportingTools
List of both internal and external supporting tools.
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 Framework itself, but some others are available as separate projects. The tools that are distributed with Robot Framework are included in the source distribution under tools directory. Additionally they can be downloaded separately, and the download locations are listed under the respective tool pages. Tools distributed with Robot FrameworkLibrary Documentation Generator (libdoc.py)libdoc.py is tool for generating HTML or XML documentation from keywords of a test library or a resource file. Test Documentation Generator (testdoc.py)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 Reporter (risto.py)risto.py is a tool for generating graphs about historical statistics of test executions. Test Data Tidyer (robotidy.py)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. Test Result Diff (robotdiff.py)robotdiff.py is a tool for generating diff reports from Robot Framework output files. Execution Time Reporter (times2csv.py)times2csv.py is a tool for generating start, end and elapsed time information about suites, tests and keywords in CSV format. File Viewer (fileviewer.py)fileviewer.py is a graphical tool implementing UNIX tail-like functionality. It is especially designed to view debug files One Click InstallerOneClickInstaller is an AutoIT script that installs Robot Framework and its dependencies. Test Status Checker (statuschecker.py)statuschecker.py is a tool for verifying that test case statuses and messages and also keyword log messages are as expected. External toolsRobot IDE (RIDE)RobotIDE is a tool for editing test data. Manual Test Reporter (Mabot)Mabot is a tool for manual test result reporting. Java ToolsJava Tools is a collection of utilities which help creating test libraries using Java. |
Sign in to add a comment