Systems | Development | Analytics | API | Testing

Blog

Four Strategies to Level-up Your Test Automation in Jira

For years, the traditional approach to automating tests relied heavily on scripted automation frameworks like Selenium, JUnit, and TestNG. While these tools are powerful and adaptable, they require a significant level of technical expertise. Testers need to write, debug, and maintain complex scripts, often leading to bottlenecks in the development process. Relying only on coded solutions limits test automation to a small portion of the team that has deep coding skills.

A Comprehensive Guide to End-to-End Microservices Testing for Modern Applications

As part of gaining deeper insights into the rapidly evolving landscape of microservices testing and QA, I had the privilege of attending the Starwest 2024 conference, where one of the highlights was the insightful session led by Tariq King, CEO and Head of Test IO. His session on Full-Stack Testing for Microservices Architectures highlighted the growing leverage of microservices in modern applications and their seamless alignment with Agile and DevOps practices.

How to use the Reddit API for a JavaScript application

Reddit is a news aggregation, communication, and discussion application. If you want to get more information about a particular topic or have a question, Reddit is the place to be. The data on Reddit are provided to the public through both the website and its API. Learning how to use the Reddit API is beneficial if you want to integrate Reddit communications into your application or if you just want to use certain data on Reddit.

Testing Golang with httptest

Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write efficient, reliable, and high-performing programs. Often used for web servers and rest APIs, Go offers the same performance as other low-level languages like C++ while also making sure the language itself is easy to understand with a good development experience.

Bitrise releases Modular YAML: A game changer for CI/CD configuration management

At Bitrise, our goal is to make configuration management as intuitive, clear, flexible, and efficient as possible. As tech projects scale and complexities grow, managing large YAML configuration files can become a daunting task. Bitrise is excited to introduce the Modular YAML configuration feature, aimed at simplifying how your CI/CD configuration.

Best Exploratory Testing books to add to your list in 2024

The exploratory tester's role goes beyond finding bugs. It involves understanding user behavior, improving software quality, gathering feedback, and refining testing strategies. As an exploratory testing expert, you are an investigator who understands the software, uses creativity and intuition to guide the session, and discovers new ways to uncover hidden issues.

Handling the Producer Request: Kafka Producer and Consumer Internals, Part 2

Welcome to the second installment of our blog series to understand the inner workings of the beautiful black box that is Apache Kafka. We’re diving headfirst into Kafka to see how we actually interact with the cluster through producers and consumers. Along the way, we explore the configurations that affect each step of this epic journey and the metrics that we can use to more effectively monitor the process.