Test cases of ‘Fan’?
- khyati sehgal
- Jul 25, 2014
- 2 min read
If we want to examine any tester then the best way to know him/her is to ask him real-time questions over real-time examples. Just like the day-to-day objects which we used to work on and see on a daily basis. So let’s take an instance of ‘Fan’, and this you see, you use multiple times a day.
Component Tests
Fan’s wings should have edges which should be long enough so that it can give proper air
Fan’s rod should be sleek enough so that it can we well put in Fan’s cup and engine.
Fan’s engine should have all wiring well fitted so that it can create a connected circuit with all components.
Integration Tests
When switched on all components of Fan, then the fan should start working.
Fan’s rod should not rotate when the engine is working.
Fan’s engine should start working when switched on.
Fan’s wings should start rotating along with the engine when put in contact with electricity.
Functional Tests
The fan should run in a clockwise direction when putting indirect power and voltage.
The fan should run in an anti-clockwise direction when putting indirect power and voltage.
Specification Tests
Two winger fans should have radius not more than 20 cm.
Three winger fans should have a radius of not more than 40 cm.
Usability Tests
Fan’s engine should not create noise when switched on.
Fan’s should be made such that it can get well fit with the room ceiling.
The fan should have at least two wings, irrespective of type.
Portability Tests
Fan’s weight should not be more than 3kgs if it is a two winger fan.
Fan’s weight should not be more than 5kgs if it is a three winger fan.
Load Tests
The fan should work up to 50W power.
The fan should work up to 220V voltage.
Stress Tests
The fan should not bear load above 100W
The fan should not bear voltage above 300V
Performance Tests
When put in high-frequency energy, no wire should get burn
When put in low-frequency energy, no wire should get burn
When put in various cold and hot temperatures, the fan’s speed should not get effective.
Comments