Selenium Executing multiple tests at the same time

0 votes
I want to execute multiple Selenium Tests (on a Jenkins server) at the same time.

As of now, only one test can be executed at a time because ChromeDriver seems to communicate over a special port. Aaparently, I have to pass some port setting via Selenium to ChromeDriver for starting up multiple tests.

IMO it shouldn't matter if the Test runs locally or on Jenkins. There should be way to configure ChromeDriver. Anybody has ideas or pointers where to look at and what files are involved to get this done?
May 25, 2018 in Selenium by eLiJha
• 770 points
1,141 views

1 answer to this question.

0 votes

Probably your not aware of Selenium Grid 2.

Grid allows you to :

  • Execute multiple tests by distributing them on several machines ( parallel execution )
  • Handle multiple environments from local thus making it simple to run tests against a vast combination of browsers / OS.
  • Minimize maintenance time for Grid by allowing you to implement custom hooks to leverage virtual infrastructure for instance.
answered May 25, 2018 by sniffy_god
• 780 points

Related Questions In Selenium

0 votes
2 answers

How to know the exact time to load a page using Selenium WebDriver?

long start = System.currentTimeMillis(); driver.get("Some url"); long finish = ...READ MORE

answered Sep 6, 2020 in Selenium by Sri
• 3,190 points
7,513 views
0 votes
1 answer

How do I increase or decrease the sleep time in clickAndWait command in selenium IDE?

If you are using Selenium Webdriver, you have ...READ MORE

answered Feb 28, 2019 in Selenium by Vaishnavi
• 1,180 points
2,192 views
+1 vote
1 answer

How can Selenium select each div separately that have the same class

Hi Surya, you have already got the ...READ MORE

answered Mar 14, 2019 in Selenium by Vaishnavi
• 1,180 points
24,367 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,711 views
0 votes
1 answer
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,680 views
0 votes
2 answers

When executing my Jenkins tests with Selenium WebDriver, I do not see a GUI.

Hi eLiJha, I also faced the same issue ...READ MORE

answered Jul 15, 2019 in Selenium by nayan
• 160 points
12,425 views
0 votes
1 answer

I need to release the memeory allocated to Selenium chromedriver.exe while for tests

The usage of the commands is incorrect. driver.close() ...READ MORE

answered May 21, 2018 in Selenium by sniffy_god
• 780 points
6,216 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP