A QA engineer notices that a Selenium test suite takes 45 minutes to run. Which professional practice best addresses this performance issue?
-
A
Delete half the tests to reduce run time
-
B
Parallelize test execution using Selenium Grid or cloud providers
-
C
Switch from WebDriver to HTTP-level API tests only
-
D
Increase the timeout values so fewer tests fail