Write the 3 TestCases to prove tht it is a softdrinkbottle
or not.
Answer Posted / nish
1.check if it has any name mentioned as Soft drink on the
bottle.
2.check the contins and the flovor of the bottle
3.make sure that the color and floavor and quantatty
mentioned or same .
4.check if it contains any chemicals .
5.Check the expiry period and try to check if has some
smell before the expiry period.
6.check its effect when it is in Cold storage and hot
storage .
7.check if the bottle has properly sealed or not .
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain the exactly meaning of test case?
Pls tell me test cases for pepper grinder
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?
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
What is the logic testing?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profileĀ
Explain the scalability testing?
What is test environment? Elaborate with example.
Scenarios to test wireless Speaker via bluetooth
Explain the smoke testing?
Write the test case for a login page?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
How to generate test cases for 'replace a string' method?