write the test cases for traffic signal and sensor doors.

Answer Posted / jaga

1. Check whether three lamps are present in traffic signal post.
2. Check whether green lamp is glowing.
3. Check whether red lamp is glowing.
4. Check whether orange lamp is glowing.
5. Check whether orange lamp is dimming and glowing again
and again.
6. Check when green lamp is glowing all other two lamps are
in off condition.
7. Check when orange lamp is on, other two lamps(green and
red) should be in off condition.
8. Check when red lamp is on (green and orange) should be in
off condition.
9. Check when green is turning off, orange should glow for (
X seconds) and then off and immediately, red should turn on.
10.Once the red has been turned off green should immediately
glow.

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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


Why does the boundary value analysis provide good test cases?

694


Explain the unit testing?

670


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3089


hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ

1817






write test cases on file open dialog box in notepad

1198


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

3514


how to test stand alone programs?

2091


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

2005


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?

912


Explain the ramp testing?

699


What are the Test Cases Comes under Regression Suite?

508


What is ramp testing?

672


Test a file replication service that copies files from one net location to another

2059


write a test case for telephone billing ?

3904