No video

MOBILE Automation TESTING with APPIUM + WEBDRIVER.IO (ANDROID)

  Рет қаралды 31,061

JoanMedia

JoanMedia

Күн бұрын

Пікірлер: 43
@joanmedia
@joanmedia Жыл бұрын
🍎IOS Appium Example: bit.ly/3e3csiE 📚Would you like an advanced Udemy course? Let me know it -> forms.gle/PbGHXowDe6Kw88jL9
@maurovalls1639
@maurovalls1639 5 ай бұрын
Genio total Joan !! Muchas gracias por los videos. Seria genial un tutorial de como hacer CI de este framework con github actions.
@joaocalixtodaschagas8630
@joaocalixtodaschagas8630 4 күн бұрын
great tutorial
@user-wd9vv3kn2v
@user-wd9vv3kn2v Жыл бұрын
Amaizing! Very appreciated!!!
@goabeach1669
@goabeach1669 Жыл бұрын
Amazing !!!!!
@joanmedia
@joanmedia Жыл бұрын
Hey bro, thanks! Hope you enjoy it.
@din_ian
@din_ian Жыл бұрын
Best lesson thank you bro!
@joanmedia
@joanmedia Жыл бұрын
Happy to hear it :D Thank you!
@ndvozi6579
@ndvozi6579 9 ай бұрын
Nice video!! How to restart app every time new test case is executed? currently for me it just continue the script without relaunching the app
@ahmadrindhoni58
@ahmadrindhoni58 7 күн бұрын
Why after run the scenario, the app is killed. Do you know how to override that? Because i want to stay at the last page of the scenario incase i want to fix the selector or verify it manually.
@DhrumilSoni812
@DhrumilSoni812 Ай бұрын
@JoanMedia - Currently that APK is not available at the provided location, can you please share the Android APK?
@user-fg6xm3zz1u
@user-fg6xm3zz1u 5 ай бұрын
Hi Joan. I have problem with appium-service configuration. ERROR @wdio/appium-service: WARN and ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook. I don`t knwo how to repair that.
@Focus-Automation
@Focus-Automation Жыл бұрын
Excellent 🙏Thanks ... How to upload documents in mobile web browser automation ... Please help 🤗
@maheshkumbhar4216
@maheshkumbhar4216 Жыл бұрын
thank you. this is helping alot
@joanmedia
@joanmedia Жыл бұрын
Happy to hear that :D
@maheshkumbhar4216
@maheshkumbhar4216 Жыл бұрын
@@joanmedia My New client is developing new app in React Native. I will be thankful if you suggest any setup (e.g. Framework, Language) for POC .
@gilangcrash8949
@gilangcrash8949 3 ай бұрын
can i just running my automating test script just by using browserstack without android studio ??
@joanmedia
@joanmedia 3 ай бұрын
Hey sir! You can do it.
@loken4158
@loken4158 8 ай бұрын
in windows, where can i place the spec folder on wdio.conf.js? it doesn't read the js files in specs/android folder please help
@connectSanjayMali
@connectSanjayMali Жыл бұрын
@joanmedia What if i want to wait for 1minute on splash screen/Initial screen(lottie animation) then check for the displayed element/ any text. What could be the approach capacitor apps ?
@sihanyang8393
@sihanyang8393 9 ай бұрын
Great Video! For Flutter Testing, will the code in the demo and the required config will be totally different? Thanks!
@user-rx5rm9dq6n
@user-rx5rm9dq6n 5 ай бұрын
Can I run same mobile automation script on Android & IOS platform for real device.
@leitoaros18
@leitoaros18 Жыл бұрын
is there another way to write in edittext? at the moment i use sendkeys and works fine, but i need write in edittext letter by letter for an edittext in specific
@zur1ch1993
@zur1ch1993 Жыл бұрын
I open chrome in emulator but all I see is its logo and nothing more happens
@muhammadzuhairi7765
@muhammadzuhairi7765 7 ай бұрын
hello sir I've followed the steps, but when I add the Android environment variables and type echo $ANDROID_HOME it returns empty, I've rechecked the possibility of a typo in entering the environment variables, but it was clear, could you help me sir? thank you
@muhammadzuhairi7765
@muhammadzuhairi7765 7 ай бұрын
hello sir, it was solved, I've just restarted the terminal and type echo $ANDROID_HOME again, thank you
@muhammadzuhairi7765
@muhammadzuhairi7765 7 ай бұрын
sir I've got an error when running the test, here is the error : ERROR @wdio/config:ConfigParser: Failed loading configuration file: file:///Users/mz/Scripts/mobile-testing-wdio/wdio.conf.js: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file extension and '/Users/mz/Scripts/mobile-testing-wdio/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension. ReferenceError: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file extension and '/Users/mz/Scripts/mobile-testing-wdio/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension. could you please help me sir? thank you
@muhammadzuhairi7765
@muhammadzuhairi7765 7 ай бұрын
it was solved sir😅
@hananurrehman
@hananurrehman 6 ай бұрын
Great tutorial BUT the code in your repo no longer works and throws errors.
@andreotako2020
@andreotako2020 Жыл бұрын
Hello Master I need something like Appium in automating android apps The problem with me I don't want all these steps to get starting playing my code like linking Nox or Emulator with Appium and so on
@joanmedia
@joanmedia Жыл бұрын
Hey! Andre, you mean like a codeless all in one tool?
@andreotako2020
@andreotako2020 Жыл бұрын
@@joanmedia No Not without code I mean when u code your code and to play it u need to open nox and appium and link appium with your nox then u can play your code I need something doesn't need to link our emulator or to open this thing (like appium)to link it with my emulator. I need to code my code then i play it on my emulator directly.
@user-uu5wv2dj1j
@user-uu5wv2dj1j 9 ай бұрын
Hey great video and very helpfull, but i am trying to re enter the value into the password field but couldn't find any solution can you kindly help me with this...
@javierandriani7921
@javierandriani7921 Жыл бұрын
Hola Joan, consulta.......para ejecutar mas pruebas tengo que usar los comandos/sintaxis/script de Wdriver IO? pregunta de novato jaja
@joanmedia
@joanmedia Жыл бұрын
Hola Javi! Asi es, puedes ver toda la documentación y comandos en el sitio oficial :) webdriver.io/docs/api
@javierandriani7921
@javierandriani7921 Жыл бұрын
@@joanmedia que bueno!! entonces puedo aprender con los videos que tenes vos de webdriver! gracias Crack!
@FYPNLP
@FYPNLP Жыл бұрын
Brilliant. Please do this with iOS.
@joanmedia
@joanmedia Жыл бұрын
Will do it :)
@FYPNLP
@FYPNLP Жыл бұрын
@@joanmedia Can't wait as iOS always seems to be really tricky
@joanmedia
@joanmedia Жыл бұрын
@@FYPNLP I will try to upload it soon. 🙏 will be something I have not seen on KZfaq haha
@hernanrios9857
@hernanrios9857 Жыл бұрын
Hola Joan! en el video no vi como instalaste la app demo (porque ya lo tenias instalado), lo que me sucede es que cree los devices en Android Studio, pero no logro ver la app en el device. Porfa si me dieras una mano con eso seria genial!!! By the way... el tutorial es excelente!!!
@kanstantsinhalets6075
@kanstantsinhalets6075 Жыл бұрын
Hi @joanmedia if you want to connect your device locally and not an emulator, how do you specify your apk?🤔
@saolydasgupta9867
@saolydasgupta9867 10 ай бұрын
Hi, @JoanMedia would you be providing privately paid lessons to me? How do I contact you by any chance?
🍎 MOBILE Automation TESTING with APPIUM + WEBDRIVER.IO (IOS)
48:06
Mobile Automation Testing using WebdriverIO
1:29:15
SDET Unicorns by Dilpreet Johal
Рет қаралды 33 М.
Fortunately, Ultraman protects me  #shorts #ultraman #ultramantiga #liveaction
00:10
UNO!
00:18
БРУНО
Рет қаралды 5 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
Мобильные автотесты с нуля | Appium Android
1:15:53
Appium Setup On Windows Platform | 2024 Latest Setup
50:05
AUTOMATION WITH PRIYANKA
Рет қаралды 8 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 968 М.
Appium-Mobile Automation Testing from Scratch in 2 hours
1:46:03
Rahul Shetty Academy
Рет қаралды 131 М.
Linux from Scratch
2:35:42
Titus Tech Talk
Рет қаралды 152 М.
6 | Appium Step by Step | How to setup and use Appium Inspector
48:35
Automation Step by Step
Рет қаралды 10 М.
Fortunately, Ultraman protects me  #shorts #ultraman #ultramantiga #liveaction
00:10