How to manage test cases with Squash

Are you having problems in finding specific test cases among the hundreds, or perhaps thousands of test cases in your test suites? Are you having difficulty remembering the last time when a specific test passed or failed? Perhaps you’ve tried using tools such as...

A Better Selenium Testing Environment

Have you ever gotten tired of Selenium breaking every time your Firefox is updated? Certainly I am. For this blog post, I’ll explain how to use Selenium with their official image in docker hub. Pros Pin a browser to a specific version Same testing on all...