This document outlines common mistakes made by new performance test engineers. It discusses 6 main mistakes: 1) only checking HTTP status codes without validating transactions, 2) using improper think and pause times, 3) prematurely identifying bottlenecks without root cause analysis, 4) making false assumptions during tests, 5) attempting analysis before tests complete, and 6) getting stuck on anomalies that don't reproduce by only running tests once. The document emphasizes the importance of validation, realistic timing, methodical testing, letting tests complete before analysis, and running tests multiple times to avoid non-reproducible issues.