Web test dependency detection

M Biagiola, A Stocco, A Mesbah, F Ricca… - Proceedings of the 2019 …, 2019 - dl.acm.org
E2E web test suites are prone to test dependencies due to the heterogeneous multi-tiered
nature of modern web apps, which makes it difficult for developers to create isolated …

Dependency-aware web test generation

M Biagiola, A Stocco, F Ricca… - 2020 IEEE 13th …, 2020 - ieeexplore.ieee.org
Web crawlers can perform long running in-depth explorations of a web application,
achieving high coverage of the navigational structure. However, a crawling trace cannot be …

Efficient dependency detection for safe Java test acceleration

J Bell, G Kaiser, E Melski, M Dattatreya - … of the 2015 10th joint meeting …, 2015 - dl.acm.org
Slow builds remain a plague for software developers. The frequency with which code can be
built (compiled, tested and packaged) directly impacts the productivity of developers: longer …

Static DOM event dependency analysis for testing web applications

C Sung, M Kusano, N Sinha, C Wang - … of the 2016 24th ACM SIGSOFT …, 2016 - dl.acm.org
The number and complexity of JavaScript-based web applications are rapidly increasing,
but methods and tools for automatically testing them are lagging behind, primarily due to the …

Diversity-based web test generation

M Biagiola, A Stocco, F Ricca, P Tonella - … of the 2019 27th ACM Joint …, 2019 - dl.acm.org
Existing web test generators derive test paths from a navigational model of the web
application, completed with either manually or randomly generated input values. However …

Finding and breaking test dependencies to speed up test execution

S Kappler - Proceedings of the 2016 24th ACM SIGSOFT …, 2016 - dl.acm.org
Software testing takes up the major part of the build time, which hinders developers' ability to
promptly identify and fix problems. Test parallelization is an effective means to speed up test …

Testing apps with real-world inputs

T Wanwarang, NP Borges Jr, L Bettscheider… - Proceedings of the IEEE …, 2020 - dl.acm.org
To test mobile apps, one requires realistic and coherent test inputs. The Link approach for
Web testing has shown that knowledge bases such as DBPedia can be a reliable source of …

Practical test dependency detection

A Gambi, J Bell, A Zeller - 2018 IEEE 11th International …, 2018 - ieeexplore.ieee.org
Regression tests should consistently produce the same outcome when executed against the
same version of the system under test. Recent studies, however, show a different picture: in …

Automating web application testing from the ground up: Experiences and lessons learned in an industrial setting

V Debroy, L Brimble, M Yost… - 2018 IEEE 11th …, 2018 - ieeexplore.ieee.org
Automating web application testing is a very tricky process due to inherent complexity,
dynamic behavior (s) in web pages, differences in the way browsers render the same …

ARTE: Automated generation of realistic test inputs for web APIs

JC Alonso, A Martin-Lopez, S Segura… - IEEE Transactions …, 2022 - ieeexplore.ieee.org
Automated test case generation for web APIs is a thriving research topic, where test cases
are frequently derived from the API specification. However, this process is only partially …