Software Quality Assurance - Software Engineering: Dependability

Software Quality Assurance - Software Engineering: Dependability Software Quality Assurance - Software Engineering: Dependability

12.07.2015 Views

Problem 5: Condition CoverageGiven is this section from a Java source code....if ((a0)||(c==0&&d!=0))...a) Simple Condition CoveragePlease find out the minimal set of necessary logical value combinations for fulfilling thesimple condition coverage for the complete evaluation of the partial decisions and for theincomplete evaluation of the partial decisions from left to right. Please determine thecorresponding test data for each logical value combination that would lead to the appropriatelogical values.Complete EvaluationA B C Da0 c==0 d!=0 TotalIncomplete Evaluation from left to rightA B C Da0 c==0 d!=0 Total4

) Multiple Condition CoveragePlease find out the minimal set of necessary logical value combinations for fulfilling themultiple condition coverage for the complete evaluation of the partial decisions and for theincomplete evaluation of the partial decisions from left to right. Please state how many testcases are needed as a minimum for the complete evaluation. Please determine thecorresponding test data for each logical value combination that would lead to the appropriatelogical values.Complete EvaluationA B C Da0 c==0 d!=0 TotalIncomplete Evaluation from left to rightA B C Da0 c==0 d!=0 Total5

Problem 5: Condition CoverageGiven is this section from a Java source code....if ((a0)||(c==0&&d!=0))...a) Simple Condition CoveragePlease find out the minimal set of necessary logical value combinations for fulfilling thesimple condition coverage for the complete evaluation of the partial decisions and for theincomplete evaluation of the partial decisions from left to right. Please determine thecorresponding test data for each logical value combination that would lead to the appropriatelogical values.Complete EvaluationA B C Da0 c==0 d!=0 TotalIncomplete Evaluation from left to rightA B C Da0 c==0 d!=0 Total4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!