Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 / 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

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 13 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

Write a test case scenario for Web-based address book?

0 Answers  


testcases for biggest of three numbers?plz give the answer

5 Answers   IBM,


Write all test cases for any credit card.

13 Answers   SIT,


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

0 Answers  


Can anyone tell me the test cases for Operating System.

1 Answers  


Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.

2 Answers  


How should I maintain the test cases and Test Log for different versions/builds of the application.

0 Answers  


how to write the test case for 1 to 12 months in equivalence partitioning?

6 Answers  


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

1 Answers  


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.

0 Answers   CybAge,


Can anybody help me out to write test cases for booking train ticket online???

0 Answers  


How to write test scenarios for a Web application, with an example?

2 Answers  


Categories