10 papers
LLM-Assisted Model-Based GUI Testing for Vue.js Web Applications
Tao Li, Chenhui Cui, Rubing Huang +3
Vue.js is a popular framework for building modern web applications. As Vue.js functionality and tooling support grow, ensuring its reliability (through automated testing) is becomi…
ATGBuilder: Feature-Assisted Graph Learning for Activity Transition Graph Construction with Seed Supervision
Chenhui Cui, Zixiang Xian, Danyu Li +5
Android applications are organized around activities that provide visual Graphical User Interface (GUI) containers that host the UI and handle user interaction events. Activity Tra…
LLMCFG-TGen: Using LLM-Generated Control Flow Graphs to Automatically Create Test Cases from Use Cases
Zhenzhen Yang, Chenhui Cui, Tao Li +4
Appropriate test-case generation is critical in software testing and significantly impacts testing quality. Requirements-Based Test Generation (RBTG) derives test cases from softwa…
Requirements-Based Test Generation: A Comprehensive Survey
Zhenzhen Yang, Rubing Huang, Chenhui Cui +2
As an important way of assuring software quality, software testing generates and executes test cases to identify software failures. Many strategies have been proposed to guide test…
LRASGen: LLM-based RESTful API Specification Generation
Sida Deng, Rubing Huang, Man Zhang +3
REpresentation State Transfer (REST) is an architectural style for designing web applications that enable scalable, stateless communication between clients and servers via common H…
A Survey on Web Application Testing: Over a Decade of Evolution
Tao Li, Chenhui Cui, Zhengdong Huang +5
As one of the most popular software applications, a web application is a program accessible through the web that dynamically generates content based on user interactions or context…