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 |
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
what are the inputs required for writing test cases
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
how we write a jwebunit test case for check whether the ip address correct or not.
write a test cases for table,pen,electric bulb?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
regression testing falls under white box or black box testing?
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....
Smoke Test Checklist for Gmail please someone help!