Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleDecember 2024
The Effects of Computational Resources on Flaky Tests
- Denini Silva,
- Martin Gruber,
- Satyajit Gokhale,
- Ellen Arteca,
- Alexi Turcotte,
- Marcelo d’Amorim,
- Wing Lam,
- Stefan Winter,
- Jonathan Bell
IEEE Transactions on Software Engineering (ISOF), Volume 50, Issue 12Pages 3104–3121https://doi.org/10.1109/TSE.2024.3462251Flaky tests are tests that non-deterministically pass and fail in unchanged code. These tests can be detrimental to developers’ productivity. Particularly when tests run in continuous integration environments, the tests may be competing for access ...
- research-articleSeptember 2024
Increasing the Responsiveness of Web Applications by Introducing Lazy Loading
ASE '23: Proceedings of the 38th IEEE/ACM International Conference on Automated Software EngineeringPages 459–470https://doi.org/10.1109/ASE56229.2023.00192Front-end developers want their applications to contain no more code than is needed in order to minimize the amount of time that elapses between visiting a web page and the page becoming responsive. However, front-end code is typically written in ...
- research-articleOctober 2021
Automatic migration from synchronous to asynchronous JavaScript APIs
Proceedings of the ACM on Programming Languages (PACMPL), Volume 5, Issue OOPSLAArticle No.: 160, Pages 1–27https://doi.org/10.1145/3485537The JavaScript ecosystem provides equivalent synchronous and asynchronous Application Programming Interfaces (APIs) for many commonly used I/O operations. Synchronous APIs involve straightforward sequential control flow that makes them easy to use and ...