Systems | Development | Analytics | API | Testing

Blog

What Is Puppeteer? - A Tutorial on How to Use Puppeteer

In the dynamic world of web development, automating browser tasks is not just a convenience; it’s a necessity for efficiency and reliability. Puppeteer emerges as a powerful tool in this realm, offering a wide array of functionalities that cater to various needs, from testing to web scraping. This comprehensive guide is designed to walk you through everything you need to know about Puppeteer, making it accessible for both non-technical and technical audiences alike.

Announcing Kong's New Open Source AI Gateway with Multi-LLM Support, No-Code AI Plugins, Advanced Prompt Engineering, and More

Today I’m excited to announce that Kong has released six new open source AI plugins in Kong Gateway 3.6 that turn every Kong Gateway deployment into an AI Gateway. These new plugins are available today and are entirely free and open source for everyone. The six new plugins are AI Proxy, AI Request/Response Transformer, AI Prompt Guard, AI Prompt Template, and AI Prompt Decorator.

Leap Forward with Kong Gateway Enterprise 3.6

We're thrilled to announce the general availability of Kong Gateway Enterprise 3.6. This version brings security, efficiency, and standards conformance to enterprise applications. Plus, Kong AI Gateway, which you can learn more about here. Let’s dive into the enhancements and explore the tangible benefits these features bring your organization.

What's new in Kong Gateway 3.6?

We're thrilled to announce the general availability of Kong Gateway 3.6. This version features a high-performance compression algorithm, efficient route matching, and improved observability. Plus, Kong AI Gateway, which you can learn more about here. Let’s dive into the enhancements and explore the tangible benefits these features bring your organization. Looking for more enterprise-grade features? Check out what's new in Kong Gateway Enterprise 3.6.

What is Test Data Management? Definition, Tools, Best Practices

Test data management (TDM) is usually ignored despite its undeniable contribution to the overall success of the testing process. In complex testing projects with many test scenarios to cover, test data management is a highly critical area to optimize for. QA teams need diverse and comprehensive test data to achieve higher test coverage, and that brings up the need to have a separate place where that data is properly stored, managed, maintained, and set up for future testing.

Top 7 Puppeteer Alternatives For Your QA Team

QA Puppeteer is among the top Node.js libraries widely used for headless Chrome testing. It allows testers to do web scraping, taking screenshots, filling out forms, and many more automated testing activities. However, there comes a time when these capabilities are not enough, and testers need to find a Puppeteer alternative.

Top 6 Security Traps to Avoid in JIRA Implementation

According to Gartner, JIRA is still one of the most popular application lifecycle management (ALM) technologies in many enterprises, with a rating of 4.4 out of 5 for its features. Determining an “issue permission” enabled with the proper security constraints and balancing its project access control is always a difficult challenge in an enterprise JIRA setup.

How To Dynamically Generate Files

Generating files for data extracts, reporting and even data migration is a crucial part of any back-end team. A typical data team will have to generate many files to be sent to various clients or consumers inside or outside of the organisation. As with all things, the question is how can the generation of those files be made simpler, and can it be automated to such a degree that files are dynamically generated? The short answer is yes, it can be done dynamically.