Exam Name: | ISTQB Certified Tester Foundation Level | ||
Exam Code: | CTFL-Foundation Dumps | ||
Vendor: | ISTQB | Certification: | Foundation Level |
Questions: | 272 Q&A's | Shared By: | hashim |
Which activities form part of test planning?
i) Developing test cases.
ii) Defining the overall approach to testing.
iii) Assigning resources.
iv) Building the test environment.
v) Writing test conditions.
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?
Assume that the two conditions are independent of each other : -if (Condition 1)then statement 1else statement 2if (Condition 2)then statement 3
Which of the following describes structure-based (white-box) test case design techniques?
Which of the following are most characteristic of structure-based testing?
(i) Information about how the software is constructed is used to derive test cases.
(ii) Statement coverage and/or decision coverage can be measured for existing test cases.
(iii) The knowledge and experience of people are used to derive test cases.
(iv) Test cases are derived from a model or specification of the system.