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
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Explain the format of a requirement traceability
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
Write all test cases for Bus Pass Renewal
Can you list down a few characteristics of a test case?
Write test cases to test a browser app
how to write a test cases for courier offices?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Test a file replication service that copies files from one net location to another
how to write test cases for smart meter for gas and electricty
Explain how to develop a test plan and a test case.
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
Please guide me for Add new user test cases