test cases for traffic signals in a four raod junction.
Answer Posted / raghu
Check for the availability of POLE with Lights in FOUR
Directions.
Check for the POWER connection of the lights.
Check whether the Availability of GREEN,RED,yellow lights.
Check whether the Lights are glowing as per the Traffic
rules i.e starts with red light,Yellow light before the
green signal come out,Green light at the last.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is Initial Configuration?
write the testcases for migrating data from one database to another database?
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Suppose a job should be executed for every two hours? Write test case for this?
write test cases for flipkart.
What is use case testing?
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
Explain the acceptance testing?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Test a file replication service that copies files from one net location to another
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
how to write test cases for online restaurant table booking system?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?