Account lockout mechanisms should be present within an application to mitigate brute-force login attacks. Typically, applications set a threshold between three to five attempts. Many applications lock for a period of time before a re-attempt is allowed.
Penetration testers must test all aspects of login protections, including challenge questions and response, if present.