Systems | Development | Analytics | API | Testing

Latest News

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.

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.

Generative AI Testing: Essential Strategies and Insights for System Validation

STARWEST 2024 was not just a conference; it was a vibrant hub of exploring knowledge and exploration into the transformative realm of generative AI and software testing. At this event, we started day 2 with an energetic workshop of "Evaluating and Testing Generative AI: Insights and Strategies", led by Jason Arbon, CEO of Checkie.AI, which covered the complex challenges of testing AI systems like ChatGPT and LLAMA.

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.