Software QA Testing Question:
What is Concurrency Testing?
Answer:
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.
Previous Question | Next Question |
What is Conformance Testing? | What is Component Testing? |