2Automated 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.
5Functional vs Performance RequirementsWhen defining functional vs performance requirements, the first one should address what a system should do and the second what level of quality should be met.