Parallel Execution in Selenium WebDriver using ThreadLocal class

preview_player
Показать описание
Parallel Execution in Selenium WebDriver using ThreadLocal class

GitHub Repository
Рекомендации по теме
Комментарии
Автор

it would have been great if you could had shown the problem first and then the solution.
Great work!

ranveermalhotra
Автор

Hello sir, This video is really unique, um video on how to achieve parallel tests using a singleton design pattern which nobody has done video so far .... I appreciate this unique video and it was really helpful.

manikandankm
Автор

Hi,
Can u please provide code to do parallel execution for Keyword driven framework..

RAJESHKUCHANAtesting
Автор

Why cant we initialize the browser instance inside the private constructor of browser factory. Can we do that ?

manikandankm
Автор

where in the code do you add remote webdriver URL?

CookPlateRepeat
Автор

good job as of 01-04-2021 with testng work for me just copy paste from github & but need to use selenium-version- 3.14

victor
Автор

Is this the same logic in Junit too? Please share the jnuit git repo if you have one. This video was very much helpful to understand the concept of ThreadLocal.

mounivemuri
Автор

Thanks for the video....useful content 🙂

deep
Автор

Can that driver be passed in pom classes as parameter?

girishkn
Автор

it gives me this error message:
" the method chrome() is undefined for the type desiredcapabilities ";
what to do please?

moadhamouch
Автор

Very much useful but can we do it without using BrowserFactory Class

girishdhobe