Systems | Development | Analytics | API | Testing

How to plan and prepare for exploratory testing?

Many questions arise whenever adopting exploratory testing (ET), primarily due to misunderstandings about what it means. The fact that exploratory testing is mainly unstructured, especially compared to the traditional scripted testing approach that is highly detailed and restrictive, makes it harder to connect it to the word “plan.” Sometimes, users call it ad hoc. Does all this mean that we can’t prepare ourselves for exploratory testing and establish some level of plan for it?

Leveraging test automation and AI: How banks and building societies can innovate themselves into a sustainable future

First published on the BSA site along with DXC Technology Data analytics and generative AI are revolutionizing the approach organizations take to software development, testing, and delivery, enabling standardization and scalability across the board, including test automation and management. Like other sectors, financial institutions struggle to match the rate of transformation necessary to maintain a competitive edge.

How to Rescue Exceptions in Ruby

Exceptions are a commonly used feature in the Ruby programming language. The Ruby standard library defines about 30 different subclasses of exceptions, some of which have their own subclasses. The exception mechanism in Ruby is very powerful but often misused. This article will discuss the use of exceptions and show some examples of how to deal with them.

PostgreSQL vs MySQL: The Critical Differences

MySQL and PostgreSQL offer many of the same features and capabilities—but there are critical differences between these two Relational Database Management Systems (RDBMS) that cannot be ignored. If you’re not familiar with these differences, here’s a quick and easy overview: In this guide, we provide a brief history and overview of each database system.

AI Like a Rockstar

Although it might seem a little early, I was just thinking: what will 2023 be remembered for? For many it will be the year that Beyonce and Taylor Swift took to stages around the world and pushed the boundaries of live music (I’m a confirmed Swiftie if you didn’t know). It is also the year of AI. When I speak with customers, they all talk about how they are steering towards AI adoption.

8 Things You Can Do With Data Apps in Keboola

Imagine this: data consumers in your organization no longer anxiously wait for essential data, self-serving data with ease and confidence. Data engineers, freed from dull routine tasks and ad-hoc requests, tackling strategic projects at speed. Meet Data Apps. This new Keboola feature empowers business teams with self-serve data while freeing data engineers to focus on high-impact work. How?

When to Use Playwright Over Puppeteer in Node.js

Playwright and Puppeteer have emerged as two of the most powerful end-to-end testing Node.js libraries. Their robust APIs make it easier to test the UI and workflows of sites and web applications. Although they are similar tools that offer comparable features, there are circumstances in which one is better to use than the other. In this article, we'll look at scenarios where it's better to use Playwright than Puppeteer for functionality and performance reasons.

An Introduction to Sidekiq for Ruby on Rails

Sidekiq allows Ruby developers to maintain fast and responsive web applications by moving time-consuming tasks into the background. With multithreading at its core, Sidekiq can process many jobs at once. This makes Sidekiq an important part of Ruby or Rails applications that handle heavy loads or perform tasks like sending emails or processing files.