Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the Test Cases for " Test Cases " ?

Answer Posted / yogesh bhadane

1.To write a testcase there shud be some specification or
if no document is available then there shud be some source
where the functional knowlegde can be gathered(
person,developer etc)
2. Some source using which test data can be generated.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a test case for telephone billing ?

4544


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

2258


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1829


What is the domain testing?

1295


Write a test case for telephone?

1207


how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.

2674


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

2716


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

4275


Explain the functional testing?

1203


What is ramp testing?

1215


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2689


Positive and Negative test cases for the speedometer?(minimum 5 each)

2947


Why is it that the boundary value analysis provides good test cases?

1340


write test cases for flipkart.

11187


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

2525