Pith. sign in

REVIEW 1 cited by

Fill in the Blank: Context-aware Automated Text Input Generation for Mobile GUI Testing

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2212.04732 v1 pith:BHNYQYUE submitted 2022-12-09 cs.SE

Fill in the Blank: Context-aware Automated Text Input Generation for Mobile GUI Testing

classification cs.SE
keywords testingtextqtypistautomatedgenerationinputmobileapps
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Automated GUI testing is widely used to help ensure the quality of mobile apps. However, many GUIs require appropriate text inputs to proceed to the next page which remains a prominent obstacle for testing coverage. Considering the diversity and semantic requirement of valid inputs (e.g., flight departure, movie name), it is challenging to automate the text input generation. Inspired by the fact that the pre-trained Large Language Model (LLM) has made outstanding progress in text generation, we propose an approach named QTypist based on LLM for intelligently generating semantic input text according to the GUI context. To boost the performance of LLM in the mobile testing scenario, we develop a prompt-based data construction and tuning method which automatically extracts the prompts and answers for model tuning. We evaluate QTypist on 106 apps from Google Play and the result shows that the passing rate of QTypist is 87%, which is 93% higher than the best baseline. We also integrate QTypist with the automated GUI testing tools and it can cover 42% more app activities, 52% more pages, and subsequently help reveal 122% more bugs compared with the raw tool.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. DragonCrawl: A Generative, Intent-Based Framework for Scalable Mobile End-to-End Testing

    cs.SE 2026-07 conditional novelty 6.0

    A production LLM-based system validates 1,013 mobile flows on every code change, reporting 91.6% iOS and 92.2% Android pass rates while cutting test onboarding from ~4 days to under 4 hours.