1. ISTQB® Certified Tester Performance Testing Syllabus (2018): Section 2.4
"Managing a Performance Test Project
" emphasizes the role of the performance test manager in "creating a realistic schedule for performance testing activities" and "tracking the progress of the performance testing activities against the schedule." This directly implies that tests must be executable within the project timeframe to be manageable and effective.
2. The Art of Software Testing
3rd Edition (G. J. Myers
C. Sandler
T. Badgett): While a general testing book
it establishes the universal principle that testing operates under constraints. Chapter 2 discusses the economics of testing
noting that "you can't test everything" and that testing efforts must be planned and budgeted
which inherently includes time constraints. This principle applies directly to specialized testing like performance testing.
3. A Practical Guide to Testing in DevOps (K. E. Block): In the context of modern development
this guide emphasizes the need for fast feedback loops. Chapter 5
"Performance Testing
" discusses integrating performance tests into the CI/CD pipeline
which requires tests to be "fast enough to provide timely feedback." This reinforces the principle that test execution time is a critical constraint.