Finally I’ve see a video that helped me solve my appium problem
@karthic52312 жыл бұрын
Your work and presentation is good sir..keep it up
@jeffjeff11878 ай бұрын
Would you include a couple of videos on MACOS and Windows apps automation w appoun?
@rajesho9772 Жыл бұрын
Hi your videos are great . I have a small question as I have to do POC . Can we do parallel testing in appointment similar to grid selenium . As I have to test multiple real IOS devices
@qavbox Жыл бұрын
It would be good if you try any cloud solutions like browserstack, saucelabs or headspin for parallel run.
@JustgamingiPhonegames Жыл бұрын
We could use the following command to get the name of the booted simulator: xcrun simctl list | egrep '(Booted)'
@mesut993 Жыл бұрын
Hi Sir! Thank you for the video, how can I test my native mobile app performance?
@qavbox Жыл бұрын
Mobile app performance testing varies from one device to another device because of nature of vast no. Of configurations of devices. But you can consider couple of performance points like battery usage for your app, response time for each functionality, no. Of errors etc
@leonex7 Жыл бұрын
Hey, your videos are great!!!!! I am done with iOS setup, but I am having issues with Android one, seems that "UIAutomator2" is not installed on my end, when I run appium driver list --installed. I just see "xcuitest@4.16.." so i think that is why i cannot start my session on Android, any help will be appreciated, thank you.
@qavbox Жыл бұрын
Can you try installing uiautomator2 by using this command appium driver install uiautomator2 Refer qavalidation.com/2022/09/guide-to-install-individual-appium-drivers-uiautomator2-xcuitest-etc.html/
@andreotako20202 жыл бұрын
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
@qavbox2 жыл бұрын
There is a new session coming soon on running tests on android simulators, but you can use the same for real devices app testing as well!
@andreotako20202 жыл бұрын
@@qavbox but there is something like this right now I watched a video for that but i don't know what do he use
@TW.o911 ай бұрын
ssr
@LeonardoGalindo-v1b Жыл бұрын
you only explained with iphone :v
@qavbox Жыл бұрын
There is not much difference between Android and iOS in terms of appium inspector, you can use appPackage and appActivity instead of bundleID for Android