Mock Objects in Software Testing: An Analysis of Usage in Open-Source Projects

  • Raphael De Almeida UFF
  • Romulo Martins Da Silva UFF
  • Lucas Silveira Serrano UFF
  • Heleno De Souza Campos Junior UFF
  • Vânia De Oliveira Neves UFF

Resumo


Dependencies in software are essential for efficiently structuring and modularizing the code, enabling software components to perform specific tasks, interact, and reuse functionalities. Furthermore, many applications also rely on external components, such as APIs and external services, which can difficult the creation of a testing environment. To overcome these challenges, developers can use mocks to simulate these dependencies, which becomes particularly useful when dealing with slow or hard-to-create dependencies, such as those requiring network access. Despite the use of mocks in software testing, there are few academic studies to understand the use of this technique. The main objective of this paper is to understand how mocks are used in automated tests in open-source projects, in addition to quantifying the use of support tools and assessing their impact on test creation. We discovered that Mockito, PHPUnit, Jest, and Mock tools are widely employed for Java, PHP, JavaScript, and Python programs, respectively. We also observed that the presence of mocks is consistent and follows the number of test files in each project. We noted that the external dependencies to the project were the most frequently simulated. However, we found no significant correlation between the number of mocks in the project and code coverage.
Palavras-chave: Open Source, Repository Mining, Testing Tools, White-Box Coverage, Software Testing
Publicado
07/11/2023
Como Citar

Selecione um Formato
ALMEIDA, Raphael De; SILVA, Romulo Martins Da; SERRANO, Lucas Silveira; CAMPOS JUNIOR, Heleno De Souza; NEVES, Vânia De Oliveira. Mock Objects in Software Testing: An Analysis of Usage in Open-Source Projects. In: SIMPÓSIO BRASILEIRO DE QUALIDADE DE SOFTWARE (SBQS), 22. , 2023, Brasília/DF. Anais [...]. Porto Alegre: Sociedade Brasileira de Computação, 2023 . p. 72–79.