Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.25 KB

Selenide Sample Project

This Selenide project serves as a demonstration of Selenide's capabilities through sample scripts.

About

Selenide is a powerful automation testing framework built on top of Selenium WebDriver. It provides a concise and expressive API that simplifies writing automated UI tests. This project aims to showcase various features and functionalities of Selenide through practical examples.

Selenide Appium is an adapter for the Appium framework. It encompasses a wide range of features, from driver initialization to concise locator strategies. It supports various actions such as tap, double tap, drag and drop, and scroll, and includes a robust assertion strategy.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Ensure you have Java and Maven installed.
  3. Open the project in your preferred IDE.
  4. Explore the existing sample scripts in the src/test/java directory.
  5. Run the sample scripts to see Selenide in action.
  6. Experiment with creating your own tests or adding new features.

Contact

For any questions, suggestions, or feedback regarding this project, feel free to drop me a message over linkedin (www.linkedin.com/in/santhoshshetty58)

Happy testing!