Valid CTFL_Syll2018 Dumps shared by ExamDiscuss.com for Helping Passing CTFL_Syll2018 Exam! ExamDiscuss.com now offer the newest CTFL_Syll2018 exam dumps, the ExamDiscuss.com CTFL_Syll2018 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CTFL_Syll2018 dumps with Test Engine here:
One of the exit criteria for a SW project was defined as "80% statement coverage". A test manager submitted the following report: "We did not measure the statement coverage. However, we ensured 80% branch coverage, therefore the exit criteria was met". Is the test manager right?
Correct Answer: A
The test manager is not right because there is no direct relationship between branch coverage and statement coverage. Branch coverage measures how many branches in the control flow have been executed by a set of test cases, while statement coverage measures how many statements in the code have been executed by a set of test cases. It is possible to achieve high branch coverage without achieving high statement coverage, if some statements are not part of any branch condition or are not reachable by any test case. Reference: A Study Guide to the ISTQB Foundation Level 2018 Syllabus1, Chapter 6, Section 6.2.2, page 147.