## Audit Testing Methods in an Automated Environment
The four methods used to test controls in an automated environment are summarized by the mnemonic IIO-R:
| Method | Evidence Quality | Efficiency |
|---|---|---|
| Inquiry | Lowest | Highest (most efficient) |
| Inspection | Moderate | Moderate |
| Observation | Moderate | Moderate |
| Reperformance | Highest (most effective) | Lowest (most time-consuming) |
---
### Key Rules
1. Inquiry alone is never sufficient – it gives the least audit evidence. Always combine with at least one other method.
2. Reperformance gives the best audit evidence but is the most time-consuming and least efficient.
3. Inquiry + Inspection = most effective AND efficient combination in practice.
4. Which method to use is a matter of professional judgment, based on:
- Risk assessment
- Control environment
- Desired level of evidence
- History of errors/misstatements
- Complexity of the business
- Assertions being addressed
---
### Quick Reference
```
Most Efficient ←————————————————→ Most Effective
Inquiry → Inspection → Observation → Reperformance
(least evidence) (most evidence)
```