Тёмный

3 | Appium Step by Step | Complete Setup for Android Mobile Testing using Android Studio 

Automation Step by Step
Подписаться 520 тыс.
Просмотров 3,3 тыс.
50% 1

00:00 Intro
00:29 What we covered in the last session
02:39 Download and setup Android Studio on windows and mac os developer.android.com/studio
10:23 Download and setup SDK Tools using Android Studio SDK Manager
SDK Platforms: Select the desired Android API levels you want to target for your tests. You can choose multiple versions
SDK Tools: Choose the platform-tools, build-tools, emulators etc compatible with your targeted API level(s)
20:15 Set the folder having platform-tools, build-tools as ANDROID_HOME and update Path env variable
25:13 Run command appium-doctor --android to check all requirements for Android Testing are completed
27:43 Next steps
Document - docs.google.com/document/d/e/...
All Parts - • Appium 2 Beginner Tuto...
All Free Tutorials 🟢 AutomationStepByStep.com/
▬▬▬▬▬▬▬
Share with all who may need this
If my work has helped you, consider helping any animal near you, in any way you can
Never Stop Learning
Raghav Pal
---

Опубликовано:

 

2 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@techforyou6969
@techforyou6969 2 месяца назад
Continue, my friend. We are impatiently waiting for the rest.....Great work
@RaghavPal
@RaghavPal 2 месяца назад
Very soon. Thanks for watching
@nitinjawale1624
@nitinjawale1624 2 месяца назад
Thankyou so much sir , great work
@RaghavPal
@RaghavPal 2 месяца назад
Most welcome Nitin
@DivyaShree-pb8mt
@DivyaShree-pb8mt 2 месяца назад
while setting up the Env path you mention android_home\bin.my question is you dont have bin folder inside that path? am i missing something?
@RaghavPal
@RaghavPal 2 месяца назад
Divya actually yes, although it will work for basic android testing, but when you want to access sdkmanager or avdmanager (located in bin folder) from command prompt, it may not work... So best will be to keep the existing Path variables and also add. - %ANDROID_HOME%\cmdline-tools\latest\bin
@HelenMunny
@HelenMunny 2 месяца назад
Waiting for the rest… please upload ASAP
@RaghavPal
@RaghavPal 2 месяца назад
Sure Helen
@akhilagopinath5210
@akhilagopinath5210 5 дней назад
Hi, I have a doubt, For android emulator I choose Android API 35, is that depends on java version
@RaghavPal
@RaghavPal 4 дня назад
Akhila The relationship between Android API levels and Java versions isn't fixed. While certain features may be accessible with specific Java versions, there's no direct mapping (e.g., Android 35 = Java 35). Different fields, methods, and classes may be added or changed over time, but they don't always align perfectly with Java version numbers However, it's essential to consider the following points: 1. Android SDK Platform and Java SDK Compatibility: - Android API levels (e.g., API 35) define the features and capabilities available to your app. - The Java version you use affects the language features and libraries available during development. - Here are some historical associations: - N (24) - O (26): Requires JDK 8u45 or newer. - L (21) - M (23): Requires JDK 7u71. - G (9) - K (20): Requires JDK 6. - C (3) - F (8): Requires JDK 5 2. Gradle and Android Plugin Compatibility: - Ensure that your Gradle build files and Android Gradle Plugin versions are compatible with your chosen API level. - Sometimes, upgrading the Android Gradle Plugin may be necessary to handle breaking changes Remember that while there's no strict correlation, understanding the compatibility requirements helps ensure a smooth development experience -
@anushabasavaraj8458
@anushabasavaraj8458 2 месяца назад
Hello Raghav.. could you please do video on IOS mobile testing on real device… it’s complete setup..
@RaghavPal
@RaghavPal 2 месяца назад
I will plan Anusha
@anushabasavaraj8458
@anushabasavaraj8458 2 месяца назад
@@RaghavPal thank you Raghav… I have windows machine and I have done hands-on mobile testing automation framework on android real devices.. now I would like to learn IOS mobile testing
@RaghavPal
@RaghavPal 2 месяца назад
Sure.. i will make iOS mobile testing lectures in this series soon.. keep learning
@ravirajkolakaleti2813
@ravirajkolakaleti2813 29 дней назад
Raghav, can you share the document that you have created please
@RaghavPal
@RaghavPal 28 дней назад
Ravi, the link is in the description
@SridharKG-ck9zf
@SridharKG-ck9zf 12 дней назад
thier is method is for scroll and swip in appium 2
@RaghavPal
@RaghavPal 12 дней назад
Sridhar In Appium 2, you can achieve scrolling and swiping using different approaches. Let's explore a few methods: 1. Scrolling: - For Android, you can use the `UiScrollable` class to scroll through elements. Here's an example in Java: ```java public static void scrollToTop() { String command = "new UiScrollable(new UiSelector().scrollable(true).instance(0)).flingToBeginning(3)"; driver.findElement(AppiumBy.androidUIAutomator(command)); } ``` - This method scrolls to the top of the screen. You can adjust the parameters as needed. 2. Swiping: - Swiping can be done using touch actions. Here are some common scenarios: - Horizontal Swipe: - Specify start and end percentages of the phone screen along with a point for the height. - Vertical Swipe: - Specify start and end percentages of the screen along with an anchor for the width. - Swipe Between Elements: - Swipe from one element to another. - Remember that swiping involves specifying start and endpoints. For more detailed examples and advanced gestures, you can refer to the official [Appium documentation] appium.github.io/appium.io/docs/en/writing-running-appium/tutorial/swipe-tutorial/ --
@SridharKG-ck9zf
@SridharKG-ck9zf 13 дней назад
Hi do you appium methods
@RaghavPal
@RaghavPal 12 дней назад
Can check all lectures here - automationstepbystep.com/
Далее
BABYMONSTER - ‘FOREVER’ M/V
03:54
Просмотров 25 млн
КАКОЙ У ТЕБЯ ЛЮБИМЫЙ МАРМЕЛАД?
00:40
Making Simple Windows Driver in C
7:26
Просмотров 327 тыс.
How ChatGPT Built My App in Minutes 🤯
8:28
Просмотров 2 млн
XML Schema (XSD) Beginner Tutorial with Demo
9:44
Просмотров 338 тыс.
Android Application Pentesting - Mystikcon 2020
56:51