Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

iSQI CTFL_Syll2018 - ISTQB Certified Tester Foundation Level (Syllabus 2018)

Page: 11 / 11
Total 365 questions

Which one of the following would you typically expect to find in a test completion report for a test level?

A.

Factors that are currently impeding test progress and the tests planned for the following day.

B.

A summary of the testing performed and any deviations from the schedule, duration or effort of test activities.

C.

The planned overall approach for testing and the resources required to perform the various test activities.

D.

The proposed exit criteria and metrics reports for review and agreement by the stakeholders.

Which type of software development product can undergo static testing?

A.

Any software development product can undergo static testing, including requirements specifications, design specifications and code

B.

Static testing is done only on the requirements. You need to execute the software in order to find defects in the code

C.

Static testing is done only on the code as part of the "code review" sessions Other documents are reviewed, but not by static testing Static tests

D.

should be performed on the installation and user guide documents as these documents are used by the end user

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

Which statement about use case testing is true?

A.

The test cases are designed to be used by real users, not by professional testers.

B.

The test cases are designed to find defects in the process flow.

C.

The test cases are designed to find defects in the data flow.

D.

The test cases are always designed by customers or end users.

Consider the following code

int premium=2500;

if

{

premium = premium +1500:

}

Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.

A.

30. 1500

31, 2500

B.

29,1500

30. 2500

C.

29. 2500

30, 1500

D.

29.4000

30. 2500

Which of the following can be a common objective of testing?

A.

Gaining confidence about the level of the system's quality

B.

Fixing defects to improve the system's quality characteristics

C.

Providing information as part of the debugging activity

D.

Making sure the system performs as fast and as efficient as needed

Which of the following lists contains only black-box test techniques?

A.

Exploratory testing. State transition testing, Control flow testing

B.

Decision table testing. Use case testing, Control flow testing

C.

Decision table testing, Use case testing, State transition testing

D.

Use case testing, Statement testing, State transition testing

For a given set of test-cases, which of the following is a benefit of running these tests with a test automation tool?

A.

Test coverage is increased.

B.

The number of found bugs is reduced.

C.

The total cost of the test project always decreases

D.

The time spent on repetitive tasks is reduced

Which of the following is a valid collection of equivalence classes for the following problem: "An Integer numeric field shall contain values from 1 to 80 both values inclusive"

A.

Less than 0. 1 to 79, 80 and more than 80

B.

Less than 0. 1 to 80, more than 80

C.

Less than 1. 1 to 80, more than 80

D.

Less than 1. 1 to 79, more than 80