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,…
How to create a new project in Appium Studio for Eclipse:
Simplify your Appium testing with a quick configuration of your Java project.
This tutorialis a part of our Appium Studio hands-on tutorial series and it will brief you more on the steps involved in creating a new project along with the concerned snapshot for your easy understanding.
All required .jar files will be accessible through a classpath container that is created.
A BaseTest class that provides basic framework services will be created.
Both an AndroidDemoTest and IOSDemoTest will be created and added.
Information about the cloud that was used will be populated into cloud.properties files.
Simple integration with CI environments such as Jenkins can be made using an added build.gradle file.
To apply your configuration:
Create a new Java project (or use an existing one).
Select “Configuration” then ”SeeTest TestNG Nature” or “SeeTestJUnit Nature” in the right-click drop-down menu of your Java project.
After configuration, your project should look as shown below:
Right click on ‘testng.xml’ to verify your environment configuration (through TestNG) and execute it. This will runAndroidDemoTest and IOSDemoTest in parallel.
NOTE:
The cloud.properties files contain the necessary information for server connection during runtime.
This is a standard Java properties file:
#Mon Sep 04 12:59:25 IDT 2017
url=https\\://cloud.seetest.io:443
accessKey=eyc..dfQ.eyJ..In0.q2k9..O6zs
project=Project I
username=user1
The above cloud.properties file executes here under the username “user1”.
Authentication is performed through access key and Current access keys are retrieved automatically, but if credentials are changed or if you need a new one created, then the file must be updated to execute the tests further.
More information on access keys can be found here.
Our upcoming tutorial will guide you more on Installing applications in Appium Studio for Eclipse.
An in-depth look at Appium Studio for Eclipse: This tutorial is a part of our Appium Studio tutorial series. Perform end-to-end Appium/Selenium test automation directly from within the Eclipse and Easily develop, automate, analyze and debug your tests on physical devices and browsers. Here is a Video tutorial: Overview of…
Scale up your Appium testing by running your tests in parallel on an unlimited number of mobile devices with advanced test result analysis. After creating your tests and running & debugging them, you can move on to executing them in parallel across multiple devices. This will dramatically improve your test…
Create Appium tests quickly and easily directly from Eclipse using advanced test development tools: Appium Studio for Eclipse allows you to perform end-to-end test automation directly through your IDE. You can develop, analyze, debug, and automate your testing of native, web, or hybrid applications with this software. This tutorial is…
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…
Install within minutes and kick off your Appium testing using real devices directly from eclipse: Appium Studio for Eclipse can be installed in minutes, and Appium testing can begin immediately. It can be considered as a lightweight plugin for your existing Eclipse infrastructure. Easily connect to local devices straight from…
Steps involved in creating an Appium test for an iOS App: The following tutorial is a part of our Appium Studio review series and it will show you how to create a simple test for your iOS application and how to export it to your IDE. VIDEOS: Here are few Video…
This Tutorial Explains How to Create a New Java Project and Run it as a Java Application in the Eclipse IDE: In the previous tutorial of this Java Eclipse tutorial series, we have learned to Install Eclipse by downloading the Eclipse IDE (Photon) and setting up a workspace for it.…
A Complete overview of Installation and Setup of Appium Studio: This Appium Studio tutorial is a part of our Appium Studio hands-on training series and it covers installation and connection of real devices, simulators, and emulators. Installation is covered for Windows, iOS, as well as Android. Let's Explore!! Video Tutorial…