test case for coffee machine?

Answer Posted / puja

Hi Shiva,

The test cases which you given for coffee machine is really
gud,till now i dont hav much idea abt testing.Now i got
clear picture in my mind abt how to test objects.Thanking
you very much and keep Ans the qustions.

pooja

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

This was asked to me recently in Microsoft interview How would you do DOS copy command testing

1914


Please guide me for Add new user test cases

1104


How can we write a good test case?

710


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

1948


What are the test cases for mouse?

853






How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1446


Explain the syntax testing?

681


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


Explain the concept of semi-random test cases?

796


how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password

2576


Which of the following defines the expected results of a test? Test case specification or test design specification.

1019


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

905


How to write test cases for lift?

821


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1434


Write a test case for computer keyboard?

783