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

Answer Posted / nadeem usmani

1 check the number of blades
2 check the functionality of regulator or buttons
3 check when apply power then its blades should move in
clockwise direction
4 check the functionality of knob button
5 check the color,body,logo,of fan
6 while running it should move with minimum noise

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

2091


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

3908


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


What is the difference between test scenarios, test cases, and test script?

703


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1448






If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

1953


What are basic types of test cases?

702


How to test a stored procedure?

653


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


Could you pls give me sites where i can test card? mail me to

2299


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

493


how to write a test procedure & test log for login system

2772


Can you list down a few characteristics of a test case?

713


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

15659


Explain the logic testing?

672