In this episode we are covering how to write modular testing code, maximizing reusability so your framework can adapt quickly to changes.
Contributor
Fernando Martin
Code
In the world of Selenium usability testing, many intermittent failures are caused by elements not showing up in time or not being enabled when the test tries to access it. Adding extra checks on your tests might slow down your suites, but it’s a small price to pay for reliability when coding for web or mobile SDK.
Code
With parallelism, your throughput will no longer be constrained to the length of the test. Instead, it will rely on how many tests you can run at the same time.