Enroll in Selenium Training

Download the free Appium Studio Community Edition

Step 1: Install the application. You can do this by simply clicking Yes when asked whether to install the application.

Preparing Application for Appium 4

Alternatively, choose the application identifier on the application manager list and click the 'Install' icon.

Preparing Applications For Appium Testing

Step 2: When you have completed installation, you will be asked to launch it

Preparing Application for Appium 4

Alternatively, choose the application identifier on the application manager list and click the 'Launch' icon.

Preparing Application for Appium 4

For most of the use cases, there is no need to 'prepare' the application under test. You can use your application as is, and even test applications that are downloaded from the App Store. In other cases (that are listed below) instrumentation is required. Instrumentation refers to a process where the testing code is running in the application process.

Anyway, the instrumentation process doesn't require the code of the application but just the compiled artifact (IPA / APK files).

The cases that instrumentation is required:

  1. An application that contains WebView (Hybrid application).
  2. Applications with non-standard UI elements.
  3. Gives you more option to identify elements.
  4. It enables you to execute your tests faster.
  5. Use some advance coverage feature like camera image injection, telematics, integration with Siri...
Connecting Emulators or Simulators to Appium Studio
Connecting Emulators or Simulators to Appium Studio
Previous Article
Create an Appium test for Android App
Create an Appium test for Android App
Next Article
Lakshay Sharma
I’M LAKSHAY SHARMA AND I’M A FULL-STACK TEST AUTOMATION ENGINEER. Have passed 16 years playing with automation in mammoth projects like O2 (UK), Sprint (US), TD Bank (CA), Canadian Tire (CA), NHS (UK) & ASOS(UK). Currently, I am working with RABO Bank as a Chapter Lead QA. I am passionate about designing Automation Frameworks that follow OOPS concepts and Design patterns.
Reviewers
Virender Singh's Photo
Virender Singh

Similar Articles

Feedback