How to open a URL in a new firefox window

I want to open a link in a firefox window. How to do that

Hi Manu,

You can choose the firefox in the Run button

Just make sure that you have firefox installed in your machine.

Hope that helps. . . :slight_smile:

image.png

1 Like

Sorry, I may not have been clear. What I want to do is open two applications. Let’s I open amazon.com in firefox window. Can i open cnn.com on the same browser but different window?
Basically I want to have both amazon.com and cnn.com open at the same time. And should be able to interact them simultaneously.

Hi Manu,

you need to create a test suite collection and select the execution information to parallel.

To do that:
1. Create two test suites. One for amazon.com and one for cnn.com.
1.1. In creating a test suite go to test explorer > test suites > right click > new > test suites.
1.2. For creating a test collection same procedure in 1.1 just select test suite collection.
2. Add those two test suites in your test suite collection.
3. In run with tab select a row then double click, choose a browser (in your case choose firefox).
4. Go to execution information then select Parallel.
5. Execute your automation. It will launch two browser. One will access amazon and the other one will access cnn.

Let me know if you encounter problems.
Thanks.

2 Likes

Thanks., Can both the tests interact so that I can verify the content from one browser to another browser