Setup and run Appium Java for both Android and iOS

preview_player
Показать описание
This video will explain
How to setup android simulators
App package and activity of an app
Run appium tests in android simulators

How to setup ios simulators
Identify bundleid of an ios app
Run appium tests on ios simulators

Refer blog for code and other download links -
Рекомендации по теме
Комментарии
Автор

Watching video first time on this channel. It is good. Upload more videos related to Appium. There are very less videos on Appium with the latest changes.Went to your blog also. Some topics are really interesting.Thanks.

deep
Автор

I have the below error while run the project



Details:
Macbook air
Java = 11.0.1

POM :


<groupId>com.mobile</groupId>


<packaging>jar</packaging>

<name>MobileTest</name>

<properties>

<url>testng.xml</url>


</properties>

<dependencies>
<dependency>


<version>3.11.0</version>
</dependency>

<dependency>
<groupId>org.testng</groupId>

<version>6.13.1</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>io.appium</groupId>

<version>5.0.4</version>
</dependency>

</dependencies>
<build>
<plugins>
<plugin>


<version>2.21.1</version>
<configuration>
<suiteXmlFiles>

</suiteXmlFiles>
</configuration>
</plugin>
</plugins>
</build>
</project>

gdkncbe
Автор

Hi I have one doubt, How to take full screenshot in appium

samkitjain
Автор

Where can I get the pom.xml code that you already setup at 2.43 of the video ( I am a newbie please help me :( )

khongphakchaiphong
visit shbcf.ru