I need some advice on how to resolve ambiguities within application specifications. As one simple example,
When a user fails to authenticate after a number of times, send a notification to IT.
In the above example, it is not clear how many times "a number of times" is. It is not clear and I cannot simply set a random limit like 1000 times.
How would you go about to resolve unclear portions in any specifications? (not just the one I mentioned)
And also, what kind of topics should I search for on Google or for books for these kind of situations? Software engineering? Agile development? I am not sure where to start.
Any helpful know-hows and tips would be greatly appreciated.