Which of the following activities would improve how a tool is deployed within an organization? a) Roll out the tool across the organization as quickly as possible to all users. b) Conduct periodic lessons learn reviews with tool users. c) Provide technical support to the test team for each type of tool. d) If a tool is not being used, withdraw it and look for an alternative. e) Make sure processes are improved to reflect a new tool.
Given the following sample of pseudo code:Read A, B, C;If A > B then -Print "Primary ratio is" & A / B;End If -If A > C then -Print "Secondary ration is" & A / C;End If.Which of the following test cases would achieve 100% statement coverage?
Which of the following would TYPICALLY be carried out by a test leader and which by a tester? a) Creation of a test strategy. b) Creation of a test specification. c) Raising of an incident report. d) Write a test summary report.
Which of the following is a MAJOR activity of test control?
If a system has been tested and only a few defects have been found, what can we conclude about the state of the system? a) The system may be defect free but the testing done cannot guarantee that this is true. b) The system is defect free and further testing would therefore be a waste of resources. c) It depends what the system is designed to do. d) Further testing should be considered but this should be focused on areas of highest risk because it would not be possible to test everything. e) Testing should be curtailed because it is yielding no value.
What is the MAIN benefit of designing tests early in the life cycle?