2How to Make Your Go Program Run Faster?This article is about the Go language. It primarily focuses on runtime speed, rather than development speed – these two types of speed are distinct.
3Automated Unit Test Generation for Regression Testing: A Case StudyLearn 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.
4The Magic of Automated Testing for StartupsThis article explores the benefits of automated testing for startups, the considerations for choosing between manual and automated testing, and the intertwined nature of these testing approaches.
5H5 vs WeChat Mini Program Testing: Key Differences and ComparisonLearn the key differences between H5 and WeChat Mini Program testing. Compare development tools, system permissions, performance, sharing methods, payment options, and testing strategies for both platforms.