write a test cases for 2- way swtich?

Answer Posted / nithin

1.verify the size of the switch.
2.verify the switch is easy to operate or not.
3.verify the switch by pressing contiously whether it is working or not.
4.verify the colour of switch and should be visible in dark condition.
5.when switchS1 is in on and S2 should be in off condition or not.
6.verify by pressing the switch with wet hands is there any shock or not.
7.verify the switch that it is placed in right direction or not.
8.verify the height of switch.
9.verify the brand name of switch.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2375


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

1940


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2098


Explain the integration testing?

703


How to write the test cases for STP

5115






explain end to end scenario's for online Money transfer in Banking Domain?

1414


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

3376


Sample test cases for data conversion(Utility billing system)

6873


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

705


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4609


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: 1. software Testing Output: 1.software testing

1383


Explain the system testing?

696


Explain the component testing?

774


I need GUI test case for home page?

3223


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

4951