Installation
Prerequisites
Before installing TestBench2RobotFramework, ensure you have:
- Python 3.10 or higher installed on your system
- Robot Framework 6.1 or higher (installed automatically as a dependency)
- pip package manager (usually comes with Python)
Install via pip
You can install TestBench2RobotFramework via pip using the following command:
pip install testbench2robotframework
Verify Installation
After installation, verify that the tool is correctly installed by checking the version:
testbench2robotframework --version
This command will display the TestBench2RobotFramework, Robot Framework, and Python versions, plus the supported TestBench server versions.
note
pip also installs the shorter alias tb2robot for the same command.