test case for coffee machine?

Answer Posted / rituparna

1.It should ask to display your ID card before dispensing
coffee.(This is to avoid un authorised use of the machine)
2.The should provide different choice of drinks viz
Tea,Soup etc.
3.The buttons should be easy to operate.
4.When one press the coffee button,the machine should ask
to show the ID card and then only it should dispense coffee.
5.Machine should store coffee powder & hot water in
different compartments.
6.These two materials shouls be dispensed in proper
proportion.
7.When one press COFFEE button,only coffee should be
dispensed( and not the other drink.)
8.It should be hot enough.
9.Machine should raise a alarm when one of the ingredients
is running out of stock.
10.It should dispense the coffee in proper pre defined
quantity.
11.Machine should have a stand to hold the cup.

Is This Answer Correct ?    13 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the functional testing?

662


What is the difference between test scenarios, test cases, and test script?

689


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

2571


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

3316


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

1824






How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1528


can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.

2967


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

679


pls i want test cases for oss? whts the process of oss testing

2001


Explain the gray box testing?

718


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1089


Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.

1718


Could you pls give me sites where i can test card? mail me to

2286


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

1928


Explain the syntax testing?

670