We have updated our Data Processing Addendum, for more information – Click here.

Contributor

Fernando Martin

Lessons Learned on Automation Episode III: Modularity and Reusability Matters

In this episode we are covering how to write modular testing code, maximizing reusability so your framework can adapt quickly to changes.

Lessons Learned on Automation Episode II: Slow and Steady Wins the Race

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.

Lessons learned on Automation Episode I: Introduction and parallelism

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.