Hi Raghav, it is really helpful video, I have a few questions 1. Can I test iphone with Win10 platform? 2. Can I test android in Mac OS? 3. Is any your video talking about appium used to test Windows application?
@RaghavPal4 жыл бұрын
HI Jialie, sorry for late reply 1. Not directly, you will need to run agents or use platforms like TestProject, AppiumStudio 2. Yes 3. Not yet
@singh07neeraj4 жыл бұрын
Awsome Explain. Dear Raghav, I really appreciate your hard work and commitment. Keep going
@RaghavPal4 жыл бұрын
Thanks a ton Neeraj
@harishp52754 жыл бұрын
Thanks Raghav, for the video. You saved my day today. Really explained everything in detailed.
@RaghavPal4 жыл бұрын
Most welcome! Harish
@ciscolopez203 жыл бұрын
Hi Raghav, I really appreciate your videos. Which video do you recommend to learn how to setup a project that interacts 2 users? For example, a webchat with one desktop browser interacting with one mobile browser
@RaghavPal3 жыл бұрын
Hi Francisco, I am yet to work on something like this, For now, will have to take online help on this
@Axe53454 жыл бұрын
Hi Raghav, thank you for impact in form of these great video lessons! I have a question.. What is the best practice while running mobile automation: 1. To start and stop programmatically Appium server after EACH test case (@AfterMethod)? or 2. Start the server once @Before Suite and stop it also once @After suite? I've heard that it is better to start it and stop after each test case to avoid some server issues.. what can you say based on your experience and knowledge? Thank you!
@RaghavPal4 жыл бұрын
Hi, I believe starting and stopping server once should be okay unless you face any issues and want to stop it after each test case.
@umaganta9 ай бұрын
Hi Ragav, please add ios app automation scrips by using windows OS
@RaghavPal9 ай бұрын
I will check and plan
@TheSoniJay3 жыл бұрын
Hi Raghav, How can we automat Mac desktop application using Appium? Can you please upload vedio for the same?
@RaghavPal3 жыл бұрын
Hi Jay, I am not sure on this, will need to check
@Helmetmanvlogs3 жыл бұрын
How to validate mobile screen using Eclipse with SeeTest cloud devices page like what is text font? what is text color? what is background color of header or page?
@RaghavPal3 жыл бұрын
I will check and plan sessions on this
@kalyanlolla2657 Жыл бұрын
Hi Raghav, Is there any possibility to test the iOS apps on windows if I have real device and connected through USB.
@RaghavPal Жыл бұрын
Not directly on windows, as we need xcode and other tools that are available on mac, but you can do by using cloud devices platforms like browserstack, saucelabs etc
@vivektiwari41413 жыл бұрын
Hi Raghav I want to automate my native app on real device do you have any video for that ?? Please share the link
@RaghavPal3 жыл бұрын
Hi Vivek, yet to create on real iOS device. once you connect, the other process and code will be the same
@abhinandangowda48295 жыл бұрын
Hello Raghav, can you please do this same web testing on real iOS devices, instead of Simulator
@RaghavPal5 жыл бұрын
I will do it Abhinandan. Can take some time
4 жыл бұрын
@@RaghavPal When can you do it? :)
@aaronsabastin30104 жыл бұрын
Hi @Raghav, I really like your videos. Is it possible to automate real iOS device with windows OS? If so pls do a video on that , If you have already done it pls share the video link, Thank you.
@RaghavPal4 жыл бұрын
It will be not be straight forward to run iOS tests on windows. You can use platforms like TestProject, You can check tutorials here - automationstepbystep.com/
@shreyazarkar5 жыл бұрын
Hi Raghav, can you make a video on how to run appium server programatically on mac using java. if you could add testng in the code that would be really helpful like @BeforeSuite should include code to run appium server programatically. @beforeTest should include desired capabilities to invoke the app and @Test should include just a simple print statement. It will really help many students as on the internet there is no better code for mac
@RaghavPal5 жыл бұрын
I will do Shreya.
@muhammadanasbaloch508 Жыл бұрын
Hey Raghav, When I try to give appPackage and appActivity of any other application which I have installed from the playstore it didn't work for me. The application immediately logged out and crashed without launching. Can you help me with this problem?
@RaghavPal Жыл бұрын
Hi, are you using some specific app of your project, Can check with the developers, Or try using diff apps
@清水正一-v3l3 жыл бұрын
Can you do the lesson for Android native app?
@RaghavPal3 жыл бұрын
I will plan
@abhikumar24694 жыл бұрын
Do you have Appium course on Udemy....?
@RaghavPal4 жыл бұрын
Not yet Abhi, you can see this page - automationstepbystep.com/udemy-discounts/
@martinsadeyeye94655 жыл бұрын
Is it possible to start IOS simulator on Windows OS.
@RaghavPal5 жыл бұрын
It will be tricky, you can use tools like appium studio or other paid tools
@Impromptoo4 жыл бұрын
I am basically done with setup running with Maven ( windows) but it gave error failed to launch appium settings please help me
@RaghavPal4 жыл бұрын
Hi Vineeta, what is the error. Pls check all the steps again
@rajalakshmisrinivasan23435 жыл бұрын
Thank you
@RaghavPal5 жыл бұрын
You're welcome
@rajalakshmisrinivasan38265 жыл бұрын
@@RaghavPal Could you please share the link of previous calls? How to create base class, adding the desired capabilities and first testcase?
@auat5164 жыл бұрын
Hi Raghav, thank you for your tutorial of these great video lessons But, i'm lost some pieces code at test class and somewhere i do not known that. So you could be give to this sample project to me, do not you
@RaghavPal4 жыл бұрын
Hi, you can get my project from here - github.com/Raghav-Pal/AppiumDemoProject
@meqazi65593 жыл бұрын
Hi raghav, I am not able to run swipe command for my Android App automation using Appium. I am not able to import the below package, it is throwing some error import static io.appium.java_client.touch.LongPressOptions.LongPressOptions;
@RaghavPal3 жыл бұрын
Hi what is the error, pls also check earlier comments
@meqazi65593 жыл бұрын
@@RaghavPal io.appium.java_client.touch.LongPressOptions.LongPressOptions; This command is showing "can't be resolved". I just need a command for scrolling up/down to some element in Android.
@RaghavPal3 жыл бұрын
will need to check the appium library
@meqazi65593 жыл бұрын
@@RaghavPal Please suggest
@RaghavPal3 жыл бұрын
I will update on this
@beytullahsengul4 жыл бұрын
just I have a bit problem with understanding what you said Otherwise all is perfect
@RaghavPal4 жыл бұрын
Hi, I will improve on pronunciation and add more subtitles