Systems | Development | Analytics | API | Testing

%term

Leveraging RPA For Katalon To Improve Testing

Robotic process automation (RPA) is a software system automation approach that employs pre-programmed “bots” to automate manual tasks, typically through a user interface (UI). RPA tools are primarily used to automate business processes that once depended on human resources and were highly repetitive and operational in nature. Many of these business processes are rooted in legacy technology, which often acts as a bottleneck due to its outdated nature.

Will ChatGPT Save the Chatbot Industry? (Part I)

There's no denying that OpenAI's remarkable artificial intelligence applications (ChatGPT and DALL-E) have captured the zeitgeist and hurled the topic of Generative AI into every company boardroom. Conversations range from apocalyptic hand-wringing to blissful ignorance. I wonder if ChatGPT will single-handedly save the chatbot industry, or is this just another tech fad that will quickly wither and die?

Building a Real-time Snowflake Data Pipeline with Apache Kafka

In today's data-driven world, organizations seek efficient and scalable solutions for processing and analyzing vast amounts of data in real-time. One powerful combination that enables such capabilities is Snowflake, a cloud-based data warehousing platform, and Apache Kafka, a distributed streaming platform.

What You Need to Know About the Next MISRA Standard: Introduction to MISRA C++:2023

MISRA C++:2023® is the widely anticipated next version of the MISRA C++® standard, which will be released later this year. The new version will integrate the AUTOSAR C++ 14 guidelines and support more recent versions of C++. MISRA®, a set of C and C++ coding standards developed by the Motor Industry Software Reliability Association (MISRA), is one of the best standards not just for the automotive industry, but any industry that uses embedded systems.

How to Ensure Supply Chain Security for AI Applications

Machine Learning (ML) is at the heart of the boom in AI Applications, revolutionizing various domains. From powering intelligent Large Language Model (LLM) based chatbots like ChatGPT and Bard, to enabling text-to-AI image generators like Stable Diffusion, ML continues to drive innovation. Its transformative impact advances multiple fields from genetics to medicine to finance. Without exaggeration, ML has the potential to profoundly change lives, if it hasn’t already.

Pitfalls to Avoid in Playwright for Node.js

Automation testing has become a fundamental part of web development, and Playwright has emerged as one of the most powerful end-to-end testing tools. Thanks to its robust API and multi-browser support, it's easy to test sites and web apps. At the same time, Playwright can present some challenges if not approached correctly. Several pitfalls can compromise the effectiveness and performance of your tests, potentially leading to inaccurate results.