Systems | Development | Analytics | API | Testing

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

Navigating the European Accessibility Act and Compliance with Linux Foundation's AmyJune Hineline

What does accessibility mean for your business, and how can you prepare for the upcoming changes? In this episode, Jason Baum and Marcus Merrell are joined by AmyJune Hineline from the Linux Foundation to discuss the upcoming European Accessibility Act and how it will shape the future of digital products. With the deadline approaching in 2025, they cover what steps companies should take to ensure their platforms are accessible to everyone.

Service virtualization 2.0 with Tricentis API Simulation

Service virtualization, which gained prominence in 2012, has significantly transformed the way software testing and development are approached. Originally designed to address limited access to dependent systems during development, service virtualization has evolved into a critical technology for enabling efficient and continuous testing. This blog explores its origins, key advancements over the past decade, ongoing challenges, and how API simulation is shaping the future of testing.

Golang Wrapper: Dependency Wrapping, in Go

All but the simplest applications borrow code. You could write everything yourself from just core language features but who has time for that? Instead you take on dependencies, pieces of code written by others that usually give us 80% or more of what we need with 20% of the effort. Sometimes these dependencies are made to interact with a specific technology like a database, or perhaps it’s just a library providing some feature that would be onerous to write yourself.

Test Environment: Best Practices When Setting Up

You’ve written all of your test cases! Congrats, you’re on the right track to success. Now you need to execute them, and test execution needs to take place in a test environment. Those environments can be the make-or-break of your test result. In this article, we’ll explore the concept of a test environment in-depth and how you can best set it up.

When to run end-to-end (E2E) tests, explained

We sometimes have customers tell us they want to run end-to-end tests as often as possible in their development processes — as often as every commit. When you really care about quality, this might seem like a reasonable idea. After all, doesn’t the principle of shift left tell us to test as early as possible in the software development lifecycle? To catch bugs and other issues when they’re the least-expensive to fix?

Highlights of STARWEST 2024: Key Insights and Innovations in Software Testing

In this digital world, we all love to know about this trending world brilliant event of StarWest Conference 2024. Also, everyone who is connected with the testing community knows about this event. Everyone is excited to know, How STARWEST 2024 became the most-discussed software testing event of the year? This event started from September 22 to 27 and in this event, brilliant-minded testing experts participated in shared innovation, learning, and networking in Anaheim, California.

Heuristics in Software Testing: Hunt Bugs With Style

Heuristics is the key to turn you into the Turkish Olympic guy. It is something that comes with experience. At a certain point, experts all develop that “sense” in their field of work. Repeated exposure to hundreds of problems helps them recognize patterns that beginners don’t easily see. Heuristics is not always foolproof, but it's good for immediate problem-solving.