Working with AWS device farm - Appium [Mobile]

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Hi Ramesh, thanks for very helpful tutorials. Appreciate your time and effort in making.
-Regards

AnickRazibul
Автор

thank you for this video. It's giving clear understanding. what is device farm and how we can work with that. Thanks and Appriciated.

RahulJathar
Автор

I'm using Python. I'm stuck with the ZIP File upload.It successfully uploads the zip file but never executes it.
Gives parsing error, which only shows device harness error. AWS should really gear up with some video tutorials to help potential users.
Your documentation is all elaborate and good, but it's when you actually start following them step by step, nothing works at all.

in.meraki
Автор

Have you ever faced issue where android test cases were passed in local but failing in device farm due to locator issue (No such element found)?
If yes then how it can be resolved.
Please help

sanaa
Автор

Can you tell me how to get video link from ListTestGridSessionArtifacts

ganeshmeher
Автор

Can we do this using the Gradle plugin and not maven?

JigarJ-lz
Автор

How can I add input data through excel in AWS?

chaitanyaadhav
Автор

Say I have 1000 test cases and 10 devices; I want to distribute my tests across the devices and complete my entire test execution in 1/10th of the time. Can this be done on AWS Device farm or will all 1000 test cases be run on all 10 devices?

amadain
Автор

frankly, its not so good cloud platform as everything is so tightly coupled

amravati-fununlimited
Автор

Sir my build is failing and no zip file is created

newnawie
Автор

Anyone facing this "There was a problem processing your file. We could not find a class file within the tests JAR file. Please unzip your test package and then unjar the tests JAR file, verify that at least one class file is within the JAR file, and try again. For more information about this issue, please see the documentation"

anmolmishra
Автор

Hello ! thanks for sharing this insightful video ! I followed all the steps but this error occurs in the AWS build Start Appium TestNG test
[DeviceFarm] java org.testng.TestNG -testjar *-tests.jar -d -verbose 10
[TestNG] Couldn't find the testng.xml in the jar file, running all the classes
Exception in thread "main" LoginTest has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at Method)
at
at
at
at
at
at
at Method)
at
at
at
at
at
at
at
at
at
at
at
at
at
any help will be appreciated. thanks

qa_engineer