I requested this tutorial and you made it. Thanks a lot, appreciate it. 💯
@sameerarora36564 жыл бұрын
Welcome Afsal, I am glad that it is useful for you!
@engineerlarki38574 жыл бұрын
Appreciate for the video.. explained with ease.
@sameerarora36564 жыл бұрын
Thank you! I am glad it is helpful! :)
@shivrajsingh11062 жыл бұрын
Thank you so much bro. Love from heart
@RahulJenaknow_it4 жыл бұрын
very clearly and practically explained,can you come up with a video how to set up appium for ios device on mac/linux
@sameerarora36564 жыл бұрын
Thanks Rahul, I am glad it is helpful! And yes, I will definitely make a video on setting up appium for ios device on mac.
@maheshkumarvishwakarma3 жыл бұрын
Thanks alot !😀
@sameerarora36563 жыл бұрын
Hi Mahesh, thank you! I am glad the video is helpful!
@maheshkumarvishwakarma3 жыл бұрын
@@sameerarora3656 Just one question sir. I'm not able to attach the failed screenshots to the generated report. I used try { loggerL.get().addScreenCaptureFromPath(fileName); }catch(Exception e) { e.printStackTrace(); } } where fileName = System.getProperty("user.dir") + File.separator + "screenshots" + File.separator + result.getMethod().getMethodName();
@rajanv49483 жыл бұрын
Sameer wonderful.
@sameerarora36563 жыл бұрын
Glad it was helpful!
@mohansm30652 ай бұрын
Nice
@Sandeepkumar-iy9vj4 жыл бұрын
Great video 😊
@sameerarora36564 жыл бұрын
Thank you! I am glad it is helpful!
@gunaseelan773222 күн бұрын
Hi what will happen if we execute both the test on same browser eg chrome will it be running parallely
@loveyourself66213 жыл бұрын
Hey Hi Sameer, it's very clean and clear way of explanation....can u upload API as too
@sameerarora36563 жыл бұрын
Thank you Seetha! Sure will do that soon.
@ravip-v9z11 ай бұрын
Sameer, do you have this sample code for download?
@samson2045 Жыл бұрын
Hi..I'm facing issue in parallel execution. sequential mode test cases are running fine.. In parallel, few test cases are getting failed due to unable to click or focus element in the browser..Any suggestion to resolve this issue?
@adityakumarravi87014 жыл бұрын
Hi Sameer, I have a doubt. what was the need for creating currentInstance object. We could have created BaseTest object in the onTestFailure() method and called the getDriver method, right? Also, the extent report objects are still static, will it run correctly if executed parallelly? Nice video btw...
@sameerarora36564 жыл бұрын
Thank you Aditya for the feedback. Yes we can also create an object of the BaseTest and then call the getDriver() method and in the extent reporting the test cases results will work seamlessly however the logging needs to be taken care of.
@sriramkukkadapu8722 жыл бұрын
Can we run it like 2 chromes and 2 firefox windows opens at same time ?? I am trying this and not able to achieve it
@HarishM-fw9nq Жыл бұрын
Hi Sameer, Thanks for the video I am getting No Such Element Exception while running in parallel execution. where the same test case was running successfully when I run individually. Here I am using the Cucumber framework. Could you please help me out with solution
@sandeshprabhu80473 жыл бұрын
How to do parallel execution of keyword driven framework
@ganeshadsule94143 жыл бұрын
Hi Sameer.. Thanks for the video.. For logging its not working as expected.. Both testCases logs are getting merged in single test result in the report. can you pls suggest
@pratibharawat53794 жыл бұрын
Thank you sameer well explained 👍🏻 Could you please share for appium also it will be helpful.
@sameerarora36564 жыл бұрын
Thank you Pratibha! I am glad you liked it and yes i will try to make one for appium as well.
@feeding.animals97103 жыл бұрын
@@sameerarora3656 thanks please make the same for appium
@sameerarora36563 жыл бұрын
@@feeding.animals9710 Yes I have already made a video for parallel execution in appium, you can find it here: kzbin.info/www/bejne/gXbLlXSMqpqAp5o
@nidar23233 жыл бұрын
I am just wondering , how thr report are getting generated for parallel execution , don't you think , you need to handle extents test object using thread local
@rajann442 жыл бұрын
When I run test through command line, they are running in sequentinal order NO PARALLEL RUNNING. How to solve it?
@meenuchhabra42234 жыл бұрын
Well explained... can you share parallel execution using appium
@sameerarora36564 жыл бұрын
Thank you Meenu! I will be sharing a video on parallel execution using appium soon.
@SingaporeChinnodu3 жыл бұрын
Hi Sameer, I think we can achieve parallel execution without using threadlocal webdriver configuraiton.Could you tell why this is used here? I see in all other tutorials they are simply specifying Webdriver driver.
@ParagOak3 жыл бұрын
How to get browser name on report ( class / test ) while running in parallel or normal?
@sameerarora36563 жыл бұрын
Hi Parag, I did not understand your question, may you please try to rephrase it so that I am able to help you on this
@ParagOak3 жыл бұрын
@@sameerarora3656 my question is lets say I wanted to execute two test class ( one for logintest.java and another is dashboardTest.java ) in parallel on chrome and firefox. So how I get that execution on report that these test are executed on which browser? So I get to know that if there is bug on firefox or on chrome ( same for different test under same class file like loginTest.java with positive and negative scenarios running on different browsers in parallel)
@ShivaniDamodar7 Жыл бұрын
@@ParagOak i have same doubt. did you get the solution?
@sridharvumma16253 жыл бұрын
Do you have code for all this, if so please share the github project
@shubhamparab54663 жыл бұрын
@Sameer Arora Hey Can you share Github link ...for this project ? that would help a lot :)