what are the sanity test cases for a waterBottel?

Answer Posted / sowmya

1.Fill in water and check if it has any hole.(The bottle
should not have any hole.)
2.the bottle should have a lid and it must perfectly fit to
the bottle.
3.We should be able to hold the bottle with ease.
4.The bottle base should be plane so that it stands on the
floor.
5.Bottle neck should be narrow(so that water can be consumed
in a slow & steady manner).

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

3556


How should I maintain the test cases and Test Log for different versions/builds of the application.

1961


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1921


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


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

1661






Write test cases for 8+4?

750


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2255


How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.

3028


Explain the integration testing?

691


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.

1859


Explain the branch coverage testing?

688


Explain the glass box testing?

651


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

1429


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?

893


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2082