This question is regarding MC/DC coverage
(A and B) or (B and C) or (A and C) ?
how many conditions are there in above expression?
what are the test cases for statement, decision, condition,
MC/DC and multiple condition overage
explain in deatil why ?
Answers were Sorted based on User's Feedback
Answer / deepz
(A and B) or (B and C) or (A and C)
(A&&B)||(B&&C)||(A&&C)
// reduce to boolean form
(AB)+(BC)+(AC) //simplify it
ABC+AC+BC+ABC
ABC+AC+BC
AC(B+1)+BC
AC+BC
=C(A+B)
i.e C&&(A||B)
test cases will be
C A B Decision
T T F T
F T F F
T F F F
T F T T
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / vikalp
A B C DICTION
T T F T
T F T T
F T T T
TAKE ANY ONE FOR ONE DICTION FAIL
T F F F
F T F F
F F T F
| Is This Answer Correct ? | 14 Yes | 13 No |
Answer / thecloudstrap
MCDC stands for Modified Condition/Decision coverage as per DO-178C. You can find more information here:
http://thecloudstrap.com/mcdc-interview-questions/
and for do178c, you can visit here:
http://thecloudstrap.com/do178c-interview-questions/
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a test case scenario for Web-based address book?
testcases for biggest of three numbers?plz give the answer
Write all test cases for any credit card.
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Can anyone tell me the test cases for Operating System.
Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.
How should I maintain the test cases and Test Log for different versions/builds of the application.
how to write the test case for 1 to 12 months in equivalence partitioning?
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax
If I give u refill which cost is 5000 & I ll give u refill then how u find that refill cost is right or wrong? & that refill is new in market.
Can anybody help me out to write test cases for booking train ticket online???
How to write test scenarios for a Web application, with an example?