BCS iseb-swtint1 online test

BCS Intermediate Certificate in Software Testing Exam

What students need to know about the iseb-swtint1 exam

  • Total 43 Questions & Answers

Question 1

Where may functional testing be performed?

  • A. At system and acceptance testing levels only.
  • B. At all test levels.
  • C. At all levels above integration testing.
  • D. At the acceptance testing level only.
Answer:

B

Discussions

Question 2

Given the following fragment of code, how many tests are required for 100% decision coverage?
If width > lenth then
Biggest_diension = width
If height > width then
biggest_dimension = height
end_if
else
Biggest_diension = length
If height>length
Then
Biggest_dimension = height
End_if
End_if

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

B

Discussions

Question 3

As part of which test process do you determine the exit criteria?

  • A. Test planning.
  • B. Evaluating exit criteria and reporting.
  • C. Test closure.
  • D. Test control.
Answer:

A

Discussions

Question 4

Which of the following defines the expected results of a test?

  • A. Test case specification.
  • B. Test design specification.
  • C. Test procedure specification.
  • D. Test results.
Answer:

A

Discussions

Question 5

Given the following decision table:

Which of the following test cases and expected results is VALID?

  • A. 23 year old in insurance class A Premium is 90 and excess is 2,500.
  • B. 51 year old in insurance class C Premium is 70 and excess is 500.
  • C. 31 year old in insurance class B Premium is 90 and excess is 2,500.
  • D. 43 year old in insurance class C Premium is 70 and excess is 1,000.
Answer:

A

Discussions

Question 6

For which of the following would a static analysis tool be MOST useful?

  • A. Supporting reviews.
  • B. Validating models of the software.
  • C. Testing code executed in a special test harness.
  • D. Enforcement of coding standards.
Answer:

D

Discussions

Question 7

Exhibit:

Match the terms and statements being displaced in the exhibit.

  • A. 1Y, 2Z, 3X, 4W.
  • B. 1X ,2W, 3Z, 4Y.
  • C. 1Z, 2X, 3W, 4Y.
  • D. 1Z, 2Y, 3X, 4W.
Answer:

A

Discussions

Question 8

Exhibit:

Which of the activities in the exhibit should be performed during the selection and implementation
of a testing tool?

  • A. i, ii, iii.
  • B. ii, iii, iv.
  • C. i, iii, iv.
  • D. i, ii, iv.
Answer:

D

Discussions

Question 9

Exhibit:

Please refer to the exhibit. From a Testing perspective, what are the MAIN purposes of Configuration
Management?

  • A. ii, iv and v.
  • B. ii, iii and iv.
  • C. i, ii and iv.
  • D. i, iii and v.
Answer:

C

Discussions

Question 10

A wholesaler sells printer cartridges.
The minimum order quantity is 5.
There is a 20% discount for orders of 100 or more printer cartridges.
You have been asked to prepare test cases using various values for the number of printer cartridges
ordered.
Which of the following groups contain three test inputs that would be generated using Boundary
Value Analysis?

  • A. 5, 6, 20
  • B. 4, 5, 80.
  • C. 4, 5, 99.
  • D. 1, 20, 100.
Answer:

C

Discussions
To page 2