Which strategy is best for evaluating a web application's behavior across multiple browsers using Selenium?
-
A
Run tests sequentially on each browser installed locally
-
B
Use Selenium Grid or a cloud provider like Sauce Labs to parallelize cross-browser testing
-
C
Copy and paste tests for each browser manually
-
D
Rely on a single browser as a proxy for all others