Customer Cases
Pricing

casestudy

Explore our blog content to learn more about the unique strengths of WeTest
The WeTest Blog
Read More
1How to Enhance Performance Tests with Custom Network Scenarios LEARN HOW TO CREATE CUSTOM NETWORK SCENARIOS TO ENHANCE YOUR PERFORMANCE TESTING AND IMPROVE YOUR APPLICATION'S USER EXPERIENCE
2Enhancing Game Quality with Tencent's automated testing platform UDT, a case study of mobile RPG game project We are thrilled to present a real-world case study that illustrates how our UDT platform and private cloud for remote devices empowered an RPG action game with efficient and high-standard automated testing. This endeavor led to a substantial uplift in both testing quality and productivity.
3End to End Testing vs Integration Testing: Key Differences Today we are going to talk about end-to-end testing vs integration testing and all the related concepts which one needs to know to get started with these testing techniques.
4Automated 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.
5Understanding the Role of New and Delete Functions in C++ C++ is one of the most commonly used languages in corporate development, and the New and Delete functions are both loved and hated by developers. Bugs and coredumps caused by New and Delete have made countless programmers work overtime.