Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

ISTQB CTFL-Foundation - ISTQB Certified Tester Foundation Level

Page: 1 / 9
Total 272 questions

Which of the following is not a major task of Exit criteria?

A.

Checking test logs against the exit criteria specified in test planning.

B.

Logging the outcome of test execution.

C.

Assessing if more tests are needed.

D.

Writing a test summary report for stakeholders.

Test Implementation and execution has which of the following major tasks?

i. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts.

ii. Creating the test suite from the test cases for efficient test execution.

iii. Verifying that the test environment has been set up correctly.

iv. Determining the exit criteria.

A.

i, ii, iii are true and iv is false

B.

i, iv are true and ii is false

C.

i, ii are true and iii, iv are false

D.

ii, iii, iv are true and i is false

What is retesting?

A.

Running the same test again in the same circumstances to reproduce the problem.

B.

A cursory run through a test pack to see if any new errors have been introduced.

C.

Checking that the predetermined exit criteria for the test phase have been met.

D.

Running a previously failed test against new software/data/documents to see if the problem is solved.

Independent Verification & Validation is:

A.

Done by the Developer

B.

Done by the Test Engineers

C.

Done By Management

D.

Done by an Entity Outside the Project’s sphere of influence

Which of the following describes structure-based (white-box) test case design techniques?

A.

Test cases are derived systematically from models of the system.

B.

Test cases are derived systematically from the tester's experience.

C.

Test cases are derived systematically from the delivered code.

D.

Test cases are derived from the developers' experience.

Which of the following is correct?

Debugging is:

A.

Testing/checking whether the software performs correctly.

B.

Checking that a previously reported defect has been corrected.

C.

Identifying the cause of a defect, repairing the code and checking the fix is correct.

D.

Checking that no unintended consequences have occurred as a result of a fix.

Complete statement and branch coverage means..?

A.

That you have tested every statement in the program

B.

That you have tested every statement and every branch in the program

C.

That you have tested every IF statement in the program

D.

That you have tested every combination of values of IF statements in the program

Which TWO of the review types below are the BEST fitted (most adequate) options to choose for reviewing safety critical components in a software project? Select 2 options.

A.

Informal review.

B.

Management review.

C.

Inspection.

D.

Walkthrough

E.

Technical Review

A deviation from the specified or expected behavior that is visible to end-users is called:

A.

an error

B.

a fault

C.

a failure

D.

a defect

Which of the following statements is the MOST valid goal for a test team?

A.

Determine whether enough component testing was executed.

B.

Cause as many failures as possible so that faults can be identified and corrected.

C.

Prove that all faults are identified.

D.

Prove that any remaining faults will not cause any failures.