Systems | Development | Analytics | API | Testing

%term

AI-driven test strategy and its impact on software quality

While still in its early days, artificial intelligence is becoming a driving force behind innovation in software testing. While automation has improved testing efficiency, AI can take it further by influencing critical decision-making. Rather than reacting to issues as they arise, teams can now identify potential problems earlier in the development cycle. In this article, we’ll explore how artificial intelligence can help teams rethink their testing strategies.

Empowering Biotech Innovation with Seamless Functional and Usability Testing: A Success Story

In the biotech industry, where precision, compliance, and user experience are critical, even minor technical glitches can have significant consequences. A leading biotech company specializing in rare diseases faced this very challenge when updating its web-based Request Management System (RMS). The RMS is crucial for managing requests, ensuring compliance with industry regulations, and providing users with a seamless experience.

Introducing pipe syntax in BigQuery and Cloud Logging

Writing complex SQL queries can be challenging, but BigQuery's new pipe syntax offers a more intuitive way to structure your code. Learn how pipe syntax simplifies both exploratory analysis and complex log analytics tasks, helping you gain insights faster. Watch along and discover how to leverage pipe syntax in BigQuery for a more efficient analytics experience. Chapters: Speaker: Jeff Nelson Products Mentioned: Cloud - Data Analytics - BigQuery.

Using Moesif with Middy and Serverless for AWS Apps

See the GitHub repository for the source code of this article’s example project. Serverless is a popular framework to build serverless apps using AWS Lambda on the Node.js runtime. Serverless automatically orchestrates necessary resources on AWS and can scaffold a basic project for you that you can build up on. You can solely focus on your application’s core logic, development, and your Lambda functions.

A $200,000 Black Friday Mistake You Can Avoid

Your partners can make or break critical moments. @Marcus Merrell shares a story about a Black Friday mishap that cost $200,000 due to a partner’s system failure. Customers faced errors with no clear alternatives, leaving them frustrated and the business scrambling. It raises an important question: Are you prepared for when things go wrong, or are you leaving your users stranded without options? It’s not just about the tech—it’s about how you build trust and ensure your users feel supported, no matter what.

Essential Free API Testing Tools Every Developer Should Know

API testing is an essential aspect of contemporary software development, ensuring that the interfaces between various components and systems function correctly. In this blog post, we will dive into some of the top free API testing tools that every developer should know about! From basic HTTP clients to comprehensive testing suites, these tools cover a wide range of needs and skill levels, helping developers create more robust and reliable applications. Get ready to supercharge your development process!

S1.E24: The world of QA with Sérgio Freire | QA Therapy Podcast

Special episode alert! Today, it's Sérgio's turn in the hot seat! In this episode, Sérgio, Solution Architect at Xray, shares his career experiences and stories in the software testing industry. From test management tool features to what a Solution Architect does outside of work, this episode is packed with QA knowledge and insightful experiences. Plus, enjoy a round of rapid-fire questions that will make you laugh (and think)!

Software Testing Life Cycle: A Definitive Guide

The Software Testing Life Cycle (STLC) is your roadmap to delivering high-quality, bug-free software. Imagine it as a journey that guides software testers through every crucial step needed to transform a product from concept to perfection. Each phase plays a unique role—whether it's catching bugs, enhancing functionality, or ensuring the final product meets business needs. Every stage works in harmony to guarantee the software is ready for the real world. Ready to dive in?

Preparing the Consumer Fetch: Kafka Producer and Consumer Internals, Part 3

Welcome back to the third installment of our blog series where we’re diving into the beautiful black box that is Apache Kafka to better understand how we interact with the cluster through producer and consumer clients. Earlier in the series, we took a look at the Kafka producer to see how the client works before following a produce request as it’s processed by the cluster.