{"id":25015179,"url":"https://github.com/danielkinnito/svvt","last_synced_at":"2026-04-26T08:38:16.304Z","repository":{"id":245553235,"uuid":"818593226","full_name":"DanielKinnito/SVVT","owner":"DanielKinnito","description":"An automated test repo for the website shegerfm.com with Robot Framework","archived":false,"fork":false,"pushed_at":"2024-07-04T12:33:57.000Z","size":33673,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T08:18:02.699Z","etag":null,"topics":["automated-testing","robotframework","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DanielKinnito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-22T09:19:28.000Z","updated_at":"2024-07-17T10:23:02.000Z","dependencies_parsed_at":"2024-06-22T19:21:13.005Z","dependency_job_id":null,"html_url":"https://github.com/DanielKinnito/SVVT","commit_stats":null,"previous_names":["danielkinnito/svvt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielKinnito%2FSVVT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielKinnito%2FSVVT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielKinnito%2FSVVT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielKinnito%2FSVVT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielKinnito","download_url":"https://codeload.github.com/DanielKinnito/SVVT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281310,"owners_count":20752213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automated-testing","robotframework","testing"],"created_at":"2025-02-05T08:18:07.516Z","updated_at":"2026-04-26T08:38:11.269Z","avatar_url":"https://github.com/DanielKinnito.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sheger FM Website Testing with Robot Framework\n\nThis repository contains automated tests using Robot Framework to verify and validate the Sheger FM website.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Installation](#installation)\n- [Setup](#setup)\n- [Running Tests](#running-tests)\n- [Viewing Test Results](#viewing-test-results)\n- [Test Cases](#test-cases)\n- [Contributing](#contributing)\n- [Disclaimer](#disclaimer)\n\n## Overview\n\nThis project aims to automate the verification, validation, and testing of the Sheger FM website using Robot Framework, a generic open-source automation framework for acceptance testing.\n\n## Installation\n\nTo run the tests in this repository, you need to have the following installed:\n\n- Python (version 3.x recommended)\n- pip (Python package installer)\n- Robot Framework\n- SeleniumLibrary (Robot Framework's Selenium-based library)\n- ChromeDriver (WebDriver for Chrome, for Selenium)\n\n### Steps to Install:\n\n1. **Python Installation**:\n   - Download and install Python from [python.org](https://www.python.org/downloads/).\n   \n2. **PIP Installation**:\n   - PIP usually comes installed with Python. You can verify by running `pip --version` in your terminal/command prompt.\n   \n3. **Robot Framework Installation**:\n   - After installing Python, install Robot Framework using pip:\n     ```sh\n     pip install robotframework\n     ```\n\n4. **SeleniumLibrary Installation**:\n   - Install SeleniumLibrary using pip:\n     ```sh\n     pip install robotframework-seleniumlibrary\n     ```\n\n5. **ChromeDriver Installation**:\n   - Download ChromeDriver from [ChromeDriver Downloads](https://sites.google.com/a/chromium.org/chromedriver/downloads).\n   - Extract the downloaded file and place the `chromedriver` executable in a directory that is in your system's PATH.\n\n## Setup\n\nBefore running the tests, configure the necessary details:\n\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/DanielKinnito/SVVT\n   cd SVVT\n   ```\n2. **Configuration**:\nUpdate the tests/test_shegerfm.robot file with appropriate test cases and configurations relevant to Sheger FM.\n\n## Running Tests\nTo execute the tests:\n\n1. **Navigate to the project directory**:\n\n```sh\ncd SVVT\n```\n2. **Run the Robot Framework tests**:\n\n```sh\nrobot -d results tests/test_shegerfm.robot\n```\nThis command runs all the tests defined in test_shegerfm.robot.\n\n## Viewing Test Results\nAfter running the tests, Robot Framework generates output.xml, log.html, and report.html files in your project directory. Open report.html in your browser to view the detailed test execution report.\n\n```sh\nstart results\\report.html\n```\n## Test Cases\nHere are some of the key test cases implemented for the Sheger FM website:\n\n1. **Live Radio Streaming**:\n\nVerify that live radio streaming is accessible from the homepage.\nVerify that the play, pause, and stop controls for live streaming work correctly.\n\n2. **On-Demand Audio Playback**:\n\nVerify that users can access on-demand audio playback from the on-demand section.\nVerify that the play, pause, fast-forward, and rewind controls work for on-demand audio.\n\n3. **Program Schedules**:\n\nVerify that the daily and weekly program schedules are displayed correctly.\nVerify that detailed information about each program is accessible.\n\n4. **Artist Profiles**:\n\nVerify that artist profiles are accessible and display the correct information.\n\n5. **Listener Interaction**:\n\nVerify that the song request form is functional.\nVerify that the feedback form is functional and submissions are processed correctly.\nFor detailed test cases and implementation, refer to the test_shegerfm.robot file in tests.\n\n## Contributing\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create your feature branch.\n ```sh\n   git checkout -b feature/new-feature\n   ```\n3. Commit your changes.\n```sh\ngit commit -am 'Add new feature'\n```\n4. Push to the branch.\n```sh\ngit push origin feature/new-feature\n```\n5. Create a new Pull Request.\n\n## Disclaimer\nScreenshots and codes in this repo may not be correct. You will have to correct the xpath in the codes to get the results you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkinnito%2Fsvvt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielkinnito%2Fsvvt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkinnito%2Fsvvt/lists"}