During performance testing, it is crucial to definefailure handling proceduresto ensure thatfailures do not introduce additional errorsinto the test execution process. This helpsmaintain test accuracyandavoid misleading results.
Option A (Meeting stakeholder expectations)is important but not the primary reason for defining failure handling.
Option C (Capturing all defects)is ageneral testing principle, not specific to failure handling in performance tests.
Option D (Minimizing distractions)is not a valid reason for defining failure handling.
Which of the following is a static performance test?
Options:
A.
Usability test of the user interface
B.
Evaluation of the test execution skills of the testers
C.
Review of the network architecture
D.
Formal signature approval by the end users
Answer:
C
Explanation:
Astatic performance testis anon-execution-based reviewthat analyzes system architecture, network configurations, and other elements thataffect system performance before execution.
Option A (Usability test)is not a static performance test but rather a functional or UX evaluation.
Option B (Evaluation of testers' skills)is unrelated to performance testing.
Option D (Formal signature approval)is an administrative task and not a static test.
Which of the following is a best practice to include in performance test scripts when verifying results?
Options:
A.
Increase the number of scripts executed to provide greater coverage.
B.
Verify that correct information was added to the database.
C.
Add transaction timers to collect response times.
D.
Hold the development team accountable for system performance.
Answer:
B
Explanation:
One of thebest practices in performance test scriptingis tovalidate that correct data is recorded in the databaseafter execution. This ensures thatperformance issues do not impact data integrity.
Option A (Increasing the number of scripts)may providemore coverage but does not verify accuracy.
Option C (Adding transaction timers)is useful for performance monitoring but does not ensurecorrect data entry.
Option D (Holding the development team accountable)is amanagement responsibility, not a scripting best practice.
[Reference:ISTQB CT-PT Syllabus, Section 3.6: Best Practices in Performance Test Scripting., ]