write the test cases for traffic signal and sensor doors.
Answer Posted / raghavender
1>> Check whether it has 3 seprate color Display Boxes.
(Like Green,Orange,Red)-Cosmetic Testing
2>>Check when Green is On the Other light(Red and Green)are
off-Functional Testing
3>>Check when Red is on the Other 2 Lights are off.-
Functional Testing
4>>Check when Orange is on the Other 2 lights are off.-
Functional Testing.
5>>Check when Green is turning OFF the Red light should
automatically ON
6>>Check when RED is Turning OFF then the orange light
should be automatically turned on.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the load testing?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
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
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
write test cases for hospitality management system
pls i want test cases for oss? whts the process of oss testing
What is the toughest moment you faced in your testing carrier in which everyone praised you?
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
write a test case for yahoo compose page?
What is test cases for mobile phone ?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
How many test cases u will write for Acceptance testing?
Can you list down a few characteristics of a test case?
Explain the static testing?