From the 1 of 5 linked papers with an AI index.
5 papers · 1 filter
FuncDroid: Towards Inter-Functional Flows for Comprehensive Mobile App GUI Testing
Jinlong He, Changwei Xia, Binru Huang +3
The paper introduces FuncDroid, a GUI testing tool for mobile apps that builds a Functional Flow Graph to model and explore interactions between functional units, achieving higher…
Write Your Own CodeChecker: An Automated Test-Driven Checker Development Approach with LLMs
Jun Liu, Yuanyuan Xie, Jiwei Yan +3
With the rising demand for code quality assurance, developers are not only utilizing existing static code checkers but also seeking custom checkers to satisfy their specific needs.…
HACMony: Automatically Detecting Hopping-related Audio-stream Conflict Issues on HarmonyOS
Jinlong He, Binru Huang, Changwei Xia +3
HarmonyOS is emerging as a popular distributed operating system for diverse mobile devices. One of its standout features is app-hopping, which allows users to seamlessly transition…
Fix the Tests: Augmenting LLMs to Repair Test Cases with Static Collector and Neural Reranker
Jun Liu, Jiwei Yan, Yuanyuan Xie +2
During software evolution, it is advocated that test code should co-evolve with production code. In real development scenarios, test updating may lag behind production code changin…
Better Debugging: Combining Static Analysis and LLMs for Explainable Crashing Fault Localization
Jiwei Yan, Jinhao Huang, Chunrong Fang +2
Nowadays, many applications do not exist independently but rely on various frameworks or libraries. The frequent evolution and the complex implementation of framework APIs induce m…