This is a Java-based project for testing mobile applications using Appium, Selenium, Cucumber and TestNG.
The Api Demos Project is designed for testing mobile applications, written in Java. It utilizes popular testing tools such as Appium, Selenium, Cucumber, and TestNG to automate and verify the functionality of mobile apps.
- Java
- Appium
- Selenium
- Cucumber
- TestNG
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/githsem/Api_Demos_Project.git
-
Install the necessary dependencies.
-
Open the project in your preferred Java IDE.
Execute the tests using the following command:
mvn clean test
This will run the test suite using TestNG and generate test reports.
After running the tests, you can find the test reports in the target/reports directory.
Contributions are welcome! If you find any issues or have suggestions for improvement, please create an issue or submit a pull request.