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



This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many condi..

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 12 No

This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many condi..

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 ?    6 Yes 5 No

This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many condi..

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

Post New Answer

More Test Cases Interview Questions

(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.

3 Answers  


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

0 Answers   PMC,


For how many days (or) weeks you will test a product or software?

1 Answers  


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

0 Answers   ABC,


Give me 10 test cases on library management system

8 Answers  






Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

0 Answers  


write case for petrol pump?

9 Answers   Accenture, AppLabs, EPPCO, Satyam,


How many test cases u will write for Acceptance testing?

0 Answers  


Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data

3 Answers  


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

0 Answers   HP, QSpiders,


test case for pen?? with actual value and expected calue

4 Answers   InfoSpace,


Write test cases for bulb.

9 Answers  


Categories