Systems | Development | Analytics | API | Testing

%term

Testing generative AI systems and red teaming: An introductory guide

The topic of testing AI and ensuring its responsibility, safety, and security has never been more urgent. Controversy and incidents of AI misuse have increased 26-fold since 2021, highlighting growing concerns. As users quickly find out, AI tools are not infallible; they can make mistakes, display overconfidence, and lack critical questioning. The reality of the market is that AI is prone to error. This is exactly why testing AI is crucial. But how do we test AI?

Webinar: Explore together with the Xray Exploratory App 3

👥 Quality is a team effort. Great software needs testers, developers, and managers working together. But often, we feel like the lone champion of quality on our team.🔎 Join Petruta and José as they showcase the Xray Exploratory App 3 and how it brings the team together into a unified space for exploratory testing.

Improving Website Usability through Website Annotation

When you think about improving your website, consider the impact user feedback can have. It comes directly from those who navigate and use your site. Let’s say visitors struggle to find information on your website. They may suggest adding a search function. Implementing their suggestion can dramatically enhance user experience. Such an update can make your site more navigable and efficient. It will allow users to find what they need quickly.

Explore the Power of Webdriver.IO | BugRaptors | Automation Testing Service

Join QA consultant Amritpal Singh in our Testing Mavericks series as he explores the power of Webdriver.io. Learn how this tool helps identify and fix bugs early, saving time and resources while ensuring a flawless user experience. Discover Amritpal's secrets to client satisfaction and loyalty through efficient testing techniques. Don't miss this episode packed with insights for testing enthusiasts!

Announcing the GA of Kong Konnect Dedicated Cloud Gateways

Today we announce the general availability of Kong Konnect Dedicated Cloud Gateways, delivering on our promise when we launched the service in tech preview late last year. Cloud Gateways is a fully managed, multi-region API management solution. It’s the easiest and fastest way to deploy performant, scalable, and highly available global API management infrastructure in the cloud using Kong Gateway with Kong Konnect, Kong’s unified API platform.

Microapps vs. Microservices: the Similarities and Differences

From the end user’s perspective, the microapps and microservices often seem to provide the same functionality. However, development teams need to think about microapps vs. microservices when building products. Before you commit time to microapps or microservices architecture, take some time to consider how these options will affect user experience (UX), user interface (UI), and security of your websites, web apps, and mobile apps.

Introduction to Gemini in BigQuery

Data practitioners spend much of their time on complex, fragmented and sometimes, repetitive tasks. This limits their ability to focus on strategic insights and maximize the value of their data. Gemini in BigQuery shifts this paradigm by providing AI capabilities that help streamline your workflows across the entire data lifecycle.

JMeter JMesPath Extractor

Extracting values from server responses is a common operation in scripting scenarios for performance testing. In most cases it is a mandatory step in order to reproduce realistic traffic using dynamic values generated on server side like sessionIds or Tokens. The most known way to extract values is using regular expression. While regular expressions are efficient for raw text-based responses, they are less efficient for structured responses like XML or JSON.