https://github.com/noushinb/logintest
Creating a Mobile App Login Page Test with Cucumber and Appium
https://github.com/noushinb/logintest
appium bdd-tests cucumber java junit
Last synced: 11 months ago
JSON representation
Creating a Mobile App Login Page Test with Cucumber and Appium
- Host: GitHub
- URL: https://github.com/noushinb/logintest
- Owner: NoushinB
- Created: 2023-10-18T21:50:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T13:14:31.000Z (over 1 year ago)
- Last Synced: 2025-04-04T04:14:23.557Z (about 1 year ago)
- Topics: appium, bdd-tests, cucumber, java, junit
- Language: Java
- Homepage: https://medium.com/@nou.babakhani/creating-a-mobile-app-login-page-test-with-cucumber-and-appium-acc49dab754d
- Size: 8.27 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mobile app testing is essential to ensure that your app works as expected, especially when it comes to crucial functions like user authentication. To streamline this process, we can leverage the power of Behavior-Driven Development (BDD) and Appium, a popular open-source tool for mobile automation. In this Project, we’ll creating a mobile app login page test using Cucumber and Appium.