From a Testing perspective, what are the MAIN purposes of Configuration Management?
a) Identifying the version of software under test.
b) Controlling the version of testware items.
c) Developing new testware items.
d) Tracking changes to testware items.
e) Analyzing the need for new testware items.
What is the USUAL sequence for performing the following activities during the Fundamental Test Process?
a) Analyze the test basis documents.
b) Define the expected results.
c) Create the test execution schedule.
d) Establish the traceability of the test conditions
The above table shows 6 test procedures (P to U) that must now be entered into a test execution schedule. Business severity is regarded as the most important
element in determining the sequence of the test procedures, but other dependencies must also be taken into consideration. Regression testing can only be run
once all other tests have completed.
Which of the following represents the MOST effective sequence for the test execution schedule (where the first entry in the sequence is the first procedure to be
run, the second entry is the second to be run and so on)?
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.
Which ordering of the list below gives increasing levels of test independence?
a) Tests designed by a fellow-member of the design team.
b) Tests designed by a different group within the organization.
c) Tests designed by the code author.
d) Tests designed by different organization.