Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
344 views
by
Hi,

I want to use selenium Grid for parallel execution and multi browser testing without using TestNG. Is there any way we can achieve this?

 

Thanks,

Chandu

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

Hi Chandubau,

As we know selenium is just a browser automation tool. Selenium Grid will help you invoke multiple browsers and controle those using your code at the same time.

TestNG is testing framework which you use with Selenium WebDriver to manage your automated test suite.

At this point of time, I can think of JUnit 5 with Maven's maven-surefire-plugin. By configuring maven-surefire-plugin you can execute JUnit test cases in parallel.

Hope that helps.

 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...