Which risk is introduced when Selenium tests are written with hard-coded Thread.sleep() calls instead of explicit waits?
-
A
Tests fail to compile on some JVMs
-
B
Tests are unnecessarily slow or still fail if the page loads slower than the sleep duration
-
C
Browser profiles become corrupted
-
D
WebDriver sessions exceed memory limits