Winter Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

CTFL_Syll_4.0 Exam Results

ISTQB Certified Tester Foundation Level (CTFL) v4.0 Questions and Answers

Question 33

Which of the following is a typical potential risk of using test automation tools?

Options:

A.

Reduced feedback times regarding software quality compared to manual testing

B.

Reduced test execution times compared to manual testing

C.

Reduced repeatability and consistency of tests compared to manual testing

D.

Underestimation of effort required to maintain test scripts

Question 34

Which of the following statements about impact of DevOps on testing is CORRECT?

Options:

A.

DevOps helps bring focus on testing of non-functional characteristics

B.

DevOps helps shift focus of testing people to perform operations testing

C.

DevOps helps shift focus of operations people to functional testing

D.

DevOps helps eliminate manual testing by having focus on continuous automated testing

Question 35

A requirement specifies that if the total amount of sales (TAS) made during the year by a corporate seller is 300000€ or more, the bonus that must be paid to the seller is 100% of a certain amount agreed upon at the beginning of the year. The software contains a fault as it implements this requirement with the decision "IF (TAS = 300000)" instead of "IF (TAS >= 300000)". The application of the 3-value boundary value analysis to this problem consists of the following three test cases (TAS is an integer variable):

TC1 = 299999 TC2=300000 TC3=300001

Which of the following statements is true?

Options:

A.

TC1 would highlight the fault

B.

TC2 would highlight the fault

C.

TC3 would highlight the fault

D.

None of the three test cases would highlight the fault

Question 36

Which of the following statements about branch coverage is true?

Options:

A.

The minimum number of test cases needed to achieve full branch coverage, is usually lower than that needed to achieve full statement coverage

B.

If full branch coverage has been achieved, then all unconditional branches within the code have surely been exercised

C.

If full branch coverage has been achieved, then all combinations of conditions in a decision table have surely been exercised

D.

Exercising at least one of the decision outcomes for all decisions within the code, ensures achieving full branch coverage