Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StefRuseva88/cross-browser-testing
CrossBrowser Tests with Selenium, Selenium Grid, Selenoid
https://github.com/StefRuseva88/cross-browser-testing
selenium selenium-grid selenoid-containers
Last synced: 27 days ago
JSON representation
CrossBrowser Tests with Selenium, Selenium Grid, Selenoid
- Host: GitHub
- URL: https://github.com/StefRuseva88/cross-browser-testing
- Owner: StefRuseva88
- License: mit
- Created: 2024-09-16T12:45:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T17:20:10.000Z (3 months ago)
- Last Synced: 2024-12-19T18:27:02.675Z (about 2 months ago)
- Topics: selenium, selenium-grid, selenoid-containers
- Language: HTML
- Homepage:
- Size: 2.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrossBrowser Testing with Selenium, Selenium Grid, Selenoid
[![C#](https://img.shields.io/badge/Made%20with-C%23-239120.svg)](https://learn.microsoft.com/en-us/dotnet/csharp/)
[![.NET](https://img.shields.io/badge/.NET-5C2D91.svg)](https://dotnet.microsoft.com/)
[![Google Chrome](https://img.shields.io/badge/tested%20on-Google%20Chrome-4285F4.svg)](https://www.google.com/chrome/)
[![Mozilla Firefox](https://img.shields.io/badge/tested%20on-Mozilla%20Firefox-FF7139.svg)](https://www.mozilla.org/firefox/)
[![Microsoft Edge](https://img.shields.io/badge/tested%20on-Microsoft%20Edge-0078D7.svg)](https://www.microsoft.com/edge)
[![Selenoid](https://img.shields.io/badge/tested%20with-Selenoid-4B8BBE.svg)](https://aerokube.com/selenoid/)
[![Selenium Grid](https://img.shields.io/badge/tested%20with-Selenium%20Grid-43B02A.svg)](https://www.selenium.dev/documentation/grid/)
[![NUnit](https://img.shields.io/badge/tested%20with-NUnit-22B2B0.svg)](https://nunit.org/)
[![Selenium](https://img.shields.io/badge/tested%20with-Selenium-43B02A.svg)](https://www.selenium.dev/)
[![Docker](https://img.shields.io/badge/Powered%20by-Docker-2496ED.svg)](https://www.docker.com/)### This is a test project for Front-End Test Automation July 2024 Course @ SoftUni
---
## OverviewThis project demonstrates **cross-browser testing** using **Selenium**, **Selenium Grid**, and **Selenoid** to execute automated tests across multiple browsers and platforms. It is designed to showcase techniques for running distributed tests in parallel, ensuring web applications behave consistently across different environments.
## Tools and Technologies Used
- **Selenium**: For automating web browser interactions and performing functional tests.
- **Selenium Grid**: To distribute and run tests across multiple machines and browsers simultaneously.
- **Selenoid**: For managing browsers in containers and executing tests in a scalable, distributed environment.
- **Docker**: To run and manage Selenoid containers.
- **NUnit**: For structuring and running the test cases.## Key Features
- **Cross-browser testing** with Chrome, Firefox, and other supported browsers.
- **Parallel execution** of test cases using Selenium Grid and Selenoid for faster test cycles.
- **Containerized testing** environments via Selenoid, allowing for scalable, isolated test sessions.
- **Remote test execution** on multiple nodes to cover various platforms and browsers.
- **Real-time video recording** of test executions for better debugging and reporting.## Test Scenarios
- **Browser Automation:** Tests basic browser interactions such as navigating to a page, clicking buttons, filling forms, and verifying page elements.
- **Cross-browser Compatibility:** Verifies that the web application behaves the same way on different browsers (e.g., Chrome, Firefox, Opera).
- **Parallel Test Execution:** Uses Selenium Grid to run multiple tests in parallel across different browser versions and environments.- **Headless Browser Testing:** Executes tests in headless mode using Selenoid, allowing for faster test execution without opening a GUI browser.
## Set Up Selenium Grid
Follow the [Selenium Grid documentation](https://www.selenium.dev/documentation/grid/) to set up a grid for distributed testing.## Set Up Selenoid
Follow the [Selenoid installation guide](https://aerokube.com/selenoid/latest/) to install and configure Selenoid with Docker.## License
This project is licensed under the [MIT License](LICENSE). See the [LICENSE](LICENSE) file for details.## Contact
For any questions or suggestions, please open an issue in the repository.---
### Happy Testing! 🚀