Tag

Model-Based Testing

0 views collected around this technical thread.

ByteDance Terminal Technology
ByteDance Terminal Technology
Oct 26, 2021 · Mobile Development

Fastbot: Cross‑Platform Intelligent Automated Testing System for Android and iOS

This article details ByteDance’s Fastbot system, an AI‑driven cross‑platform automated testing framework for Android and iOS that leverages model‑based testing, reinforcement learning, and image‑based UI analysis to improve test coverage, fault injection, and scalability across mobile applications and games.

AIAutomated TestingMobile Testing
0 likes · 36 min read
Fastbot: Cross‑Platform Intelligent Automated Testing System for Android and iOS
360 Tech Engineering
360 Tech Engineering
May 17, 2021 · Mobile Development

Model-Based Android UI Testing: View Tree Definition and Action Event Filtering

This article explains how to define Android UI pages as view trees, convert them to list structures, generate unique page signatures, and filter actionable events such as scrollable and clickable views using Python, enabling more effective model‑based testing of mobile applications.

AndroidEvent FilteringMobile Development
0 likes · 8 min read
Model-Based Android UI Testing: View Tree Definition and Action Event Filtering
360 Quality & Efficiency
360 Quality & Efficiency
Apr 9, 2021 · Mobile Development

Defining Android UI Pages and Filtering Action Events for Model‑Based Testing

This article explains how to represent Android UI view trees as lists, generate unique page signatures, and filter actionable events such as scrolls and touches to improve model‑based testing coverage and traceability, providing Python code examples for each step.

AndroidEvent FilteringMobile Development
0 likes · 8 min read
Defining Android UI Pages and Filtering Action Events for Model‑Based Testing