Our premier event for enterprise software quality is back | Register now

Year: 2025

Salesforce is a leading software company and one of organizations’ most popular cloud-based customer relationship management (CRM) systems. The platform offers numerous integration and customization possibilities. You can use it to design an ideal solution to help you grow your business. Although Salesforce’s flexibility is one of its key advantages, performing continuous testing, which is…

Here are 5️⃣ lessons I learned or relearned this year in testing: Test design techniques are a great way to find gaps AI in software testing is here to stay Selenium and Playwright are the most popular automation libraries Codeless and low-code tools are valuable The great divide between developers and testers Test design techniques…

QUnit is one of the most used automated testing tools for JavaScript, and it’s the subject of this post. But we’re not giving you another QUnit tutorial. Instead, today we’ll focus on a specific facet of working with QUnit: code coverage. The Code Under Test Let’s begin by presenting the code we’re going to test….

Do you how much quality costs? Have you ever calculated it? If you do, you’ll learn that you spend thousands of dollars and hours of productivity on every bug. From the cost of labor, to the cost of deployment, to the cost of finding the bugs in production, no bug fix is free. Many companies…

“Automated testing” used to be a phrase that caused developers to scratch their heads. Now, it seems to me that most developers are at least familiar with the notion of automated testing. Fortunately, many devs go beyond familiarity. They turn theoretic notion into practical action by actually employing automated testing on a day-to-day basis. And…

Continuous delivery has truly revolutionized the software development industry. Nowadays, most organizations leverage continuous integration (CI) and continuous delivery (CD) to build applications faster. However, the testing practices in many organizations have been slow to catch up. They still rely on traditional practices of having a build phase and then a test phase. This article will…

Smartphones have been a part of our lives for 17 years now! Since the first iPhone’s debut in 2007, the underlying technology of smartphones has transformed, with each generation heralding faster chips and more sophisticated sensors. In 2023, more than 1 billion devices were sold worldwide, and if the number of brands and form factors…

I’ve been doing automation since 2012. This is the era where the CI ecosystem became more approachable for companies which did not have dedicated teams. I’ve worked on some amazing projects, most of them were for big companies but we never managed to crack down on an agile CI flow that will give us the…

In testing, we often refer to tools and frameworks as either coded or codeless. What does that mean? And, is any tool truly codeless? Well what about low code testing? While we are at it, what’s the difference between no code, codeless, and low code?  Why would you choose one of these low code tools…

What’s visible on the screen is the only thing that matters to end users. A firm needs to check how a site looks and functions before it goes live. To ensure an impeccable graphical user interface (GUI), front end testing is a must. In this post, we’re going to understand what front end testing is,…