This Selenide project serves as a demonstration of Selenide's capabilities through sample scripts.
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.
To get started with this project, follow these steps:
- Clone the repository to your local machine.
- Ensure you have Java and Maven installed.
- Open the project in your preferred IDE.
- Explore the existing sample scripts in the
src/test/java
directory. - Run the sample scripts to see Selenide in action.
- Experiment with creating your own tests or adding new features.
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!