Modular cohesion in software engineering
In software design, modular cohesion is an essential metric for determining whether the functionalities of our product have been correctly implemented.
In software design, modular cohesion is an essential metric for determining whether the functionalities of our product have been correctly implemented.
In this post we will cover one of the most important static testing processes: code reviews.
Static tests on computer products are an essential aspect in the early prevention of software defects. These tests encompass a series of techniques with which we detect bugs without having to run the software (contrary to what occurs in dynamic testing). Therefore, static testing focuses on evaluating how well the software is built instead of observing its behavior.
Seven essential principles for the day-to-day of a QA specialist.
Have you ever wondered how big companies like Google, Airbnb or Apple manage to manage the immense volume of information they store without apparent incidents? In this article we discuss ACID properties.