Zobrazeno 1 - 10
of 19
pro vyhledávání: '"Bela Vancsics"'
Publikováno v:
SANER
Spectrum-Based Fault Localization (SBFL), in its basic form, uses only local information about a program element’s (such as a method’s) coverage to predict its faultiness, and rarely is any additional (contextual) information leveraged about the
Publikováno v:
SCAM
In Spectrum-Based Fault Localization (SBFL), a suspiciousness score is assigned to each code element based on test coverage and test outcomes. The scores are then used to rank the code elements relative to each other in order to aid the programmer du
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::33b92e0b8b943d2838605d7a96b9d0e5
Autor:
Davood Mazinanian, Péter Gyimesi, Bela Vancsics, Andrea Stocco, Ali Mesbah, Rudolf Ferenc, Arpad Beszedes
Publikováno v:
Software Testing, Verification and Reliability. 31
Publikováno v:
ICSME
Fault localization is considered a difficult and time consuming activity. However, tool support for automated fault localization is still limited because state-of-the-art algorithms often fail to provide efficient help to the user. They usually offer
Publikováno v:
VST@SANER
Finding a bug in the software is an expensive task, however, debugging is a crucial part of the software development life cycle. Spectrum-Based Fault Localization (SBFL) algorithms can reduce the time spent with debugging. Despite the fact that SBFL
Publikováno v:
VST@SANER
Test flakiness (non-deterministic behavior of test cases) is an increasingly serious concern in industrial practice. However, there are relatively little research results available that systematically address the analysis and mitigation of this pheno
Publikováno v:
SANER
Spectrum-Based Fault Localization (SBFL) is a well-understood statistical approach to software fault localization, and there have been numerous studies performed that tackle its effectiveness. However, mostly Java and C/C++ programs have been address
Publikováno v:
Software Quality Journal. 27:797-822
Recovering test-to-code traceability links may be required in virtually every phase of development. This task might seem simple for unit tests thanks to two fundamental unit testing guidelines: isolation (unit tests should exercise only a single unit
Publikováno v:
Acta Cybernetica. 23:903-919
Unit test development has some widely accepted guidelines. Two of them concern the test and code relationship, namely isolation (unit tests should examine only a single unit) and separation (they should be placed next to this unit). These guidelines
Autor:
Arpad Beszedes, Davood Mazinanian, Péter Gyimesi, Andrea Stocco, Ali Mesbah, Bela Vancsics, Rudolf Ferenc
Publikováno v:
ICST
JavaScript is a popular programming language that is also error-prone due to its asynchronous, dynamic, and loosely-typed nature. In recent years, numerous techniques have been proposed for analyzing and testing JavaScript applications. However, our