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
Suppose a job should be executed for every two hours? Write test case for this?
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
How to write email id in world wide web
can any body help me with providing a a case for usability testing...
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
Explain the smoke testing?
Explain the functional testing?
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.)
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
Explain how to develop a test plan and a test case.
Explain the component testing?
Why does the boundary value analysis provide good test cases?
Write all test cases for Bus Pass Renewal
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Write a test case for computer keyboard?