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 / 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 View All Answers
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
What is the difference between test scenarios, test cases, and test script?
Explain the unit testing?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
how to write a test procedure & test log for login system
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?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
can any body help me with providing a a case for usability testing...
Explain how to develop a test plan and a test case.
Explain the glass box testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
write the testcases for migrating data from one database to another database?
Explain the concept of semi-random test cases?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)