Testing Fundamentals - Testing Types and Levels
A software system has passed unit and integration tests. During system testing, it fails to handle simultaneous user logins correctly, causing data conflicts. What is the best approach to solve this issue?
