Tagged articles
63 articles
Page 1 of 1
Woodpecker Software Testing
Woodpecker Software Testing
Apr 24, 2026 · Operations

Self-Healing UI Test Scripts: Boost Performance and Reliability

The article explains how fragile UI automation scripts hinder performance testing and shows a three‑layer self‑healing approach using Playwright and Python that reduces script failures, cuts maintenance time, and integrates with monitoring to quickly detect UI performance issues.

Performance TestingPlaywrightUI testing
0 likes · 7 min read
Self-Healing UI Test Scripts: Boost Performance and Reliability
Woodpecker Software Testing
Woodpecker Software Testing
Apr 18, 2026 · Operations

Deep Dive into Performance Optimization for Self‑Healing Test Scripts

The article examines why self‑healing test scripts increase runtime overhead, breaks down the underlying mechanisms, and presents four concrete optimization tactics—layered healing, locator caching, visual/semantic throttling, and asynchronous repair—backed by real‑world case data showing up to 43% faster regressions and 52% lower maintenance cost.

DevOpsUI testingci/cd
0 likes · 8 min read
Deep Dive into Performance Optimization for Self‑Healing Test Scripts
Woodpecker Software Testing
Woodpecker Software Testing
Apr 10, 2026 · Operations

How Self-Healing Test Scripts Are Redefining Automation Testing

In fast‑moving CI/CD environments, UI changes make test scripts brittle, but self‑healing scripts use visual similarity, DOM semantics and lightweight decision engines to automatically recover from locator failures, cutting maintenance time, boosting success rates, while introducing execution overhead and compliance considerations.

AI-powered testingDevOpsUI testing
0 likes · 8 min read
How Self-Healing Test Scripts Are Redefining Automation Testing
FunTester
FunTester
Mar 5, 2026 · Artificial Intelligence

Deploy OpenClaw for AI‑Powered UI Automation Testing on Cloud

This guide explains what OpenClaw is, walks through cloud and local installation, shows how to connect large language models and instant‑messaging tools, configures required permissions, validates the setup, and demonstrates using natural‑language commands to run fully automated UI tests with AI assistance.

ChatOpsOpenClawUI testing
0 likes · 11 min read
Deploy OpenClaw for AI‑Powered UI Automation Testing on Cloud
FunTester
FunTester
Dec 11, 2025 · Fundamentals

When and Where to Test: Choosing the Right Test Types for Your Application

This article outlines a comprehensive testing matrix that maps common test types—unit, API, UI, security, performance, smoke, and regression—to their problem domains, SDLC stages, and execution methods, helping teams select and prioritize tests based on risk, feedback speed, and ownership.

API testingPerformance TestingSoftware Testing
0 likes · 11 min read
When and Where to Test: Choosing the Right Test Types for Your Application
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Oct 10, 2025 · Frontend Development

How AI Transforms XPath Generation for Robust UI Automation

This article explains how an AI‑driven tool dramatically reduces XPath creation costs and improves stability for complex 3D‑canvas web applications by combining prompt engineering, HTML compression, self‑checking, retry mechanisms, and specialized handling for inputs and 3D model selectors.

AI automationUI testingWeb Automation
0 likes · 10 min read
How AI Transforms XPath Generation for Robust UI Automation
FunTester
FunTester
Aug 14, 2025 · Mobile Development

Boost Android Performance Testing with scrcpy: Real‑Time UI Mirroring Made Easy

scrcpy, an open‑source Android screen‑mirroring tool, offers lightweight, cross‑platform, zero‑intrusion streaming with high frame rates and low latency, enabling test engineers to capture real‑time UI, record videos, perform wireless and automated testing, and handle long‑duration stress tests efficiently.

AndroidPerformance TestingScreen mirroring
0 likes · 10 min read
Boost Android Performance Testing with scrcpy: Real‑Time UI Mirroring Made Easy
Sohu Tech Products
Sohu Tech Products
Feb 19, 2025 · Mobile Development

Appium Mobile UI Automation Testing Workflow with Python

This guide walks through setting up Appium with the UiAutomator2 driver, verifying the environment, writing a Python script that connects to the Appium server, using weditor or uiautomatorviewer to inspect Android UI elements, and applying ID or XPath locators to automate clicks in the Zepp app.

AndroidAppiumMobile Automation
0 likes · 8 min read
Appium Mobile UI Automation Testing Workflow with Python
Test Development Learning Exchange
Test Development Learning Exchange
Feb 15, 2025 · Frontend Development

Getting Started with Playwright: Introduction, Installation, Browser Setup, and Configuration

This article introduces Playwright, explains its key features, guides readers through installing the tool and its dependencies, demonstrates how to launch Chromium, Firefox, and WebKit browsers with Python code, and shows common configuration options such as headless mode, timeouts, and proxy settings.

BrowserPlaywrightPython
0 likes · 5 min read
Getting Started with Playwright: Introduction, Installation, Browser Setup, and Configuration
Meituan Technology Team
Meituan Technology Team
Nov 21, 2024 · Frontend Development

AutoConsis: Automated UI Consistency Detection for Mobile Apps Using Multimodal AI

AutoConsis is a research‑driven, AI‑powered workflow that automatically detects UI content inconsistencies across mobile app pages by combining target region recognition, OCR‑based extraction, and large language model reasoning, achieving low cost, high generalization, and high confidence as demonstrated on Meituan's large‑scale marketing scenarios.

CLIPICSE 2024UI testing
0 likes · 15 min read
AutoConsis: Automated UI Consistency Detection for Mobile Apps Using Multimodal AI
360 Quality & Efficiency
360 Quality & Efficiency
Jan 19, 2024 · Frontend Development

Testing Common Issues and Case Studies for Various Chart Types

This article examines chart‑related requirements from a software tester’s perspective, outlining testing points, typical problems, and concrete case‑based test‑case designs for line, pie, and radar charts to improve test quality and efficiency.

Radar ChartSoftware TestingUI testing
0 likes · 7 min read
Testing Common Issues and Case Studies for Various Chart Types
Meituan Technology Team
Meituan Technology Team
Nov 23, 2023 · Frontend Development

Multimodal UI Interaction Intent Recognition for Automated Front‑End Testing

Meituan’s in‑store platform team and Prof. Zhou Yangfan’s Fudan group built a lightweight multimodal UI interaction intent recognizer that fuses screenshots, visible text, and render‑tree attributes via a Vision‑Transformer and Chinese BERT self‑attention model, then clusters nodes with a supervised pairwise classifier, achieving the highest F1 scores among baselines on 158 annotated order‑page screenshots from four business lines, enabling automatically generated test cases that execute correctly on 89 % of 100 unseen pages and demonstrating robust, cross‑app generalization for large‑scale front‑end quality assurance.

UI testingfrontend qualityintent recognition
0 likes · 27 min read
Multimodal UI Interaction Intent Recognition for Automated Front‑End Testing
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 22, 2023 · Frontend Development

Applying the Front Door First Principle to UI Component Testing

The article explains the “front door first” principle for UI component testing, showing how a disabled Buy button can be missed by unit tests, demonstrates proper interaction‑based tests with code examples, discusses interface design and mock usage, and concludes with a promotion for a Python continuous‑deployment course.

UI testingfront door principlefrontend
0 likes · 6 min read
Applying the Front Door First Principle to UI Component Testing
JD Tech
JD Tech
Jun 8, 2023 · Operations

Extending Cookie Lifetime for Seamless UI and API Automation

This article presents a practical solution to overcome login obstacles in UI and HTTP API automation by converting short‑lived cookies into permanent ones through a micro‑service, enabling continuous end‑to‑end automated testing without manual re‑login.

CookieMicroserviceSession Management
0 likes · 8 min read
Extending Cookie Lifetime for Seamless UI and API Automation
FunTester
FunTester
May 19, 2023 · Fundamentals

Comprehensive Guide to Software Testing Points: UI, Functional, Performance, Security, and Compatibility

This article outlines essential software testing points—including UI usability, functional correctness, performance load, security controls, and cross‑platform compatibility—explaining why enumerating each test item helps testers design comprehensive cases, detect defects early, and ensure reliable, secure, and user‑friendly applications.

CompatibilityPerformance TestingSoftware Testing
0 likes · 15 min read
Comprehensive Guide to Software Testing Points: UI, Functional, Performance, Security, and Compatibility
FunTester
FunTester
Dec 13, 2022 · Fundamentals

Why Manual Testing Still Matters in the Age of Automation

Even though automated testing speeds up release cycles, manual testing remains essential because it uncovers visual glitches, enables exploratory discovery, catches automation false positives and negatives, handles low‑volume scenarios cost‑effectively, and provides user‑centric insights that guide product optimization.

Software qualityUI testingautomation
0 likes · 4 min read
Why Manual Testing Still Matters in the Age of Automation
Meituan Technology Team
Meituan Technology Team
Sep 15, 2022 · Mobile Development

Automated Testing Exploration and Practice in Meituan Waimai: Introducing the AlphaTest Platform

To cope with Meituan Waimai’s exploding test case volume and diverse technology stacks, the AlphaTest platform was built to provide zero‑learning‑cost, low‑maintenance automated testing that records, simulates environments, uses multi‑modal element locating, cross‑App playback, and AI‑driven image assertions, now covering 70 % of regression cases across native, Mach, React Native, mini‑program and H5.

AlphaTestAutomated TestingMeituan
0 likes · 30 min read
Automated Testing Exploration and Practice in Meituan Waimai: Introducing the AlphaTest Platform
FunTester
FunTester
Aug 1, 2022 · Operations

Mastering Time‑Related UI Testing: Key Scenarios and Checkpoints

Explore comprehensive testing strategies for time‑related UI components—including range pickers, input fields, and date calculators—by examining three practical scenarios, detailed test cases for selection logic, format validation, boundary conditions, and business‑specific constraints to ensure robust and reliable functionality.

UI testingdate calculatorfrontend testing
0 likes · 5 min read
Mastering Time‑Related UI Testing: Key Scenarios and Checkpoints
JD Tech
JD Tech
Jul 18, 2022 · Artificial Intelligence

AI-Powered Visual Defect Detection for Mobile App UI Testing: Methodology, Data Construction, Model Training, and Evaluation

This article presents an end‑to‑end AI‑driven visual testing solution for mobile applications, detailing the business pain points, data set construction, CNN‑based model design, training procedures, performance evaluation with ROC and confusion matrices, and future directions for improving defect detection accuracy.

Computer VisionDeep LearningImage Classification
0 likes · 14 min read
AI-Powered Visual Defect Detection for Mobile App UI Testing: Methodology, Data Construction, Model Training, and Evaluation
Ctrip Technology
Ctrip Technology
May 19, 2022 · Frontend Development

Flybirds v0.2: A Cross‑Platform, Cross‑Framework UI Automation Testing Solution

The article introduces Flybirds v0.2, a plugin‑based, cross‑platform UI automation framework that supports script reuse across web, React Native and native mobile, multiple browsers, concurrent execution, data‑driven testing, and extensible architecture for seamless integration into DevOps pipelines.

PlaywrightUI testingcross‑platform
0 likes · 18 min read
Flybirds v0.2: A Cross‑Platform, Cross‑Framework UI Automation Testing Solution
Baidu Intelligent Testing
Baidu Intelligent Testing
May 6, 2022 · Backend Development

Exploring Baidu's Scalable Intelligent Testing: Automated Test Case Generation for Code, API, UI, and GUI

This article details Baidu's large‑scale intelligent testing framework, describing how AST‑based unit test generation, automated API test creation, visual UI interaction case synthesis, GUI traversal action set generation, and front‑end assertion automation work together to achieve high‑coverage, low‑cost automated testing across multiple languages and platforms.

API testingASTBaidu
0 likes · 10 min read
Exploring Baidu's Scalable Intelligent Testing: Automated Test Case Generation for Code, API, UI, and GUI
Baidu Geek Talk
Baidu Geek Talk
May 5, 2022 · Industry Insights

How Baidu Scales Intelligent Testing: From AST Unit Tests to GUI Action Generation

This article reveals Baidu's end‑to‑end intelligent testing pipeline, detailing AST‑driven unit test creation, automated interface test generation, visual UI interaction case synthesis, smart GUI action set production, and front‑end assertion automation, along with the techniques and results achieved.

ASTAutomated TestingBaidu
0 likes · 11 min read
How Baidu Scales Intelligent Testing: From AST Unit Tests to GUI Action Generation
KooFE Frontend Team
KooFE Frontend Team
Jan 21, 2022 · Frontend Development

Why Playwright Is Becoming the Top Choice for Cross‑Browser UI Testing

Playwright, Microsoft’s open‑source end‑to‑end UI testing framework, supports all major browsers, multiple programming languages, isolated contexts, auto‑waiting, and powerful selectors, making it a fast‑growing alternative to Selenium for developers seeking reliable, cross‑browser automation.

JavaScriptPlaywrightPython
0 likes · 6 min read
Why Playwright Is Becoming the Top Choice for Cross‑Browser UI Testing
FunTester
FunTester
Nov 6, 2021 · Frontend Development

Exploring Automa: A No‑Code Chrome Extension for Web UI Automation

This article reviews the Automa Chrome extension, detailing its installation, main interface, workflow creation, core actions, logging, and plugin utilities, while evaluating its strengths and limitations for automating repetitive web tasks without writing code.

AutomaChrome ExtensionNo-code
0 likes · 4 min read
Exploring Automa: A No‑Code Chrome Extension for Web UI Automation
Youku Technology
Youku Technology
Mar 9, 2021 · Mobile Development

Design and Implementation of a Mobile Automation Testing Framework for Youku APP

The article describes how a three‑layer, cross‑platform mobile automation framework was designed and implemented for the Youku app, integrating driver, encapsulation, and test‑case layers with utilities, logging, image‑recognition and platform reporting to streamline regression testing, cut labor costs, and guide future enhancements.

Mobile AutomationTesting frameworkUI testing
0 likes · 9 min read
Design and Implementation of a Mobile Automation Testing Framework for Youku APP
FunTester
FunTester
Feb 3, 2021 · Fundamentals

Why Atomic Test Cases Boost Automation Speed and Reliability

The article explains how designing atomic automation test cases—each focusing on a single function with minimal UI interaction—provides precise feedback, shortens test chains, improves coverage, enables parallel execution, and offers practical strategies for data injection and handling non‑testable applications.

Automated TestingParallel ExecutionSelenium
0 likes · 8 min read
Why Atomic Test Cases Boost Automation Speed and Reliability
Taobao Frontend Technology
Taobao Frontend Technology
Nov 23, 2020 · Frontend Development

How Frontend Teams Tame Financial Loss Risks with Static Scans and UI Test Automation

This article details the evolution of front‑end asset‑loss (资损) prevention at Alibaba, from manual pre‑play rehearsals to productized solutions such as front‑back reconciliation, AST‑based static code scanning with Babel, and record‑playback UI test scanning, highlighting challenges, implementations, and future directions.

ASTUI testingbabel
0 likes · 21 min read
How Frontend Teams Tame Financial Loss Risks with Static Scans and UI Test Automation
FunTester
FunTester
Sep 17, 2020 · Fundamentals

Selenium Automation Best Practices and Testing Techniques

This article presents comprehensive Selenium automation best practices, covering the importance of learning testing techniques, distinguishing manual and automated test cases, handling unstable features, creating high‑quality test data, reducing maintenance, extending test coverage, avoiding excessive UI automation, and ensuring fast feedback for reliable software delivery.

SeleniumUI testingmanual testing
0 likes · 11 min read
Selenium Automation Best Practices and Testing Techniques
FunTester
FunTester
Sep 5, 2020 · Frontend Development

Why UI Testing Is Essential: Manual vs Automated Strategies Explained

UI testing ensures that a website’s interface functions correctly and delivers a smooth user experience, covering manual and automated approaches, cross‑browser compatibility, exploratory and scripted techniques, and performance considerations, illustrated with real‑world ticket‑booking examples and practical Selenium automation benefits.

SeleniumUI testingautomation
0 likes · 11 min read
Why UI Testing Is Essential: Manual vs Automated Strategies Explained
FunTester
FunTester
Apr 8, 2020 · Frontend Development

Why UI Testing Is Essential: Manual vs Automated Strategies Explained

This article explains the importance of UI testing, distinguishes it from GUI testing, compares manual and automated approaches—including Selenium benefits—and outlines key techniques such as exploratory, scripted, and user‑experience testing, while highlighting cross‑browser and performance considerations.

SeleniumUI testingautomation
0 likes · 11 min read
Why UI Testing Is Essential: Manual vs Automated Strategies Explained
DevOps
DevOps
Sep 18, 2019 · Operations

Introduction to Microsoft UIAutomation and Practical Usage for UI Testing

This article introduces Microsoft UIAutomation, explains its architecture and AutomationElement model, compares UI element inspection tools (UISpy vs Inspect), demonstrates how to capture element properties with Inspect, and shows how to write C# automation scripts while highlighting common testing challenges.

AutomationElementMicrosoftUI testing
0 likes · 7 min read
Introduction to Microsoft UIAutomation and Practical Usage for UI Testing
FunTester
FunTester
Sep 12, 2019 · Mobile Development

How to Distinguish UI Controls by Color Using UiAutomator in Android

The author shares a practical UiAutomator solution that captures screenshots, extracts bitmap data, and analyzes pixel colors to programmatically determine whether a UI element appears blue, including reusable helper methods for retrieving individual red, green, blue, or full RGB values.

AndroidColor DetectionUI testing
0 likes · 6 min read
How to Distinguish UI Controls by Color Using UiAutomator in Android
FunTester
FunTester
Sep 4, 2019 · Mobile Development

A Flexible UiAutomator Helper for Android UI Testing – Full Source and Guide

This article presents a customizable Java helper class for Android UiAutomator that streamlines test project creation, build modification, APK deployment, and test execution, complete with detailed code, command explanations, and logging utilities for flexible mobile UI testing.

AndroidUI testingUIAutomator
0 likes · 8 min read
A Flexible UiAutomator Helper for Android UI Testing – Full Source and Guide
FunTester
FunTester
Sep 2, 2019 · Mobile Development

Implementing Long‑Press Actions in Android UiAutomator Tests

This guide shows how to create reusable UiAutomator helper methods that perform long‑press actions on Android UI elements—by resource ID, visible text, or explicit coordinates—using a swipe call with a 300‑step duration, and mentions extending the approach to custom gesture paths.

AndroidLong PressUI testing
0 likes · 3 min read
Implementing Long‑Press Actions in Android UiAutomator Tests
FunTester
FunTester
Aug 26, 2019 · Mobile Development

A Complete UiAutomator Utility Library for Android UI Testing

This article shares a comprehensive collection of reusable UiAutomator methods—including swipe gestures, screenshot handling, image analysis, UI element lookup, waiting strategies, click actions, scrolling, app launch/stop commands, and miscellaneous helpers—providing Android developers with ready‑to‑use Java code for robust UI automation testing.

AndroidUI testingUIAutomator
0 likes · 21 min read
A Complete UiAutomator Utility Library for Android UI Testing
FunTester
FunTester
Aug 19, 2019 · Frontend Development

Counting UI Elements in Android UiAutomator with a Custom Java Method

The article describes a problem encountered while learning Android UiAutomator—determining the number of assignment items on a screen—and presents a Java solution that iterates over UI elements using a custom getCountByResourceId() method, similar to Selenium's findElements(), with a code example illustrating the approach.

AndroidCode ExampleUI testing
0 likes · 2 min read
Counting UI Elements in Android UiAutomator with a Custom Java Method
iQIYI Technical Product Team
iQIYI Technical Product Team
May 17, 2019 · Mobile Development

iOS Multi‑Device Remote Control and Automated Testing Platform

The iQIYI testing team created a high‑stability, low‑latency iOS remote‑control platform by extending WebDriverAgent with native gesture and screenshot APIs, deploying a Mac‑mini‑based device pool for parallel testing, and adding AI‑driven UI anomaly detection, performance logging, and crash‑monitoring services to enable scalable automated and Monkey testing.

Device FarmUI testingautomation
0 likes · 12 min read
iOS Multi‑Device Remote Control and Automated Testing Platform
Baidu Intelligent Testing
Baidu Intelligent Testing
Jan 9, 2019 · Operations

Automated Visual Assertion for Search Template Rendering Using Logical Block Modeling

The article describes a visual‑based automation framework that extracts logical blocks and relative positions from template screenshots, builds a mathematical model, and uses an expert‑system approach to automatically detect layout anomalies across diverse search result templates, reducing manual testing effort.

Image ProcessingUI testingautomation
0 likes · 11 min read
Automated Visual Assertion for Search Template Rendering Using Logical Block Modeling
Baidu Intelligent Testing
Baidu Intelligent Testing
Jun 5, 2018 · Artificial Intelligence

Applying Deep Learning for Automated UI Bug Detection in Mobile Apps

To address the rising cost of manual UI testing on diverse mobile devices, the article presents a deep‑learning‑based solution using PaddlePaddle that automatically detects UI style bugs such as misaligned controls, text overlap, and blank spaces through data‑driven model training, image preprocessing, and classification.

Deep LearningImage ClassificationPaddlePaddle
0 likes · 10 min read
Applying Deep Learning for Automated UI Bug Detection in Mobile Apps
360 Tech Engineering
360 Tech Engineering
Apr 9, 2018 · Mobile Development

Comprehensive Black‑Box Testing Guide for Mobile Apps

This article presents a detailed collection of black‑box testing methods for mobile applications, covering installation, launch, uninstall, network conditions, input validation, compatibility, storage, upgrade, UI friendliness, screen rotation, interruption, resource conflicts, and multi‑touch scenarios.

CompatibilityUI testingapp testing
0 likes · 11 min read
Comprehensive Black‑Box Testing Guide for Mobile Apps
Baidu Intelligent Testing
Baidu Intelligent Testing
Aug 1, 2017 · Operations

Live Streaming Compatibility, Performance, and UI Testing Guidelines

This guide outlines comprehensive compatibility, performance, and UI testing procedures for live‑streaming applications, covering device and network variations, CPU, memory, bandwidth, battery, temperature, latency, resolution, UI layout, navigation, and content validation to ensure a stable and user‑friendly streaming experience.

Performance TestingUI testingcompatibility testing
0 likes · 8 min read
Live Streaming Compatibility, Performance, and UI Testing Guidelines
Hujiang Technology
Hujiang Technology
May 2, 2017 · Mobile Development

How to Build a Full‑Coverage Android UI Test Platform with Espresso

Despite widespread reliance on manual UI testing, this article details how the author’s team built an Espresso‑based test platform that achieves 80‑90% functional coverage, introduces the ETP design, explains single‑page testing, test flows, and shares practical solutions to common Espresso pitfalls.

AndroidEspressoIdlingResource
0 likes · 16 min read
How to Build a Full‑Coverage Android UI Test Platform with Espresso
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 22, 2016 · Mobile Development

Automated Testing and Monitoring Solution for Baidu Nuomi O2O Mobile Component Framework

This article presents a comprehensive automated testing and proactive monitoring solution for Baidu Nuomi's O2O mobile component framework, detailing component‑level UI element identification, schema‑based entry shortcuts, wireless Android test apps, daily case execution, and a JavaScript‑driven monitoring engine that captures UI, request and exception anomalies across iOS and Android.

AndroidUI testingautomation
0 likes · 12 min read
Automated Testing and Monitoring Solution for Baidu Nuomi O2O Mobile Component Framework
360 Quality & Efficiency
360 Quality & Efficiency
Aug 18, 2016 · Frontend Development

Comprehensive Front-End UI Component Testing Checklist

This article provides a detailed checklist of test cases for common web front‑end UI components such as tree controls, various chart types, maps, file upload/download, image handling, URL validation, and IP input fields, helping testers ensure functional correctness, data integrity, and user experience.

UI testingcomponent checklistfrontend
0 likes · 10 min read
Comprehensive Front-End UI Component Testing Checklist
360 Quality & Efficiency
360 Quality & Efficiency
Aug 15, 2016 · Frontend Development

Common Web UI Component Test Scenarios and Checklist

This article outlines common test scenarios and checklists for web UI components such as navigation bars, input fields, buttons, dropdowns, tables, radio and checkbox groups, dual list boxes, and time pickers, helping testers ensure functionality, usability, and data integrity.

UI testingWebcomponent testing
0 likes · 10 min read
Common Web UI Component Test Scenarios and Checklist
Qunar Tech Salon
Qunar Tech Salon
Aug 10, 2016 · Mobile Development

Qunar Mobile Testing Cloud (Nebula): Architecture, Features, and Deployment

The article introduces Qunar's Mobile Testing Cloud (Nebula), detailing its device and service autonomy, core functions such as smart distribution, distributed scheduling, device management, and task scheduling, the supported UI automation, monkey and installation tests, and the practical deployment setup using mac mini slaves.

NebulaUI testingautomation
0 likes · 5 min read
Qunar Mobile Testing Cloud (Nebula): Architecture, Features, and Deployment