test cases for restaurant billing system????????
Answer / 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 |
How many test cases you will execute per day?
Explain the syntax testing?
Explain the acceptance testing?
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
Which testing is important, positive testing or negative testing. Test cases for postive and negative testing for a given functionality.
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
could somebody plz tell me the test cases on online credit card payment?
write testcases to waterbottle?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Explain the soak testing?