Answer Posted / ankur maharaj
1-Check the fan position(should be in center according to room or hall)
2-Check the speed controlled by regulator
3-Check the height of fan(should be not so down and not so up)
4-Check the blades(minium 3 blades should be available)
5-Check the color,weight of the fan according to requirement
6-Check the fan state basic function(switch on/off)
7-Check the point from where fan is joined
8-check the space between blades of fan
9-Check the sound of fan when it start and off.
10-Check the capacitor of the fan(if two capacitor is there then the speed should be high than normal speed.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Explain the scalability testing?
test cases for friend finder system using gps?
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
Which of the following defines the expected results of a test? Test case specification or test design specification.
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Explain how to develop a test plan and a test case.
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
Scenarios to test wireless Speaker via bluetooth
what is the technology used in financial applications?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Explain the system testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Explain the branch coverage testing?