Verify Robot Framework Setup and Execution
Verify Robot Framework Setup and Execution
- Test case designer: name
- Date of creation : 15.07.2025
Test case description
Verify that Robot Framework is installed, configured, and can execute a sample acceptance test on the service.
Pre-state:
- Robot Framework is installed in the test environment.
- Access to the PrestaShop as a Service test environment.
Test Steps
- Open the terminal or CI environment.
- Run a sample Robot Framework test file.
- Observe the test execution and output.
Expected result
- Robot Framework executes the test file without errors.
- Test results are generated (e.g., log.html, report.html).
Edited by AH0984