Thundra Logo

5 Causes of Flaky Tests and How to Mitigate Them

With the ocean of open-source tools available today, building functional software is easy. Making high-quality software that meets the expectations of customers, however, is not ... Read More
Thundra Logo

Introducing Custom Dashboards: Visualize & Analyze Your Data

| | Monitoring, observability
We are excited to announce the launch of Thundra APM’s fully customizable custom dashboards to meet our customers’ needs for visualizing, analyzing, and troubleshooting their observability data ... Read More
Thundra Logo

​​The Missing Piece in Microservices Testing Strategy

Traditional testing approaches that worked in monolithic applications have proven ineffective in an agile world where changes are dynamic. In an environment with different distributed services, there are even more reasons these methods won’t work ... Read More
Thundra Logo

Integration of Thundra Foresight with Bitbucket Pipelines

Foresight is an automated observability tool that helps developers effectively and efficiently monitor and debug their test runs in a CI/CD environment. It also helps them optimize the execution time and performance of their CI builds by providing workflow analytics and metrics ... Read More
Thundra Logo

Profiled Tracing for AWS Lambda Invocations

| | DEVOPS, serverless, tracing
Imagine a complex distributed system with lots of API calls, messaging transactions, and database operations. Having a complex system brings its own complex problems on observing the overall performance of resources used by the system ... Read More
Thundra Logo

Observability: Your CI Pipeline’s Missing Piece

| | testing
Software development has come a long way. We’ve transitioned from dedicated teams of software testers to automated tests that execute as features are integrated in CI pipelines. Organizations have realized that manual testing is time-consuming and expensive, and automated tests provide an elegant solution to these pain points ... Read More
Thundra Logo

Why Should You Run All Your Tests in Docker?

| | testing
Containers have become the de facto standard for deploying applications. Whether developers are deploying them in the public cloud or a data center, containerization can bring a lot of benefits like a consistent environment, repeatable builds, and easy deployment patterns ... Read More
Thundra Logo

Microservices Testing: A Quick Start Guide

What is Microservices Testing? A microservices architecture creates an application as a collection of services. Each microservice works independently and uses application programming interfaces (APIs) to communicate with other services. Each microservice has its own data store and is deployed independently ... Read More