paper-with-me

Papers

Automated User Experience Testing through Multi-Dimensional Performance Impact Analysis

2021-04-08 · Chidera Biringa, Gokhan Kul

Although there are many automated software testing suites, they usually focus on unit, system, and interface testing. However, especially software updates such as new security features have the potential to diminish user experience. In this paper, we propose a novel automated user experience testing methodology that learns how code changes impact the time unit and system tests take, and extrapolate user experience changes based on this information. Such a tool can be integrated into existing continuous integration pipelines, and it provides software teams immediate user experience feedback. We construct a feature set from lexical, layout, and syntactic characteristics of the code, and using Abstract Syntax Tree-Based Embeddings, we can calculate the approximate semantic distance to feed into a machine learning algorithm. In our experiments, we use several regression methods to estimate the time impact of software updates. Our open-source tool achieved 3.7% mean absolute error rate with a random forest regressor.

📄 PDF Abstract BibTeX arXiv:2104.03453

Code (0)

등록된 구현이 없습니다.

Tasks

software testing

Similar Papers 제목 키워드 기반

Agents for Automated User Experience Testing

2021-04-13 · Pedro M. Fernandes, Manuel Lopes, Rui Prada

The automation of functional testing in software has allowed developers to continuously check for negative impacts on functionality throughout the iterative phases of development. This is not the case for User eXperience…

DRIFT: Deep Reinforcement Learning for Functional Software Testing

2020-07-16 · Luke Harries, Rebekah Storan Clarke, Timothy Chapman, Swamy V. P. L. N. Nallamalli 외

Efficient software testing is essential for productive software development and reliable user experiences. As human testing is inefficient and expensive, automated software testing is needed. In this work, we propose a R…

Deep Reinforcement LearningGraph Neural NetworkQ-Learningreinforcement-learning+3

AI Agents for Web Testing: A Case Study in the Wild

2025-09-05 · Naimeng Ye, Xiao Yu, Ruize Xu, Tianyi Peng 외 arxiv

Automated web testing plays a critical role in ensuring high-quality user experiences and delivering business value. Traditional approaches primarily focus on code coverage and load testing, but often fall short of captu…

AgentA/B: Automated and Scalable Web A/BTesting with Interactive LLM Agents

2025-04-13 · Dakuo Wang, Ting-Yao Hsu, Yuxuan Lu, Hansu Gu 외

A/B testing experiment is a widely adopted method for evaluating UI/UX design decisions in modern web applications. Yet, traditional A/B testing remains constrained by its dependence on the large-scale and live traffic o…

Language ModelingLanguage ModellingLarge Language Model

An Appraisal Transition System for Event-driven Emotions in Agent-based Player Experience Testing

2021-05-12 · Saba Gholizadeh Ansari, I. S. W. B. Prasetya, Mehdi Dastani, Frank Dignum 외

Player experience (PX) evaluation has become a field of interest in the game industry. Several manual PX techniques have been introduced to assist developers to understand and evaluate the experience of players in comput…