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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose a job should be executed for every two hours? Write test case for this?

814


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2174


How to write email id in world wide web

1541


can any body help me with providing a a case for usability testing...

1793


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

1937






Explain the smoke testing?

739


Explain the functional testing?

769


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

926


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2046


Explain how to develop a test plan and a test case.

777


Explain the component testing?

864


Why does the boundary value analysis provide good test cases?

788


Write all test cases for Bus Pass Renewal

1195


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2313


Write a test case for computer keyboard?

881