Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

test cases on Fan

Answer Posted / nish

1. check if the correct passes and fan rotates wheh theh
switch is on .
2.try to switch off and check if it has stopped .
3.check the freeness of the wings
4, check if does any sound while rotating or stopping
5. check the regulator if it user friendly to Adjust the
SPEED.
6.Change the speed and see if the rotaition also has teh
same change .
7.check the color and wings are straight and are well
attahed to the base .

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2744


What is business validation test case?

1165


can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u

2136


how to write a test cases for courier offices?

3874


Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.

2185


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

2194


write a test case for yahoo compose page?

2729


Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.

2596


How to write test cases or test scripts for UAT testing which is done manually

5588


What is component testing?

1257


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

2479


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?

1433


What is use case testing?

1229


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

1236


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

2463