Please can anybody tell me some good ideas to write test
case for fan and test case for chair?

Answer Posted / parimla

For CHAIR:

Check for required look -> two legs, two hands, seat etc..
Check the fixtures
Load testing -> how many lbs. can it hold
Stress testing -> testing beyond its normaloperation:
rocking, sitting reverse etc..
Acceptance testing -> test if it satisfies the user's
requirement of sitting in the chair with basic comfort level

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1081


write test case for pen cap if it is not present?

2087


how to write test cases for smart meter for gas and electricty

2431


Do you write test plan and test case?

1899


How to write test cases for lift?

806






Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1709


For how many days (or) weeks you will test a product or software?

1547


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

1925


how to test stand alone programs?

2076


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

2073


Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

2080


Write a test case for telephone?

675


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.

1852


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?

888


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

1521