I always hear that a user story should be very short and clear, so it can be written on a note etc. Like "As a user, I want to be able to enter, modify and delete people in the directory".
But for testing, we need to know:
- What are the fields, what are boundaries and ranges (int16-32?)
- What are the validation messages?
- Length of strings etc.
How is this solved in Scrum?