How do I run a Selenium test on Chrome and Firefox simultaneously?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

If you desire to be able to run on 2 different browsers, then you simply create two tests. 1 will run on Chrome and one on Firefox. In the first test create a FirefoxDriver (which no longer exists and has been replaced with GeckoDriver). In the 2nd test, create a ChromeDriver and run with that. If...
read more
If you desire to be able to run on 2 different browsers, then you simply create two tests. 1 will run on Chrome and one on Firefox. In the first test create a FirefoxDriver (which no longer exists and has been replaced with GeckoDriver). In the 2nd test, create a ChromeDriver and run with that. If you desire to run a single test on Chrome and then continue that test on Firefox, then you still need 2 drivers. However, you will do something like this: var chromeDriver = new ChromeDriver(); chromeDriver.DoSomething(); var firefoxDriver = new GeckoDriver(); firefoxDriver.DoSomethingElse(); Keep in mind that the session that you finished in the Chrome browser will NOT carry over to the session in the Firefox browser. So you will need to pick up where the first browser left you. Finally, if you desire to run 2 tests at the same time, then apply the first approach that I mentioned by creating 2 tests. Each has it’s own browser. Using your testing framework, make your tests capable of running in parallel. Run your tests and they will run at the same time on 2 different browsers. read less
Comments

Spoken English Teacher

If you are using TestNG, you can parametrize you test in TestNG.xml and then run testcases parallel.
Comments

Related Questions

How long will you take to complete selenium course as a weekend batch ? And what is the time duration for each class ?
Selenium and Java basics will take require around 8 hours of coaching. 2 hours every week. Rest, the student needs to practice at home on a daily basis
Ramachandran
What is the best way to learn selenium testing? N start career in automation testing?
For learning Selenium testing , Prepare for Core Java later learn Selenium WebDriver.
Deepak
What is the cost of ISTQB Test? What is the procedure to apply for it? I am a graduate in B.Sc. Can this ISTQB test help me in finding a IT job?
Hi Jagadeesh, Getting a job in Testing needs good conceptual knowledge in Software Engineering, Testing, Test Methodologies and types, Test Reporting and Metrics. ISTQB will have questions more related...
Jagadeesh
what is pop handling ?
using windowhandles() you can do popup handling with selenium webdriver
Vishal
What is selenium grid used for?
Selenium Grid is an essential tool for anyone looking to run tests on multiple browsers and operating systems efficiently. It allows you to perform distributed testing, parallel execution, and...
Praveen
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Selenium WebDriver Cheat Sheet
This cheat sheet for selenium webdriver provides all the important and commonly used methods, operations and commands for your easy daily access.

Defect Management
Defect Management Terms: Application Life Cycle (ALM) Development Phase Testing Phase Production Phase ------------------------------------------------------------------ Error ...

Difference between find element () and findelements () in webdriver
findElement Find the first element within the current page using the given "locating mechanism". Returns a single WebElement. findElements Find all elements within the current...

Automated testing with the help of Behavior driven testing (BDT)
Behavior-driven development (BDD) is a popular and acknowledged Software testing methodology. Behavior driven testing (BDT) is not that popular, but is a companion of BDD. BDT can be used without BDD. BDD...

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

Recommended Articles

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for Selenium Training?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you