Software QA Testing Question:
What is Race Condition?

Answer:
A cause of concurrency problems. Multiple accesses to a shared resource, at least one of which is a write, with no mechanism used by either to moderate simultaneous access.
Previous Question | Next Question |
What is Ramp Testing? | What is Test Plan? |