ISTQB CTFL-2018 Practice Test - Questions Answers, Page 24
List of questions
Related questions
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.
Why is it important to select a test technique?
What is a peer review?
The following condition is given:
Integer x, y; IFx>0ANDx< 100
y = y + x; END-IF
Using boundary analysis for x. which test cases are required?
Which of the following statements contradicts the general principles of testing?
Which of the following statements is true?
I) Test planning activities include selecting the test object
II,) Test strategy implementation is NOT a part of test planning
II,I) Choosing appropriate test techniques is part of test design
IV) Test schedule and exit criteria modification are part of test planning
Which test level is concerned with testing the smallest bodies of software?
Which of the following would be the LEAST likely to be used as the basis fcr a test exit criteria?
Which of the following metrics is from the test design phase?
Which of the following BEST matches the attributes with a level of testing?
I, Stubs and drivers are often used
II, The test environment should correspond to the production environment
II,I, Finding defects is not the main focus
IV Testing can be based on use cases
V, Testing is normally performed by testers
VI, Testing for functional and non-functional characteristics
Question