Reviews, walkthroughs, and inspections are static testing techniques because they examine software artifacts (code, documents, design) without executing the system. They involve human reviewers checking for defects, compliance, and quality issues through manual examination rather than running the code. Integration and regression testing are dynamic testing methods that require code execution, while static testing relies on analysis and review processes.