ISTQB CTFL4 Practice Test - Questions Answers, Page 12
List of questions
Related questions
Which of the following statements about static analysis are FALSE?
I . Static analysis can be used Instead of dynamic testing.
II . Stalk: analysis can uncover defects like security vulnerabilities.
III . Static analysis can be used to check conformance to specifications and standards.
IV Static analysis typically detects failures prior to component testing.
Which of the following is a typical product risk?
Which of the following exemplifies how a software bug can cause harm to a company?
Which or the following is a valid collection of equivalence classes for the following problem: An integer field shall contain values from and including 1 to and including 15.
Why is it important to select a test technique?
Which of the following activities does NOT belong to a typical technical review?
Which of the following activities are part of test planning?
I) Setting the entry and exit criteria
II) Determining the validity of bug reports
III) Determining the number of resources required
IV) Determining the expected result for test cases
Consider the following code
int premium=2500;
if (age<30)
{
premium = premium +1500:
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
When should component integration tests be carried out?
'Statement Testing' is part of;
Question