Pass the iSQI CTFL2018 CTFL_Syll2018 Questions and answers with CertsForce

Viewing page 3 out of 11 pages
Viewing questions 21-30 out of questions
Questions # 21:

Which of the following test design techniques is not a black box technique?

Options:

A.

Equivalence partitioning


B.

State transition testing


C.

Boundary value analysis


D.

Statement coverage


Expert Solution
Questions # 22:

Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered with a master user only, who can only create other types of users. The following test cases have been written to test the high-level structure of the software

a. Create an invoice

b. Amend an invoice

c. Process an invoice (send to customer)

d. Delete an invoice

e. Create an account

f. Create an account user

g. Amend an account user

h. Delete an account user

i. Amend an account

j. Delete an account

Which of the following test procedures would enable all tests to be run? [K3]

Options:

A.

f, g, a, c, b, d, e, i, j, h


B.

e, i, a, c, b, d, f, g, h, j


C.

e, i, f, g, a, c, b, d, h, j


D.

f, g, e, i, a, b, c, d, j, h


Expert Solution
Questions # 23:

Typically, exit criteria may consist of:

Options:

A.

Defining the amount, level of detail structure, and templates for the test documentation.


B.

Estimates of defect density or reliability measures.


C.

Adequacy of the test approaches taken.


D.

Discussions on disaster recovery.


Expert Solution
Questions # 24:

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

Options:

A.

Correcting defects


B.

Locating defects in the code


C.

Preventing defects


D.

Ensuring no defects are present


Expert Solution
Questions # 25:

In a system designed to work out the employee tax to be paid:

_ An employee has $4,000 of salary tax free.

_ The next $1,500 is taxed at 10%.

_ The next $28,000 after that is taxed at 22%.

_ Any further amount is taxed at 40%.

Which of these is a valid Boundary Value Analysis test case?

Options:

A.

$28,000


B.

$1,500


C.

$33,501


D.

$5,000


Expert Solution
Questions # 26:

Which of the following are valid test objectives?

(i)Finding defects.

(ii)Gaining confidence about the level of quality and providing information.

(iii)Preventing defects.

(iv)Debugging the code.

Options:

A.

i, ii and iii


B.

i, ii and iv


C.

ii and iii


D.

i and iv


Expert Solution
Questions # 27:

Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]

Options:

A.

The total number of tests planned


B.

The total number of requirements to be tested


C.

The failure rate in testing already completed


D.

The number of testers used for test execution so far


Expert Solution
Questions # 28:

Which of the following statements about use-case testing are most accurate?

(i)In a use-case diagram an actor represents a type of user.

(ii)Use-cases are the most common test basis for unit testing.

(iii)A use-case describes interactions between actors.

(iv)An actor is always a human user that interacts with the system.

(v)Test cases can be based on use-case scenarios.

(vi)Use-case testing will often identify gaps not found by testing individual components.

Options:

A.

ii, iii, iv, v


B.

i, iii, v, vi


C.

i, ii, iv, v


D.

iii, iv, v, vi


Expert Solution
Questions # 29:

Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test

Which of the following is the BEST detail on an incident report? [K3]

Options:

A.

Title. End of Day failure.. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction of the day is a future dated transaction. Screen shot of the failure attached.


B.

Title. Transaction input screen validation..Reproducible. Yes. Description. Script eod 1..4 fails . Screen shot of the failure attached. Validation of transaction entryon screen TRN-003B should not allow future dated transactions – see PID ver 1.3 para 10b iv.


C.

Title. Screen TRN-003B validation of transaction date.. Reproducible. No. Description. When a future dated transaction is processed by the end of day process, a failure can occur. This does not always happen. Screen shot of the failure attached.


D.

Title. Screen TRN-003B validation of transaction date. Reproducible. Yes. Description. Script eod 1.4 fails when the first transaction of the day is a future dated transaction. Screen shot of the failure attached. Validation of transaction entry on screen TRN-003B should not allow future dated transactions – see PID ver 1.3 para 10b iv.


Expert Solution
Questions # 30:

How does software testing contribute to the quality of delivered software? [K2]

Options:

A.

By detecting and removing all the defects in the delivered code and ensuring that all tests adhere to the quality standards set for the project


B.

By measuring reliability of the software and ensuring that it is always above 99.99%


C.

By identifying root causes of defects from past projects and using the lessons learned to improve processes and thus help to reduce the defect count


D.

By detecting all deviations from coding good practice and ensuring that these are corrected


Expert Solution
Viewing page 3 out of 11 pages
Viewing questions 21-30 out of questions