Parallel Execution in Selenium in just 15 minutes! || Selenium Webdriver || Automation || Java

preview_player
Показать описание
In this video we will learn how to do parallel execution in Selenium using TestNG.
We will also learn what are the different ways to parallely run the automation suite so that we can increase the coverage of our automation script and also minimise the execution time.

Please like, share and subscribe and do let me know the feedback in the comments section.

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

I requested this tutorial and you made it. Thanks a lot, appreciate it. 💯

gmafsal
Автор

Thank you so much bro. Love from heart

shivrajsingh
Автор

Appreciate for the video.. explained with ease.

engineerlarki
Автор

very clearly and practically explained, can you come up with a video how to set up appium for ios device on mac/linux

RahulJenaknow_it
Автор

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...

adityakumarravi
Автор

Hey Hi Sameer, it's very clean and clear way of explanation....can u upload API as too

loveyourself
Автор

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

HarishM-fwnq
Автор

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?

samson
Автор

When I run test through command line, they are running in sequentinal order NO PARALLEL RUNNING.
How to solve it?

rajann
Автор

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

sriramkukkadapu
Автор

Sameer, do you have this sample code for download?

sjphsbl
Автор

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

ganeshadsule
Автор

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

nidar
Автор

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.

SingaporeChinnodu
Автор

How to do parallel execution of keyword driven framework

sandeshprabhu
Автор

Thank you sameer well explained 👍🏻 Could you please share for appium also it will be helpful.

pratibharawat
Автор

Well explained... can you share parallel execution using appium

meenuchhabra
Автор

@Sameer Arora Hey Can you share Github link ...for this project ? that would help a lot :)

shubhamparab
Автор

Do you have code for all this, if so please share the github project

sridharvumma
Автор

How to get browser name on report ( class / test ) while running in parallel or normal?

ParagOak