Verify Custom Test Case Creation, Execution, and Reporting
Verify Custom Test Case Creation, Execution, and Reporting
- Test case designer: name
- Date of creation : 15.07.2025
Test case description
Verify that testers can write and execute custom acceptance test cases using Robot Framework syntax, and that test results are logged and reported automatically after each execution.
Pre-state:
- Robot Framework is installed and configured.
- Access to the test environment and documentation.
Test Steps
- Write a new Robot Framework test case (e.g., check homepage loads).
- Save the test case as a .robot file.
- Execute the test file using the command line (e.g., robot my_test.robot).
- After execution, check for generated log and report files (e.g., log.html, report.html).
- Open the log.html and verify that the test result and details are correctly logged.
Expected result
- The custom test case runs successfully.
- Results are reported in the test output (log.html, report.html).
- Testers can review the results and logs for each test execution.
Edited by AH0984