CTFL-Foundation Exam Question 6
How can test execution tools be of most benefit during exploratory testing?
CTFL-Foundation Exam Question 7
Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?
CTFL-Foundation Exam Question 8
Which of the following is NOT a valid use of decision coverage?
CTFL-Foundation Exam Question 9
The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?
CTFL-Foundation Exam Question 10
Which of the following is the task of a Tester?
i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.
ii. Prepare and acquire Test Data
iii. Implement Tests on all test levels, execute and log the tests.
iv. Create the Test Specifications
i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.
ii. Prepare and acquire Test Data
iii. Implement Tests on all test levels, execute and log the tests.
iv. Create the Test Specifications
