Pass the iSQI ISTQB Foundation Level CTFL_Syll_4.0 Questions and answers with CertsForce

Viewing page 4 out of 6 pages
Viewing questions 31-40 out of questions
Questions # 31:

Consider the following user story about the authentication functionality of an e-commerce website:

"As a logged-in user, I want to change my current password with a new one, so that I can make my account safer".

The following are some of the acceptance criteria defined for the user story:

[a] After the logged-in user has successfully changed his password, an email confirming the change must be sent to him

[b] To successfully change the password, the logged-in user must enter the current password, enter a new valid password, and finally confirm by pressing the 'Change Password' button

[c] To be valid, the new password entered by the logged-in user is not only required to meet the criteria related to the length and type of characters, but must also be different form the last 5 passwords of that user

[d] A dedicated error message must be presented to the logged-in user when he enters a wrong current password

[e] A dedicated error message must be presented to the logged-in user when he enters the correct current password, but enters an invalid password

Based only on the given information, which of the following ATDD tests is most likely to be written first?

Options:

A.

The logged-in user enters a wrong current password and views the dedicated error message


B.

The logged-in user enters the correct current password, enters a valid new password (different from the last 5 passwords), presses the Change Password' button, and finally receives the e-mail confirming that the password has been successfully changed


C.

The logged-in user enters the correct current password, enters an invalid password, and finally views the dedicated error


D.

The logged-in user submits a purchase order containing ten items, selects to pay with a Visa credit card, enters credit card information of a valid card, presses the 'Confirm' button, and finally views the dedicated message confirming that the purchase has been successful


Expert Solution
Questions # 32:

An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.

Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)

Options:

A.

1xA;aB11;Pq1ZZab;7iDD0a1x


B.

aB11;99rSp:5NnN10;7iDD0a1x


C.

1xB: aB11: 99rSp: 5NnN10; 4NnN10T; 44ghWn19


D.

1RhT;rSp53;3N3e10;8sBdby


Expert Solution
Questions # 33:

Which of the following statements about static testing and dynamic testing is true?

Options:

A.

Static testing is better suited than dynamic testing for highlighting issues that could indicate inappropriate code modularization


B.

Dynamic testing can only be applied to executable work products, while static testing can only be applied to non-executable work products


C.

Both dynamic testing and static testing cause failures, but failures caused by static testing are usually easier and cheaper to analyze


D.

Security vulnerabilities can only be detected when the software is being executed, and thus they can only be detected through dynamic testing, not through static testing


Expert Solution
Questions # 34:

A document describes the test procedures that have been derived for the identified test sets. Among other things, the order in which the test cases in the corresponding test set are to be executed according to the dependencies described by preconditions and postconditions is specified. This document is a typical work product produced as part of:

Options:

A.

test design


B.

test analysis


C.

test implementation


D.

test monitoring and control


Expert Solution
Questions # 35:

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

Question # 35

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

Options:

A.

TC4, TC3, TC2, TC6, TC5. TC1


B.

TC4, TC6, TC3, TC2, TC5, TC1


C.

TC3, TC5, TC6, TC1, TC4, TC3


D.

TC4, TC3, TC2, TC6, TC1, TC5


Expert Solution
Questions # 36:

The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y

A)

Question # 36

B)

Question # 36

C)

D)

Question # 36

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 37:

Which ONE of the following statements about maintenance testing is CORRECT?

Options:

A.

Maintenance testing is performed exclusively for adaptive maintenance.


B.

Maintenance testing is only required when defects are reported in production.


C.

Maintenance testing should be performed when enhancements, fixes, or updates are applied to an existing system.


D.

Maintenance testing does not require test cases since it focuses solely on defect verification.


Expert Solution
Questions # 38:

Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?

Options:

A.

Traceability can be useful for assessing the impact of a change to a test basis item on the corresponding tests


B.

Traceability can be useful for determining how many test basis items are covered by the corresponding tests


C.

Traceability can be useful for determining the most suitable test techniques to be used in a testing project


D.

Traceability can be useful to support the needs required by the auditing of testing


Expert Solution
Questions # 39:

A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage refers to the amount of the single sale). These values are determined on the basis of the type of customer (classified as "Basic" or "Premium") to which such sale was made, and on the amount of such sale classified into the following three groups G1, G2 and G3:

• [G1]: less than 300 euros

• [G2]: between 300 and 2000 euros

• [G3]: greater than 2000 euros

Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?

Options:

A.

12


B.

6


C.

4


D.

3


Expert Solution
Questions # 40:

Which of the following statements about static testing and dynamic testing is true?

Options:

A.

Unlike dynamic testing, which can be also performed manually, static testing cannot be performed without specialized tools


B.

Static testing is usually much less cost-effective than dynamic testing


C.

Unlike dynamic testing, which focuses on detecting potential defects, static testing focuses on detecting failures which may be due to actual defects


D.

Both static testing and dynamic testing can be used to highlight issues associated with non-functional characteristics


Expert Solution
Viewing page 4 out of 6 pages
Viewing questions 31-40 out of questions