Systems | Development | Analytics | API | Testing

%term

Mastering StudioAssist: Your Essential Guide to Data-Driven Testing and Reusing AI-Generated Test Cases

As a software tester, you constantly look for ways to streamline your workflow and enhance your testing capabilities. StudioAssist, an intelligent feature in Katalon Studio, is designed to make your life easier by automating repetitive tasks and generating efficient test scripts. This blog will serve as your cookbook, providing you with step-by-step instructions on how to harness the full potential of StudioAssist.

How to bridge the gap between humans and AI

In this episode, hear Sadie St. Lawrence’s thoughts on how to effectively leverage Generative AI at work by asking the right questions, and how the technology can help you to expand on your divergent thinking. There’s so much more to the future of work with Generative AI now at its core. Sadie shares where we’re headed, and how we can bridge the gap between humans and AI.

The future of realtime Fan Engagement in sports and media [with video]

As a veteran of the sports media industry with 35 years of experience at Deltatre, Carlo De Marchis recently delivered a thought-provoking keynote at our Fan Engagement Summit exploring the current state of fan engagement, the challenges faced by organizations, and the potential scenarios for the future of realtime fan engagement in sports and media. In the following video and post, Carlo shares what he presented at the Ably Summit with a re-recorded version of his presentation, and summary of key points.

How to Craft and Sign a Custom JWT in Kong Konnect

The JSON Web Token (JWT) is an open standard that allows information to be transferred securely between different parties. The token is digitally signed by using a private key (HMAC) or a public/private key (RSA) by building a JSON Web Signature (JWS). It guarantees that the JWT hasn’t been modified since its creation.

A guide to PHP attributes

When building web applications in PHP, there may be times when you want to add metadata to annotate your code that can be read by other parts of your application. For example, if you've ever used PHPUnit to write tests for your PHP code, you'll have likely used the @test annotation to mark a method as a test in a DocBlock. Traditionally, annotations like this have been added to code using DocBlocks. However, as of PHP 8.0, you can use attributes instead to annotate your code in a more structured way.

S1.E7: What is quality engineering? | QA Therapy Podcast

Today, we're joined by our expert QA Therapist, Antoine Craske, who's here to diagnose and prescribe solutions for symptoms related to Quality Engineering. Hailing from France and working as a Software Engineer at La Redoute, Antoine brings a wealth of experience to the table. He emphasizes that quality isn't the responsibility of just one person or team; it's a collective company goal. To achieve this, leveraging tools is essential.

Database generated events: LiveSync's database connector vs CDC

Ably LiveSync is a product we launched last month to help developers deliver live updates in their applications by automatically keeping their database and frontend clients in sync. LiveSync is made of two components, the Models SDK that runs on the client, and the database connector that listens to changes in your database and syncs those changes to your clients.