Ifmultiple virtual users execute the same script while logged in as the same user, it can causedata conflicts, session collisions, or cache interference, leading toinconsistent performance test results.
Option A (Concurrent scripts accessing the same data)may causedata locking issues, but this is atest setup concern rather than an inconsistency issue.
Option B (Sequential scripts accessing the same data)does not typicallycause inconsistenciessince they execute in order.
Option D (Verification with management)is unrelated totechnical inconsistencies.
[Reference:ISTQB CT-PT Syllabus, Section 3.7: Handling Data and Session Management in Performance Testing., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit