arXiv 2025
Software Engineering Empirical Research Radar
Detecting and Evaluating Order-Dependent Flaky Tests in JavaScript
Paper detail page with source attribution and mobile-friendly PDF reading.
Unclassified
Summary
Detecting and Evaluating Order-Dependent Flaky Tests in JavaScript. Source: https://arxiv.org/abs/2501.12680 PDF: https://arxiv.org/pdf/2501.12680 Local PDF: library/pdfs/2025-detecting-and-evaluating-order-dependent-flaky-tests-in-javascript.pdf Full text: library/fulltexts/2025-detecting-and-evaluating-order-dependent-flaky-tests-in-javascript.txt Notes: This paper investigates order-dependent flaky tests in JavaScript/Jest projects by randomized test and suite reordering. It is relevant to topic 06 because order-dependent failures often arise from shared files or shared mocking state, which behave like hidden bridge variables between otherwise separate test subspaces. These cases may provide concrete real-program examples for identifying bottleneck state and decomposing the logical execution space.