Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Enterprise Performance Testing: A critical element of the SAP Activate methodology

By December 2027, all SAP customers are required to have migrated to its S/4HANA platform. To streamline this mandatory migration, SAP developed its SAP Activate methodology. The methodology itself is broken down into six key phases as shown below: When we examine these phases through a quality lens, focused on ensuring that the outcome is a highly performant and scalable system – we find that the need for Enterprise Performance Testing is critical at every stage.

Everything Is Software, Everything Is Broken with Jason Huggins, Part 1

Is everything truly broken, or is it just us? If you’re a software developer or tester, you've probably felt the frustration of a system not working as it should, right when you need it the most. Did you know the complexity of today’s software is a key reason behind these gripes? It's not just your typical Monday annoyance; it's a worldwide phenomenon.

Strategic Role of Software Testing Companies in the EdTech Industry

According to a survey by Markets and Markets, the EdTech sector is seeing an unparalleled upswing, with the worldwide market size expected to reach an astounding $232.9 billion by 2027 at a CAGR of 13.2% over the period 2022–2027. This extraordinary expansion highlights the critical need for Edtech software testing services as well as a revolutionary change in how we study and access educational information.

S1.E13: Exploratory testing | QA Therapy Podcast

Contemporary exploratory testing brings a fresh perspective to the testing landscape, offering a dynamic approach that contrasts with traditional scripted test cases. Some of us may have caught wind of the buzz surrounding exploratory testing, while others may still be unfamiliar with its benefits. But, what exactly does exploratory testing bring to the table in a world dominated by scripted test cases?

Balancing risk with the need for speed

The pace of change in the world is rapidly accelerating. Technology companies must prioritize speed to market to stay ahead of this curve, but speed can sometimes come at the expense of risk. The recent CrowdStrike incident is a sobering reminder that even the largest and most capable organizations are not immune to errors that can lead to significant downstream impacts.

How To Calculate Test Automation ROI?

Test automation is no longer a cutting-edge technology. It is now a standard for any QA team looking to bring product quality to the next level. However, some testers are hesitant. They pose questions: does test automation actually bring ROI? Or perhaps they’re wary of the struggle with maintaining automation test scripts that break every time a new update is rolled out. It is those questions that deter business leaders from making the final decision, but they have a reason to be wary.

Efficient Dom Manipulation With The Virtual Dom And Refs

Ever wondered why your favorite websites are so fast and responsive? It all boils down to how they handle DOM manipulation. The Document Object Model (DOM) represents your web page as a structured tree. Traditionally, we used JavaScript methods like getElementById or removeChild to make changes. But as websites get more complex, these methods can slow things down. Enter React, with its game-changing Virtual DOM.