Systems | Development | Analytics | API | Testing

Blog

Introducing Tricentis Copilot solutions

We are thrilled to announce Tricentis Copilot solutions, a collection of advanced generative AI capabilities available across our products that help customers boost their efficiency throughout the entire testing lifecycle. With Tricentis Copilot solutions, you can autogenerate manual tests from requirements, optimize your portfolio, autogenerate custom code, and get meaningful insights.

Embedded analytics in the age of generative AI

Every company around the globe is trying to get in on the GenAI wave to simplify user experiences with natural language. And this is especially true in the realm of data and analytics. Imagine if you could enable all of your marketers to evaluate the performance of their campaigns with a simple question? Or, if you could provide all of your insurance risk managers with the ability to analyze the risk profile of their claims with the power of search and automated insights?

Snowflake's New Python API Empowers Data Engineers to Build Modern Data Pipelines with Ease

In today’s data-driven world, developer productivity is essential for organizations to build effective and reliable products, accelerate time to value, and fuel ongoing innovation. To deliver on these goals, developers must have the ability to manipulate and analyze information efficiently. Yet while SQL applications have long served as the gateway to access and manage data, Python has become the language of choice for most data teams, creating a disconnect.

How to Perform Database Analysis with AI

This blog explores how DreamFactory leverages its robust features to perform database analysis with AI, ensuring secure and efficient data operations. We will discuss the platform’s ability to generate dynamic APIs, provide real-time data insights, and maintain stringent security measures to protect data integrity.

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.

5 Must-Have Chrome Extensions for Web Design Students

Beginning a career in web design is like setting out on an unforgettable voyage. Your creativity combined with computer knowledge can result in stunning online creations as you use Chrome extensions to your advantage. Like any journey worth undertaking, web designing requires specific tools for success in order for students to thrive while staying entertained throughout.

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?

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.