can u say me how many test cases i can get for a user to
login and enter password ..please specify in testcase
desing template for that

Answer Posted / m.srinivas

min=5;............... valid

max=10;............... valid
min-1= 4;........... invalid
min+1= 6;........... valid
max-1=9;...........valid
max+1=11;.............. invalid

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.)

837


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2269


Explain the sanity testing?

696


Explain the exactly meaning of test case?

700


Do you write test plan and test case?

1914






How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.

3039


Can anybody help me out to write test cases for booking train ticket online???

5262


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

1525


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

1684


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);

1943


Can you list down a few characteristics of a test case?

715


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

2074


Explain the unit testing?

671


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

3519


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3096