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 |
what is objectrepositry
9 Answers Infinite Computer Solutions,
150 integration testing scenarios for gmail
Explain the soak testing?
What is component testing?
Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data
test cases on Fan
How you will write test cases on DROP DOWN list BOX on GUI
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible
Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)
Need help to write test case for "Check Availability" field. Any help would be highly appreciated!
write the testcases for migrating data from one database to another database?