Ucertify offers free demo for ISEB-SWT2 exam. "ISTQB-ISEB Certified Tester Foundation Level", also known as ISEB-SWT2 exam, is a ISEB Certification. This set of posts, Passing the ISEB ISEB-SWT2 exam, will help you answer those questions. The ISEB-SWT2 Questions & Answers covers all the knowledge points of the real exam. 100% real ISEB ISEB-SWT2 exams and revised by experts!

Free demo questions for ISEB ISEB-SWT2 Exam Dumps Below:

NEW QUESTION 1

Which of the following is a project risk mitigation step you might take as test manager? 1 credit

  • A. Testing for performance problems
  • B. Hiring a contractor after a test analyst leaves the company
  • C. Arranging a back-up test environment in case the existing one fails during testing
  • D. Performing a project retrospective meeting using the test results after each increment

Answer: C

NEW QUESTION 2

Considerable attention will be given in this project to defining exit criteria and on reporting back on their status. Which combination of TWO exit criteria from the list would be best to use? 1 credit

  • A. Total number of defects foundI
  • B. Percentage of test cases executedII
  • C. Total test effort planned versus total actual test effort spentI
  • D. Defect trend (number of defects found per test run over time
  • E. (i) and (ii)
  • F. (i) and (iv)
  • G. (ii) and (iii)
  • H. (ii) and (iv)

Answer: D

NEW QUESTION 3

Which of the following statements is the MOST valid goal for a test team?

  • A. Determine whether enough component testing was executed.
  • B. Cause as many failures as possible so that faults can be identified and corrected.
  • C. Prove that all faults are identified.
  • D. Prove that any remaining faults will not cause any failures.

Answer: B

NEW QUESTION 4

Which is not the testing objective?

  • A. Finding defects
  • B. Gaining confidence about the level of quality and providing information
  • C. Preventing defects.
  • D. Debugging defects

Answer: D

NEW QUESTION 5

Consider the following pseudo code:
* 1. Begin
* 2. Input X, Y
* 3. If X > Y
* 4. Print (X, ‘is greater than’, Y)
* 5. Else
* 6. Print (Y, is greater than or equal to’, X)
* 7. EndIf
* 8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?

  • A. Statement coverage = 3, Decision coverage = 3
  • B. Statement coverage = 2, Decision coverage = 2
  • C. Statement coverage = 1, Decision coverage = 2
  • D. Statement coverage = 2, Decision coverage = 1

Answer: B

NEW QUESTION 6

Based on the information given in the scenario, identify how the team could be improved most effectively? 2 credits

  • A. By providing training in the payroll domain
  • B. By providing a workshop on test design techniques
  • C. By providing specific training on the systems being tested
  • D. By providing training on reviewing requirements

Answer: B

NEW QUESTION 7

Which of the following statements are true?
(i) For every development activity there is a corresponding testing activity.
(ii) Each test level has the same test objectives.
(iii) The analysis and design of tests for a given test level should begin after the corresponding development activity.
(iv) Testers should be involved in reviewing documents as soon as drafts are available in the development life cycle.

  • A. (i) and (ii)
  • B. (iii) and (iv)
  • C. (ii) and (iii)
  • D. (i) and (iv)

Answer: D

Explanation:
Option (ii) is incorrect: each test level has a different objective.
Option (iii) is also incorrect: test analysis and design should start once the documentation has been completed.

NEW QUESTION 8

Which of the following is not a quality characteristic listed in ISO 9126 Standard?

  • A. Functionality
  • B. Usability
  • C. Supportability
  • D. Maintainability

Answer: C

NEW QUESTION 9

Which of the following correctly states a limitation in the use of static analysis tools? [K1]

  • A. Static analysis tools can be applied to new code but cannot be applied to existing code
  • B. Static analysis tools can be used to enforce coding standards
  • C. Static analysis tools always generate large numbers of warning messages when applied to new code, even if the code meets coding standards
  • D. Static analysis tools do not generate warning messages when applied to existing code

Answer: B

NEW QUESTION 10

Evaluate the status of the project against the defined exit criteria. Which of the following options shows the correct status? 2 credits

  • A. Criteria A = OK, criteria B = OK, criteria C = OK
  • B. Criteria A = NOT OK, criteria B = NOT OK, criteria C = OK
  • C. Criteria A = OK, criteria B = NOT OK, criteria C = NOT OK
  • D. Criteria A = NOT OK, criteria B = NOT OK, criteria C = NOT OK

Answer: B

NEW QUESTION 11

Which of the following product risks would be most effectively addressed just by static testing? 3 credits

  • A. In the delivered application, one of the countries, as specified in the requirements, has not been correctly implemented.
  • B. The application takes too long to process a request for additional cover.
  • C. The test cases do not cover the key requirements.
  • D. The successful bidder may not deliver all the required functionality on time.

Answer: C

NEW QUESTION 12

Reviewing the test Basis is a part of which phase

  • A. Test Analysis and Design
  • B. Test Implementation and execution
  • C. Test Closure Activities
  • D. Evaluating exit criteria and reporting

Answer: A

NEW QUESTION 13

A new system is about to be developed. Which of the following functions has the highest level of risk?

  • A. Likelihood of failure = 20%; impact value = £100,000
  • B. Likelihood of failure = 10%; impact value = £150,000
  • C. Likelihood of failure = 1%; impact value = £500,000
  • D. Likelihood of failure = 2%; impact value = £200,000

Answer: A

Explanation:
In (B) the product of probability × impact has the value £15,000; in (C) the value is £5,000 and in (D) it is
£4,000. The value of £20,000 in (A) is therefore the highest.

NEW QUESTION 14

Which of the following is usually the test basis for integration testing?

  • A. Program specification
  • B. Functional specification
  • C. Technical specification
  • D. Requirement specification

Answer: C

Explanation:
Option (A) is used for unit testing. Option (B) is used for system testing and Option (D) is used for acceptance testing.

NEW QUESTION 15

The following statements relate to activities that are part of the fundamental test process.

  • A. Evaluating the testability of requirements.i
  • B. Repeating testing activities after changes.ii
  • C. Designing the test environment set-up.i
  • D. Developing and prioritizing test cases.
  • E. Verifying the environment is set up correctly.Which statement below is TRUE?
  • F. (i) and (ii) are part of analysis and design, (iii), (iv) and (v) are part of test implementation and execution.
  • G. (i) and (iii) are part of analysis and design, (ii), (iv) and (v) are part of test implementation and execution.
  • H. (i) and (v) are part of analysis and design, (ii), (iii) and (iv) are part of test implementation and execution.
  • I. (i) and (iv) are part of analysis and design, (ii), (iii) and (v) are part of test implementation and execution.

Answer: B

Explanation:
All other answers contain an activity identified as analysis and design that is part of implementation and test execution.

NEW QUESTION 16

Which of the following is true about the V-model?

  • A. It has the same steps as the waterfall model for software development.
  • B. It is referred to as a cyclical model for software development.
  • C. It enables the production of a working version of the system as early as possible.
  • D. It enables test planning to start as early as possible.

Answer: D

NEW QUESTION 17

Faults found by users are due to..?

  • A. Poor quality software
  • B. Poor software and poor testing
  • C. Bad luck
  • D. Insufficient time for testing

Answer: B

NEW QUESTION 18

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

  • 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

Answer: C

NEW QUESTION 19

Testing effort can depend on a number of factors, which one of following is MOST likely to impact the amount of effort required?

  • A. The predicted number of defects and the amount of rework required
  • B. The ratio of developers to testers in the project team
  • C. The planned use of a project management tool to schedule tasks
  • D. The responsibilities for testers and developers being clearly defined

Answer: C

NEW QUESTION 20

Which of the following describes structure-based (white-box) test case design techniques?

  • A. Test cases are derived systematically from models of the system.
  • B. Test cases are derived systematically from the tester's experience.
  • C. Test cases are derived systematically from the delivered code.
  • D. Test cases are derived from the developers' experience.

Answer: C

Explanation:
Answer (A) relates to specification-based testing, answer (B) relates to experience-based testing and answer
(D) could relate either to debugging or to experience-based techniques.

NEW QUESTION 21

It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.

  • A. Yes, it’s strongly recommended.
  • B. No, risk analysis and priorities should be used to focus testing efforts
  • C. Yes, and it’s also necessary to include all the exit combinations
  • D. Only the expert testers can make exhaustive tests.

Answer: B

NEW QUESTION 22
Consider the following pseudo code:
* 1 Begin
* 2 Read Time
* 3 If Time < 12 Then
* 4 Print(Time, "am")
* 5 Endif
* 6 If Time > 12 Then
* 7 Print(Time 12, "pm")
* 8 Endif
* 9 If Time = 12 Then
* 10 Print (Time, "noon")
* 11 Endif
* 12 End
How many test cases are needed to achieve 100 per cent decision coverage?

  • A. 1
  • B. 2
  • C. 3
  • D. 4

Answer: C

Explanation:
The three decisions are in sequence and the conditions are all mutually exclusive (if any one is true the others must be false). Hence a test case that makes the first decision true will make the second and third decisions false and so on.
So test case 1 (say Time = 6) would exercise the path True, False, False, test case 2 (say Time = 15) would exercise the path False, True, False. Test case 3 would have to be Time = 12. This combination achieves 100 per cent decision coverage because each decision has been exercised through its true and its false outcomes.

NEW QUESTION 23

To test a function, the programmer has to write a , which calls the function to be tested and passes it test data:

  • A. Stub
  • B. Driver
  • C. Proxy
  • D. None of the above

Answer: B

NEW QUESTION 24

Which of the following is a Black Box test design technique?

  • A. Decision Coverage
  • B. Error Guessing
  • C. Statement Coverage
  • D. Equivalence Partitioning

Answer: D

NEW QUESTION 25

Regarding the process described above, what is the most important recommendation you would make using IEEE 1044 as a guide? 2 credits

  • A. No priority or severity assigned
  • B. Incident numbering is manual rather than automated
  • C. No mentioning of reproduceability
  • D. No classification on type of incident

Answer: A

NEW QUESTION 26
......

100% Valid and Newest Version ISEB-SWT2 Questions & Answers shared by Allfreedumps.com, Get Full Dumps HERE: https://www.allfreedumps.com/ISEB-SWT2-dumps.html (New 120 Q&As)