🎴 Flashcard Mode
Insurance Software Testing
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What is Concurrency Testing ?
AnswerClick to flip back
A
Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.
💡 Explanation:
Concurrency testing is multi-user testing that evaluates what happens when multiple users or processes access the same application code, module, or database records simultaneously. It identifies locking issues, deadlocking problems, and single-threaded code that should be multi-threaded. Option A correctly describes this testing approach. Options B, C, and D incorrectly describe concurrent design, single-user testing, or post-design testing - none of these capture the essence of concurrency testing.