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 ?
Answer Posted / 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 |
Post New Answer View All Answers
How many test cases u will write for Acceptance testing?
What is the difference between test scenarios, test cases, and test script?
What are all the companies are doing manual testing till now ?
Explain the domain testing?
"search"test cases on Linkedin website and how will you write test cases on it?
Explain how to develop a test plan and a test case.
how to write test cases for smart meter for gas and electricty
Explain the branch coverage testing?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Explain the state testing?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
What is test cases for mobile phone ?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
Suppose a job should be executed for every two hours? Write test case for this?
how to write a test procedure & test log for login system