Which of the following issues cannot be identified by static analysis tools?
Which of the following issues cannot be identified by static analysis tools?A . Very low MTBF (Mean Time Between failure)B . Potentially endless loopsC . Referencing a variable with an undefined valueD . Security vulnerabilitiesView AnswerAnswer: A Explanation: Static analysis tools are software tools that examine the source code of...
Which of the following statements about static testing and dynamic testing is true?
Which of the following statements about static testing and dynamic testing is true?A . Unlike dynamic testing, which can be also performed manually, static testing cannot be performed without specialized toolsB . Static testing is usually much less cost-effective than dynamic testingC . Unlike dynamic testing, which focuses on detecting...
The whole-team approach:
The whole-team approach:A . promotes the idea that all team members should have a thorough understanding of test techniquesB . is a consensus-based approach that engages the whole team in estimating the user storiesC . promotes the idea that all team members should be responsible for the quality of the...
Which of the following statements is true?
Which of the following statements is true?A . A defect does not always produce a failure, while a bug always produces a failureB . A defect may cause a failure which, when occurring, always causes an errorC . Failures can be caused by defects, but also by environmental conditionsD ....
Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect?
Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect? A . S0->S1->S2->S3->S5->S1B . S0->S1->S2->S3->S5->S1->S2->S3C . S0->S1->S2~>S3->S4D . S0->S1 ->S2->S3->S5->S3->S4View AnswerAnswer: D Explanation: According to the ISTQB Certified Tester Foundation Level (CTFL) v4.0, the life cycle of a...
In which of the following test documents would you expect to find test exit criteria described9
In which of the following test documents would you expect to find test exit criteria described9A . Test design specificationB . Project planC . Requirements specificationD . Test planView AnswerAnswer: D Explanation: Test exit criteria are the conditions that must be fulfilled before concluding a particular testing phase. These criteria...
Which of the following statements is not correct?
Which of the following statements is not correct?A . Looking for defects in a system may require Ignoring system detailsB . Identifying defects may be perceived as criticism against productC . Looking for defects in system requires professional pessimism and curiosityD . Testing is often seen as a destructive activity...
Which of the following is a test-first approach, where tests that express a shared understanding from stakeholders of how the application is expected to work, are first written in business-readable language (following the Given/When/Then format), and then made executable to drive development?
Which of the following is a test-first approach, where tests that express a shared understanding from stakeholders of how the application is expected to work, are first written in business-readable language (following the Given/When/Then format), and then made executable to drive development?A . Test-Driven Development (TDD)B . Acceptance Test-Driven Development...
Which of the following statements is true?
Consider the following examples of risks identified in different software development projects: [I]. The contrast color ratio for both normal text and large text of a website does not comply with the applicable accessibility guidelines, making it difficult for many users to read the content on the pages [II]. A...
Which of the following statements is true?
Which of the following statements is true?A . In Agile software development, work product documentation tends to be lightweight and manual tests tend to be often unscripted as they are often produced using experience-based test techniquesB . Sequential development models impose the use of systematic test techniques and do not...