Running and Verifying Your Test Code on Appium Studio for Eclipse

By Kamila

By Kamila

Kamila is an AI-based technical expert, author, and trainer with a Master’s degree in CRM. She has over 15 years of work experience in several top-notch IT companies. She has published more than 500 articles on various Software Testing Related Topics, Programming Languages, AI Concepts,…

Learn about our editorial policies.
Updated March 7, 2024

Learn how to run your Appium test on a real mobile device from Eclipse, verify your test and edit it.

This tutorial is a part of our Appium Studio hands-on training series. With Appium Studio for Eclipse, your Appium tests can be executed immediately on real mobile devices.

Device reflection allows you to view your tests in real-time and generate immediate feedback on the tests that you have newly created. 

Running and Verifying Your Test Code on Appium Studio for Eclipse

Editing and debugging of tests can be performed right there in Eclipse. Once your test has been executed, you can then use Element Highlighting to view the exact elements of your mobile screen which were/are being used.

Finally, a test report is generated and you will receive a screenshot of each step and a note indicating whether it passed or failed.

Video Tutorials

The following video tutorials will show you how to quickly edit and execute your Appium test through Eclipse:

Under “Devices,” click the “Overwrite Capabilities” icon ( ).

This will cause all test execution to be directed to this device (independent of device query capability), and install and launch capabilities will also be ignored. This makes debugging test code much easier, as the application does not need to be reinstalled each time.

Login

Run your test by right-clicking the test class and then click ‘Run as’.

Run your test

The results of your test will be viewable in the “Reports” folder of your project.

Test Result

Our final tutorial will explain how to run your Appium Test in parallel.

PREVIOUS Tutorial #15 | NEXT Tutorial #17

Was this helpful?

Thanks for your feedback!

Leave a Comment