when we should start writing test cases?

Answer Posted / mohammed arshad - creative tec

A tester can start writing test cases once he gets the SRS.
The SRS copy may be the final copy or may not be the final
copy(i.e. there could be changes in the SRS), but the
tester can start writing the test cases.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain end to end scenario's for online Money transfer in Banking Domain?

1408


test cases for friend finder system using gps?

1186


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

1936


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2705


test cases for bus transport (TNSTC)

2802






write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2553


Write all test cases for Bus Pass Renewal

1077


For how many days (or) weeks you will test a product or software?

1564


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

689


Explain transaction testing?

655


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1730


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1899


What is the logic testing?

774


Elaborate test plan and content availability in test plan.

671


1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks

2202