what are the inputs required for writing test cases

Answers were Sorted based on User's Feedback



what are the inputs required for writing test cases..

Answer / fiza

Use cases or SRS or FS is our input for writing test cases.
First of all we abstract scenarios from usecases and then
we write test cases in Test Director.

Is This Answer Correct ?    8 Yes 1 No

what are the inputs required for writing test cases..

Answer / swathi

For writing test cases we have inputs as
SRS the test manager will give the scenarios that posible
conditions to check in a perticular project this will be
also an input for test cases

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Test Cases Interview Questions

Pls tell me test cases for pepper grinder

0 Answers  


how to write test cases for smart meter for gas and electricty

0 Answers  


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

0 Answers  


Give examples of boundary value and equivalence partitioning test cases.

10 Answers   IBM, Mind Tree,


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

0 Answers   TCS,






Write the integration test cases for below scenario: You have three components 1. Message 2. Call 3. Call Log Hint: Mobile phone message box

2 Answers   Cap Gemini, EXL,


Explain the glass box testing?

0 Answers  


Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.

6 Answers   Adobe,


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

0 Answers   Infosys,


how to write the test cases in excel format

0 Answers  


how to search a Unix file system in Google search engine??? write the test cases foe that one???what will be the step

0 Answers  


What is DOMAIN TESTING

1 Answers  


Categories