Define Testcase.

Answer Posted / balaji m

A test case describes an input or event and an expected
responce to determine if a feature of a software
application is working correctly.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

1933


write the testcases for migrating data from one database to another database?

1904


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

1854


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1937


How to write email id in world wide web

1439






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

1940


write test case for pen cap if it is not present?

2103


Explain the logic testing?

672


can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u

1672


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

2072


What are the Test Cases Comes under Regression Suite?

510


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

835


Suppose a job should be executed for every two hours? Write test case for this?

704


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

695


Explain the acceptance testing?

698