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

The following condition is given:

Integer x, y; IFx>0ANDx< 100

y = y + x; END-IF

Using boundary analysis for x. which test cases are required?

A.

-1,0.1,99.100, 101

B.

-1,0. 100,101

C.

-500,-10,0.1,99.100.101,500

D.

0, 1.99, 100

A booking system for a city bus service prices its fares according to the time of travel:

• Peak-time tariff starts at 0600 and finishes at 1000 am

• Off-peak tariff applies during all other times of service

• The bus service does not operate between 2300 and the start of the next day’s peak service

Note that all times mentioned are inclusive.

When applying the equivalence partitioning test design technique, which of the following options, shows test case inputs that each fall into a different equivalence partition?

A.

0600, 1000, 1200

B.

1001, 1300, 2259

C.

0100, 0800, 2200

D.

2400, 1000, 2301

Which of the following are correct tasks during "Test analysis and design"?

I. Designing and prioritizing test cases

II Identifying any required infrastructure and tools

III. Reviewing the test basis

IV Creating test data and preparing test harnesses

V. Writing automated test scripts

A.

II, III, IV, V

B.

l, III IV

C.

I, II. Ill

D.

I, ll

Which of the following defects-can NOT be found by static analysis tools?

A.

Infinite loops

B.

Wrong business rules

C.

Syntax errors of the code

D.

Undefined variables

Which of the following BEST distinguishes the terms "validation" and "verification"?

A.

Validation Is confirmation through the provision of objective evidence that the specified requirements have been met while verification is confirmation through the provision of objective evidence that the requirements for a specific intended use have been met

B.

Verification is confirmation through the provision of subjective evidence that the specified requirements have been met while validation is confirmation through the provision of subjective evidence that the designs for a specific intended use have been met

C.

Validation is confirmation through the provision of subjective evidence that the specified requirements have been met while verification Is confirmation through the provision of subjective evidence that the designs for a specific intended use have been met

D.

Verification is confirmation through the provision of objective evidence that the specified requirements have been met while validation is confirmation through the provision of objective evidence that the requirements for a specific intended use have been met

What is a "test harness"?

A.

One of the topics that needs to be covered in the final Test Report.

B.

A general name for test data that is used by the test cases.

C.

A detailed description of a test case to enable its execution by non-expert tester.

D.

A test environment comprised of stubs and drivers needed to execute a test.

Which of the following factors is LEAST likely to be used as a basis for estimating testing effort?

A.

Requirements for documentation

B.

Quality of the test basis Work

C.

Breakdown Structure

D.

Skills of the test team

Which of the following is NOT a test control activity?

A.

Re-prioritize tests because of time pressure

B.

Change the test schedule due to viability of a test environment

C.

Writing test suspension and resumption criteria in the test plan

D.

Set an entry criterion requiring fixes to be retested by a developer before accepting them into a build

Which of the following are part of ISTQB code of ethics?

I. Certified software testers shall advance the integrity and reputation of the profession consistent with the public interest

II. Certified software tester shall always sign a NDA (Non Disclosure Agreement) in presence of customer data

III. Certified software testers shall maintain integrity and independence in their professional judgment

IV Certified software testers shall act in a manner that is in the best interests of their client and employer, consistent with the public interest

A.

I, II, III

B.

II, III, IV

C.

I, II, V

D.

I, III, IV

Integration testing has following characteristics.

I. It can be done in incremental manner

II. It is always done after system testing

III. It includes functional tests

IV It includes non-functional tests

A.

I. l and IV are correct

B.

I Ill and IV are correct

C.

TI is correct

D.

II and III are correct