Tagged articles

test generation

12 articles · Page 1 of 1
Woodpecker Software Testing
Woodpecker Software Testing
Mar 22, 2026 · Operations

How Intelligent Regression Testing Redefines Performance Optimization in 2026

In 2026, intelligent regression testing (IRT) transforms performance optimization by shifting from exhaustive execution to semantic‑aware test selection, AI‑driven test generation, heterogeneous resource scheduling, quantized assertions, and digital‑twin feedback loops, dramatically cutting test suites, execution time, and failure‑analysis latency while preserving accuracy.

AI Test SelectionCI/CD optimizationDigital Twin
0 likes · 7 min read
How Intelligent Regression Testing Redefines Performance Optimization in 2026
Ubiquitous Tech
Ubiquitous Tech
Sep 30, 2025 · Artificial Intelligence

16 Practical Ways to Elevate AI Code Review Quality

The article tells of a developer whose code caused a CPU spike, shows how an AI code review tool caught an unnecessary database query, and then outlines sixteen practical ideas—including multi‑turn dialogue, diff analysis, domain fine‑tuning, CI/CD integration, template feedback, intent inference, automated test generation, security scanning, auto‑fix suggestions, performance analysis, readability scoring, and visual reporting—to improve AI‑assisted code review quality.

AI code reviewCI/CDPrompt Engineering
0 likes · 20 min read
16 Practical Ways to Elevate AI Code Review Quality
Volcano Engine Developer Services
Volcano Engine Developer Services
Dec 26, 2024 · Artificial Intelligence

How LLMs Can Auto-Generate Unit Tests: Insights from ByteDance’s QCon Talk

This article summarizes ByteDance’s quality‑efficiency expert Zhao Liang’s QCon presentation on using large language models to automatically generate unit tests, covering pain points, goals, data‑quality engineering, model‑analysis fusion, architecture, evaluation metrics, and future plans for a production‑grade testing tool.

AILLMSoftware Engineering
0 likes · 26 min read
How LLMs Can Auto-Generate Unit Tests: Insights from ByteDance’s QCon Talk
Continuous Delivery 2.0
Continuous Delivery 2.0
May 30, 2024 · Artificial Intelligence

Meta’s TestGen‑LLM: AI‑Driven Automatic Unit Test Generation for Kotlin Code

In 2024 Meta introduced TestGen‑LLM, an AI‑powered tool that automatically generates Kotlin unit tests using large language models, improving test coverage through a multi‑stage pipeline of candidate generation, compilation filtering, execution filtering, coverage validation, refactoring, and engineer review, with reported coverage gains across Facebook and Instagram codebases.

AIKotlinLLM
0 likes · 6 min read
Meta’s TestGen‑LLM: AI‑Driven Automatic Unit Test Generation for Kotlin Code
phodal
phodal
May 6, 2024 · Frontend Development

How AutoDev Brings AI-Powered Code Generation to VSCode: Architecture & Features

AutoDev for VSCode extends the AI-driven coding assistant from IntelliJ IDEA to the VSCode ecosystem, detailing its unified architecture, dependency-inverted plugin system, event-driven UI, core interfaces, test-generation prompts, and the 0.1.0 release features such as custom AI commands, test and comment generation.

AI coding assistantAutoDevPlugin architecture
0 likes · 8 min read
How AutoDev Brings AI-Powered Code Generation to VSCode: Architecture & Features
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 1, 2024 · Artificial Intelligence

Advanced GitHub Copilot Techniques: Generating Tests, Q/A Dialogues, and Chat Window Management

This article provides a detailed guide on using GitHub Copilot's advanced features—including generating unit tests via the /tests command, interacting through Q/A style prompts, and expanding the Copilot Chat window—while also offering practical tips, warnings, and subscription information for the AI coding assistant.

AI coding assistantArtificial IntelligenceDevelopment Tools
0 likes · 6 min read
Advanced GitHub Copilot Techniques: Generating Tests, Q/A Dialogues, and Chat Window Management
Ant R&D Efficiency
Ant R&D Efficiency
Oct 26, 2023 · Artificial Intelligence

TestAgent: Open-Source 7B LLM That Supercharges Automated Test Generation

TestAgent is an open-source 7B test-domain LLM that delivers multi-language test-case generation, automatic assert completion, and a rapid deployment framework, offering industry-leading pass@1 scores, a ChatBot UI, and detailed setup instructions for diverse hardware environments.

AI testingModel deploymentOpen Source
0 likes · 8 min read
TestAgent: Open-Source 7B LLM That Supercharges Automated Test Generation
ByteDance SE Lab
ByteDance SE Lab
Dec 3, 2021 · Backend Development

How ByteDance’s SmartUnit Automates Backend Unit Test Generation

This article details ByteDance Quality Lab’s SmartUnit system, which intelligently generates and validates backend unit tests using AST analysis, genetic algorithms, and instrumentation, achieving automated test creation, high coverage, precise assertions, and seamless CI integration while addressing the high cost and complexity of traditional unit testing.

Automationcode instrumentationgenetic algorithm
0 likes · 17 min read
How ByteDance’s SmartUnit Automates Backend Unit Test Generation
DevOps
DevOps
May 10, 2021 · Backend Development

Automated Unit Test Generation for Exception Recall in C/C++ Services

This article presents a white‑box, unit‑test‑driven approach for automatically generating C/C++ test cases that detect and recall runtime stability issues, detailing problem analysis, solution design, code‑analysis, test‑data generation, code generation, failure analysis, and deployment results across large‑scale backend modules.

C++FuzzingStatic Analysis
0 likes · 19 min read
Automated Unit Test Generation for Exception Recall in C/C++ Services