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 the syntax testing?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Explain the logic testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Explain transaction testing?
Explain the dynamic testing?
write a test case for telephone billing ?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Can you list down a few characteristics of a test case?
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
Please guide me for Add new user test cases
write test case for pen cap if it is not present?
Define some of the attributes of a test case?
Explain the state testing?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?