An open API service indexing awesome lists of open source software.

https://github.com/marius-test/robot_framework_automation

Robot Framework Automation
https://github.com/marius-test/robot_framework_automation

automation automation-framework automation-testing python robotframework

Last synced: 7 months ago
JSON representation

Robot Framework Automation

Awesome Lists containing this project

README

          

# robot_framework_automation

Automation demonstration using **Robot Framework**.

### Project Structure

- `data`: external test data files for use in automation
- `debug`: contains debugging scripts (e.g., `debug.py`)
- `docs`: commands and instructions files
- `mock_data`: mock data files (e.g., `dolorem_ipsum.txt`)
- `output`: generated HTML reports and logs from test runs
- `resources`: contains reusable resource files like `resources.robot`
- `tests`: contains test cases and templates (e.g., `test_template.robot`)

### Purpose

This project aims to demonstrate the capabilities of Robot Framework by building a solid and reusable test automation framework. It provides a foundation for creating reliable automated tests that can be extended and adapted to various testing needs. By incorporating best practices and reusable components, it helps improve test coverage and streamline the testing process.

### Tools and Libraries

- Robot Framework
- SeleniumLibrary
- Python