https://github.com/inammar/appium-api-demos
Test example of testing API Demos with Appium
https://github.com/inammar/appium-api-demos
api-demo appium appium-android appium-java appium-tests intellij java selenium-webdriver testng-framework
Last synced: 5 months ago
JSON representation
Test example of testing API Demos with Appium
- Host: GitHub
- URL: https://github.com/inammar/appium-api-demos
- Owner: inammar
- Created: 2024-12-13T16:07:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:48:38.000Z (about 1 year ago)
- Last Synced: 2025-04-01T23:30:07.093Z (12 months ago)
- Topics: api-demo, appium, appium-android, appium-java, appium-tests, intellij, java, selenium-webdriver, testng-framework
- Language: Java
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Test Plan

1. Project goal - to test App and Views functionality of API Demos.
2. Scope - functional testing.
3. Test Environment:
• Selenium WebDriver and Appium for app UI automation.
• TestNG for test execution and report generation.
• Java as the programming language.
• Appium Inspector for locating the elements.
• API-Demos for functional tests (can be installed from here https://github.com/appium/appium/blob/master/packages/appium/sample-code/apps/ApiDemos-debug.apk).
5. Test Scenarios
4.1. Functional Tests:
• App function: tap on App.
• Views function: tap on Views, tap on Buttons and change OFF to ON.
6. Test reports
Reports of the results are provided in a separate file.