TestNG How to do Parallel Testing | Selenium Parallel testing TestNG | Step by Step for Beginners

preview_player
Показать описание
Today we will learn
How to run tests in Parallel
How to set parallel thread count

What happens when
Thread count is less than method count

How to configure a single method to run in multiple threads

helpful
tips

PLAYLISTS

SELENIUM JAVA FRAMEWORK BEGINNERS

KATALON STUDIO

SELENIUM BEGINNERS

SELENIUM TIPS

SELENIUM PYTHON

SELENIUM BUILDER

JAVA

JAVA TIPS & TRICKS

JENKINS

JENKINS TIPS & TRICKS

JMETER BEGINNER

JMETER INTERMEDIATE

JMETER ADVANCED

JMETER TIPS & TRICKS

SOAPUI

POSTMAN

GIT & GITHUB

DOCKER

ROBOT FRAMEWORK

WEB SERVICES (API)

REDIS BEGINNER TUTORIALS

MAVEN

MISC

TOOLS & TIPS

QnA FRIDAY

SUNDAY SPECIAL

ALL PLAYLISTS

Like on FACEBOOK :

Follow on TWITTER:

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

Awesome dude! To the point and selfless (there were no ads interrupting the flow). Not so many guys can do half as much as you did in a span of 12 min. Thank you.

tomtom
Автор

The explanation was very clear with no interruption. You also explained other small things which usually people don't do. Thanks much.

laxmi
Автор

Thank you. Your videos are easy to follow and understand.

muratg
Автор

great vedio in parallel testing...Very thankful for sharing

shilpamehta
Автор

Awesome way of explanation... Great ...thanks alot brother...👍

aloksharma
Автор

uh explained it in very simple way bro..thanks a lot

purushottamsonkusare
Автор

What a content man....hila diya sirji aapne

rahulsingh-opbu
Автор

Sahi ja rahe ho sir. Sidha mst explain kiya.! Great

jayprakashshah
Автор

Thank you sir for the amazing tutorial!

abdulrahmanjasim
Автор

Hi Sir, Most of your videos are very easy to understand and follow. Great effort, Thanks!

soumyacc
Автор

Wow.. Its pretty useful, May be you can also explain the parameter in the method like (threadPoolSize, Invocation count and timeout). The purpose for these parameters. Try to make more descriptive . Other wise the stuffs are pretty cool. thanks bro

karandeepsingh
Автор

Hello Sir
Thank you for creating this video we can easily understand parallel testing

yashwantihajare
Автор

Clarity is there in vedio
And Nice Explanation

sindhumounika
Автор

Hello Sir, Thank you all your trainings. They indeed help a lot. In my project I need to implement parallel execution in a Selenium with Java + cucumber framework. I have command steps in my feature files. I need to do this without maven. Can you please guide me for same.
Thank you.

dhanashreesaraf
Автор

Thank you for always sharing your knowledge with us, it truly helps alot. I’m trying to find if is there a way to run multiple threads based on number of data in the excel file using 1 scenario on the feature file?
I’m using testng for my parallel execution.

funguyz
Автор

Hi Raghav.. loved ur videos.. can u tell me if its possible to do testing on multiple browsers with multiple threads.. or we need to use grid for that

ramanwalia
Автор

Great explanation sir
Is this enough to explain in the interview *

shreedharbatthad
Автор

Hi Sir, Could you please help me on How to do parallel execution using multiple user credential ?

pradoshjena
Автор

Hi raghav,

First of all, your videos are nice. Currently I work on parallel execution with testNG. I have beforemethod class and aftermethod class when I open and close drivers for each method. But, I want to create n number of drivers based on thread count only once and reuse the same drivers for all methods/threads. Could you please explain how to do it in testNG

matofficial
Автор

Sir I was facing the issue with running both methods parallely as only one of them was executing. Then I changed the driver instance to driver1 and driver2 in both methods respectively and it started running fine.

RishabhRawat_