Claude Code

AI & LLM Testing

// Definition

Anthropic's command-line AI coding agent. Unlike chat-based AI tools, Claude Code runs directly in the terminal with read/write access to the project file system. It reads existing test files, runs commands, generates code that matches project conventions, commits changes via git, and connects to external tools through MCP servers. The key distinction from autocomplete assistants like GitHub Copilot is agency: Claude Code accepts high-level multi-step instructions and executes them autonomously, checking in for approval before destructive actions.

// Related terms

Learn more · Claude Code for QA

Chapter 1 · Lesson 1: What Is Claude Code and How It Differs from ChatGPT