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

Answer Posted / deepak singh

FAN:

1. The minimum number of blades should be three.
2. The blades length should be of proper length so that it
should provide air to almost every part of the room.
3. The direction of rotation of the blade should be proper.
4. The fan should run with minimum noise.
5. When applied electricity, it should start running
gradually increasing its speed and vice-versa when elctric
supply is cut.
6. The blades should have proper distance from the ceiling.
7. The fan while in motion, should not vibrate.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is transaction testing?

738


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

1938


Do you know explain security testing?

700


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1820


how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

1951






Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

2091


150 integration testing scenarios for gmail

12038


Positive and Negative test cases for the speedometer?(minimum 5 each)

2375


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2106


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2452


Sample test cases for data conversion(Utility billing system)

6871


Which of the following defines the expected results of a test? Test case specification or test design specification.

1024


how many test cases do u need to ship a product?

1185


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2051


How to test a stored procedure?

653