Component Testing
I’ve been doing automation since 2012. This is the era where the CI ecosystem became more approachable for companies which…
Uncategorized
Mockito Spy: A Guide to When and How to Use It
Mockito is a popular open-source mocking library for Java, and as such, it's useful for those wanting to unit test…
Uncategorized
An Introduction to Selendroid For End-to-End Testing
What Is Selendroid? Selendroid, in short, is Selenium, but for Android. It’s a test automation framework powered by the Selenium…
Selenium
Testing Best Practices You Must Implement
We all know the importance of software testing, but the benefits it brings to the project are proportional to how…
Best Practices