write the test cases for traffic signal and sensor doors.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
I want 100 test scenario for gmail
How would you test a cup and or pencil?
WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance
is test case required to be baselined?
As we are using QTP 9.1 version, is there is any method to connect the remote desk top?
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?
write a test case for authentication of a login page from database
what is run time object
4 Answers Infinite Computer Solutions,
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that