0 votes
in Selenium by
Can we use Selenium RC to drive tests on two different browsers on one operating system without Selenium Grid?

1 Answer

0 votes
by
Yes, it is possible when you are not using JAVA testing framework.  Instead of using Java testing framework if you are using java client driver of selenium then TestNG allows you to do this.  By using “parallel=test” attribute you can set tests to be executed in parallel and can define two different tests, each using different browser.

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...