Hi, i attended interview in seimens they asked me
suppose u have a car which is used by VIP and it has 2
alarms one is at front and other is back when ever smoke or
fire is near to car it will detect it and beep alaram so
wat r the possible test cases u can write plz give the
answer
Answers were Sorted based on User's Feedback
Answer / sairam
Hi,
As far as i know.
1 To check upto what distance the alarm will detect
2.To whether it alaram will detect if some use uses a smoke
or fire inside the car
3. To check if some one puts fire / smoke apart from front
and rear (i.e. if some one comes up with fire from other
remaining side of car)
4.To check for what kind of smoke the alarm detects(i.e.
when the car is moving and stops at signal and in front of
this car if some other car ejects smoke will this alarm
detects then it will be a problem ( I think this you need
to ask to the interviewer what kind of smoke it detects
whether it detects all kinds of smoke or smoke only from
plastic covers etc.)
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ysreddy
HI Mr,
Use Decision table testing technique.
Cheers
sridhar
| Is This Answer Correct ? | 1 Yes | 5 No |
What are the test cases to write to test user account locksout after 5 invalid attempts
in test case we would write log and login ?what is the dif bet both of them
What is ramp testing?
Explain the agile testing?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
How to write load test case for pen?
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
please test case for calculator
What is mean by Equal Partitioning
Write a test case scenario for Web-based address book?
how do u knw when to stop writing test case for a given project.