- by gowthamk91
Introduction:
There will be a certain case where you want to test your application from multiple browsers while developing. When we run the application, it will open up in default browser then we copy the URL to other browser, by this way we can run the application in multiple browsers. However, there is an option in visual studio where you can run the application in different browser in single click.
Browse application in multiple browsers:
Open the application in Visual Studio, click on run dropdown -> Web Browser- > Select Web Browsers

From the Select Browsers wizard, select the browsers and click on OK, as shown in the below figure.

Use ctrl+ F5 or run without debugging button from visual studio, the application will be opened with all selected browsers.

Conclusion:
From this blog you have learned how to run the application in multiple browsers with single click, will see more Visual Studio tips and tricks in my future blogs.