Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the test cases to write to test user account
locksout after 5 invalid attempts

Answers were Sorted based on User's Feedback



What are the test cases to write to test user account locksout after 5 invalid attempts..

Answer / yuxia

1. 1st attempt login with invalid credential - error message
should display

2. 4th attempt login with invalid credential - error message
should display

3. 5th attempt login with invalid credential - system
message should display that user account is locked out

4. 6th attempt login with valid credential - system message
should display saying that user account has been locked out
and please contact admin

Is This Answer Correct ?    14 Yes 0 No

What are the test cases to write to test user account locksout after 5 invalid attempts..

Answer / mudaseer

enter the wrong password for 5 times then it should display phone is locked unlock the phone by entering your gmail
id and password

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More Test Cases Interview Questions

What is explain security testing?

0 Answers  


Explain the scalability testing?

0 Answers  


what are those parameters or matrixes for tesing a software user interface?

2 Answers  


Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad

2 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?

7 Answers  


What are test cases for Car Locking System?

7 Answers   GrapeCity, HCL,


What is the Difference between Testing Types and Testing Techniques

4 Answers   ISTQB,


Sir I m student I mreading sytem testing as my core paper I want to know how I can make Test case for smple Login Form

4 Answers   IBM,


Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.

3 Answers  


What is the differance between Bug and Defect.

17 Answers   Cap Gemini, CarrizalSoft Technologies,


What is the difference between System testing and System Integration testing?

4 Answers   Infosys,


Categories