test cases for restaurant billing system????????
Answer Posted / satheesh
1.Display all the items consumed by the customers with the
respective amount of that food
2.Add all the amount and display the grand total
3.Calculate the VAT percentage according to total amount and
grand total it
| Is This Answer Correct ? | 25 Yes | 7 No |
Post New Answer View All Answers
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
How to write test cases for lift?
Explain the branch coverage testing?
Can anybody help me out to write test cases for booking train ticket online???
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
how to test stand alone programs?
Write test cases to test a browser app
write test cases for hospitality management system
Explain the syntax testing?
What is test cases for mobile phone ?
How can we write a good test case?
Do you know mutation testing?
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
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?