Description: Build Verification Tests are a set of tests designed to ensure that a software build is stable and ready for further testing. These tests are fundamental in the context of agile methodologies, which emphasize collaboration, continuous feedback, and adaptability. In this approach, verifications are performed frequently and systematically, allowing teams to detect and correct errors at early stages of development. Verification tests focus on validating that the basic functionalities of the software work correctly and that the system as a whole can withstand the more exhaustive tests that will be conducted later. This process not only helps identify defects but also provides confidence in the quality of the product before moving on to more complex testing phases. In summary, these tests are an essential component to ensure that the software meets quality standards and is prepared for use in production environments.