All Articles
Articles & Resources about software testing
Software Testing
There are infinitely many testing hacks, tips, and best practices on the web. But to read them all, you would also need an infinite amount of time. Who has that? To make it easier and more efficient for you, Pascal shares the most relevant tips and hacks every week on our LinkedIn channel, inspired by requests and challenges from our clients.
AI has been around for more than 50 years. Artificial intelligence is not new, but the recent developments of deep learning and convolutional neural networks combined with increased compute power and extended storage capacity have made it possible to create an AI that can solve complex problems. These new AIs are replacing humans in several areas, but is everything better with AI?
API Testing is a pivotal element in the ever-evolving field of software development. This practice not only identifies and resolves functional errors before they affect our users but also ensures the safe transfer of data fortifying system reliability. Its time and cost-effective nature positions API Testing as a vital strategy for upholding the integrity and performance of our systems.
Discover AI vs. Machine Learning: key differences, real-world uses, and unique challenges.
Why "extreme shift-left" takes us further in testing and what testers have do at the sales table.
Black box testing is a software testing method that doesn’t require in-depth knowledge of the internal structre design, logic, or source code of the item being tested. Black box testing is an effective way to decide if a system’s design meets its requirements and to avoid errors in the implementation. In this article, I will show you how black box tests can be used as functional tests.