Appium + Python + Jenkins

On this video we show the automation of a test in a Native application of Android. Tools used: - Appium - Python - Android Emulator - Jenkins Scenario: Open the Calculator application, then sum 2 numbers and check the result. Steps: - Start Appium server - Start Android Emulator - Run the test - Check the test results This test has been integrated in Jenkins to show the continuous integration possibility
Back to Top