Hello, Testing Family! 👋 Thank you for being a part of the testing journey this year. As 2024 wraps, let’s first reflect on the road behind us, which was packed with milestones that have hopefully changed how you think about testing–and made your day-to-day pursuit of quality that much easier. Then, let’s look to the…
Year: 2024
The 2024 Enterprise Technology Leadership Summit in Las Vegas was a transformative experience for attendees, featuring insightful presentations and discussions on crucial topics in the DevOps landscape. With a focus on leveraging technology to drive business outcomes, the conference highlighted the importance of AI and machine learning in the software development life cycle. Networking opportunities…
Predictive analytics is the use of historical data and statistics to predict future outcomes. It combines machine learning (ML), data analysis, artificial intelligence, and data models to identify patterns that forecast future outcomes. Companies use historical and present data to anticipate trends and behaviors seconds, days, or years in advance with great accuracy. Predictive analytics…
I’ve been doing automation since 2012. This is the era where the CI ecosystem became more approachable for companies which did not have dedicated teams. I’ve worked on some amazing projects, most of them were for big companies but we never managed to crack down on an agile CI flow that will give us the…
We’re proud to announce the latest update to Testim Mobile, which brings unparalleled test automation support for custom mobile apps. With our proprietary technology, Testim Mobile creates more stable tests for cross-platform frameworks like Flutter and React Native, as well as hybrid apps with embedded web views. This update provides development teams with a comprehensive…
Mockito is a popular open-source mocking library for Java, and as such, it’s useful for those wanting to unit test their code. However, some of its features can confuse newcomers, particularly regarding spies. What’s a Mockito spy, and how does it differ from a mock? When should you use it? These are some of the…
What Is Selendroid? Selendroid, in short, is Selenium, but for Android. It’s a test automation framework powered by the Selenium client API that can drive the UI for native and hybrid Android applications. You can also use Selendroid to perform end-to-end tests on mobile web apps. You can use Selendroid to test applications without altering…
We all know the importance of software testing, but the benefits it brings to the project are proportional to how good the testing is. To ensure that your testing is efficient and you are getting the most out of it, here are some good practices you can implement in your daily work. Choose the Right…
In software development, a regression is any change to a system after performing the last test. There are many causes of regressions in software testing, and because of their complexity and impact on the product, you should avoid them where possible. This article will examine how regression tests differ from functional tests, what each type…
It’s 2024 and AI (artificial intelligence) started to show up pretty much everywhere. There are a lot of people who treat it like a solution for everything, which of course is not how it works. It does however have its place in many circumstances, and software testing is one of them. In this article, we’ll…