CTFL-UK試験無料問題集「ISQI ISTQB Certified Tester Foundation Level (Syllabus 2011, GB only) 認定」

Which of the following statements about software development models is most accurate?
[K1]

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.

Which of the following is in the correct order (typically)?

When is testing complete?

解説: (GoShiken メンバーにのみ表示されます)
Consider the following pseudo code:
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then
1 0 Print (Time, "noon")
1 1 Endif
1 2 End
If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following is a white box testing design characteristic?

Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process?
(i) Test execution tool
(ii) Test data preparation tool
(iii) Test management tool
(iv) Requirements management tool

Complete statement and branch coverage means..?

Debugging and Testing are key activities in the software development lifecycle.
Which of the following are 'Debugging' activities?
a) Identifying, a failure
b) Locating the cause of failure
c) Fixing the defect
d) Checking the fix has resolved the failure

Which of the following are the typical defects found by static analysis tools?
a. Variables that are never used.
b. Security vulnerabilities.
c. Poor performance.
d. Unreachable code.
e. Business processes not followed.

In the MASPAR case study..?

Which of the following could be a disadvantage of independent testing?

Dynamic Analysis Tools are used to:

Functional and structural tests are alternative test types that may be used separately or together at which test level? [K1]

What is the main reason for using a pilot project to introduce a testing tool into an organization? [K1]

Which of the following test organizations has the highest level of independence?

A new testing tool has been selected for an organisation and a pilot project has successfully completed. The next step is to deploy the tool within the organization.
What is a key success factor in tool deployment?

Testing should be stopped when:

Which of the following is a valid objective of testing? [K1]

Which of the following comparisons of component testing and system testing are TRUE?