|
|
|
|
|
by krystiangw
3348 days ago
|
|
I was dealing with Selenium tests a lot. I noticed developers are often skeptical about these tests saying it is not reliable. I do not agree with that, I have proven in several projects that you can have stable and reliable selenium tests. Just like any other tests, it requires proper test environment and continuous maintenance. The most common mistake I noticed is using `browser.sleep` instead of `wait.until` |
|
Skipping anything you feel is obvious/etc, do you think there are any noteworthy gotchas i should know?
Appreciate your input!