Customer Cases
Pricing

game-console

Explore our blog content to learn more about the unique strengths of WeTest
The WeTest Blog
Read More
1Lessons from 194 Tracked Bugs: Improving Coding, Testing, and Debugging Practices Below are the most important lessons I've summarized, covering three aspects: coding, testing, and debugging.
2Effective Package Reduction and Optimization Techniques for App Developers Today, let's discuss how Tencent staff tackle the issue of package reduction and optimization to make their apps more efficient and user-friendly!
3Understanding the Android System Input Subsystem and Event Distribution Process In this article, we delve into the Android system input subsystem to understand how input events are obtained and processed through callback functions.
4How to Efficiently Test iOS Apps with Appium on WeTest To ensure the quality of our iOS Apps during development and testing, we decide to use Jenkins jobs to test it on WeTest cloud devices for every update of our app. After investigating various tools, we use gtest + gmock as the unit test framework and Appium as the UI test framework for the SDK.
5Automated Unit Test Generation for Regression Testing: A Case Study Learn how Baidu built an automated unit test generation system for C/C++ that detects regression issues proactively. This case study covers code analysis, test data generation, failure analysis, and results from deploying across 140+ modules.