What are the test cases to write to test user account
locksout after 5 invalid attempts
Answers were Sorted based on User's Feedback
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 |
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 |
What is explain security testing?
Explain the scalability testing?
what are those parameters or matrixes for tesing a software user interface?
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
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);
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
What are test cases for Car Locking System?
What is the Difference between Testing Types and Testing Techniques
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
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.
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?