Since joining Split, it has been clear that feature testing is the fundamental building block of our software development process. We deploy unit tests to …
Category: Code
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.
SVG Everywhere
There are two primary options for icon systems: scalable vector graphics (SVG) and icon fonts. When considering the best solution, a developer has to determine …
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
End to End (E2E) WebDriver Testing is a two-edged sword; it can be the hero, saving you a lot of time during regression testing and …