Pass the ISTQB Foundation Level ISTQB-CTFL Questions and answers with CertsForce

Viewing page 7 out of 11 pages
Viewing questions 61-70 out of questions
Questions # 61:

The whole-team approach:

Options:

A.

promotes the idea that all team members should have a thorough understanding of test techniques


B.

is a consensus-based approach that engages the whole team in estimating the user stories


C.

promotes the idea that all team members should be responsible for the quality of the product


D.

is mostly adopted in projects aimed at developing safety-critical systems, as it ensures the highest level of testing independence


Expert Solution
Questions # 62:

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 modulansation.


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 analyse.


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 # 63:

Which of the following BEST explains a drawback of independent testing?

Options:

A.

Having the business organization participate as an independent test team can hurt the overall testing effort since business participants are often not trained nor experienced in testing


B.

Due to their differing backgrounds and perspectives, an independent test team may discover defects which the developers did not uncover


C.

An independent test team may be isolated from the rest of the development and project team


D.

An independent test team may possess specializations in specific test types such as usability or security which detract from the overall effectiveness of the test team


Expert Solution
Questions # 64:

Which of the following should be included in a test status report?

I. Estimation details

II. Total number of open and closed defects

III Actual effort spent

IV. Defect reports

V. Number of executed, failed, blocked tests

Options:

A.

III.V


B.

II, III


C.

I. II. IV


D.

II, III.V


Expert Solution
Questions # 65:

Consider a program that computes the factorial of a number (n). From the specifications you know that:

• I n < 0. a message "Value out of range" must be issued.

• If 0 < n < 100, the program calculates the factorial and returns the number

• If 100 < n < 200 message "Value out of range" must be issued

Options:

A.

There are 3 partitions - one for negative numbers, one for numbers up to 100 and the last one for numbers up to 200


B.

The equivalence partitions cannot be determined for this question because factorial of numbers close to 200 will be very large


C.

The equivalence partitions cannot be determined for this question because the error message for two partitions is exactly same


D.

The requirements are not correct because the partitions are overlapping


Expert Solution
Questions # 66:

Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?

Options:

A.

Not all development activities should have corresponding test activities


B.

Each test level should have an appropriate test objective


C.

Large amount of redundancy between test levels is good because it prevents bug leakage


D.

Reviews should be done after the work products have been finalized


Expert Solution
Questions # 67:

Which of the following is an advantage of the whole team approach?

Options:

A.

It helps avoid the risk of tasks associated with a user story not moving through the Agile task board at an acceptable rate during an iteration.


B.

It helps team members understand the current status of an iteration by visualising the amount of work left to do compared to the time allotted for the iteration


C.

It helps the whole team be more effective in test case design by requiring all team members to master all types of test techniques.


D.

It helps team members develop better relationships with each other and make their collaboration more effective for the benefit of the project.


Expert Solution
Questions # 68:

During which main group of test activity are the following tasks performed?

•Checking test results and logs against specified coverage criteria.

•Assessing the level of component or system quality based on test results and logs.

•Determining whether more tests are needed.

Select the correct answer:

Options:

A.

Test planning.


B.

Test analysis.


C.

Test design.


D.

Test monitoring and control.


Expert Solution
Questions # 69:

Which of the following best describes the relationship between a test progress report and a test summary report?

Options:

A.

The test report prepared during a test activity may be referred to as a test progress report, while a test report prepared at the end of a test activity may be referred to as a test summary report.


B.

The test report prepared during a test activity may be referred to as a test summary report, while a test report prepared at the end of a test activity may be referred to as a test progress report.


C.

There is no difference between a test progress report and a test summary report.


D.

Both the test progress report and the test summary report should always be generated via an automated tool.


Expert Solution
Questions # 70:

Which of the following correctly represents a test first approach?

Options:

A.

Code is refactored first then tests are written and run


B.

Application behaviour is written in Given/When/then format and tests are then written and run


C.

Tests are derived from acceptance criteria and run to check that the code passes these tests


D.

First the tests fail then the code is written to pass the tests and this is iterated


Expert Solution
Viewing page 7 out of 11 pages
Viewing questions 61-70 out of questions