Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Why we bet on Anthropic, part 2: Comparing different computer using agents for testing

In the prior blog, we previewed some of the reasons that we settled on using Anthropic’s Computer Using Agent (CUA) over other alternatives and promised to provide more information as to what and why, with facts and figures. If you haven’t read that blog, check it out here. In this blog, I hope we can bring to light some of the “why” behind our decisions, and what makes our agentic AI so powerful.

Using Proxymock with AWS Services

Amazon Web Services, or AWS, offers a variety of cloud services ranging from AWS resources such as CDNs and data lakes to cloud computing and transformation services such as compute resources, virtual servers, and dynamic availability zones. For this reason, AWS cloud is one of the most broadly adopted cloud solutions, offering a global network of solutions at generally lower costs compared to on-premises solutions.

Protocol Parsing Guide: From Packets To Structured Data

In this blog, I’ll walk you through the essential steps and guidance for parsing network protocols. We’ll assume that you’re already running a Layer 4 (L4) proxy to capture packets into a buffer, and you have both the client and destination connection objects readily available. This guide will focus on helping you convert raw network data into meaningful, structured information.

How to Boost Performance Testing: Integrating LoadFocus API with Bitbucket Pipelines

CI/CD performance testing seamlessly integrates performance validation directly into your development pipeline. Instead of treating performance as an afterthought, this approach makes it an automated part of your workflow. By testing performance with every build, you can identify issues early, ensure consistent performance across releases, and maintain quality standards for your application.

Exploring Unit Test Generative Tools

Artificial Intelligence (AI) has revolutionized various industries, including software development. One particular area where AI has shown significant promise is generating unit tests effortlessly. With the help of AI-based tools, developers can automate the process of creating unit tests, saving time and effort. In this blog, we will delve into the pros and cons of AI-generated unit tests, highlighting their potential benefits and addressing any concerns.