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

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

A.

Decision Coverage

B.

Error Guessing

C.

Statement Coverage

D.

Equivalence Partitioning

While reporting a defect, which of the following indicates the level of business importance assigned to the defect?

A.

Urgency

B.

Priority

C.

Difficulty

D.

Severity

Debugging and Testing are key activities in the software development lifecycle.

Which of the following are 'Debugging' activities?

a) Identifying, a failure

b) Locating the cause of failure

c) Fixing the defect

d) Checking the fix has resolved the failure

A.

a & d

B.

a & b

C.

b & c

D.

c & d

What is a defect density?

A.

The percentage of defects identified over the total number of test cases

B.

The deviation rate of the system from its expected behavior

C.

The ratio of the defects identified in these system over the expected number of total defects

D.

The number of defects identified in the system under test divided by the size of the system

Which two of the following statements are true?

A.

Software testing can be necessary to fulfill legal or contractual obligations.

B.

Software testing is done to essentially increase the quality of developers.

C.

Intensive testing can help reduce risks and problems during operation

D.

Intensive testing is used to prove correctness.

E.

C and D are true. A and B are wrong.

F.

A and C are true. B and D are wrong

G.

B and D are true. A and C are wrong

Which of the following statements gives the BEST example of a trigger for maintenance testing?

A.

Retirement of a customer service application

B.

Business approval to fund a project to develop an e-commerce web application

C.

Completion of the requirements specifications for an application

D.

Completion of the designs for an application

Which of the following statements is NOT correct?

A.

A test team with high level of independence, may suffer from lower familiarity with the product

B.

Development team may find many defects since they are familiar with the code

C.

Tests designed by a person from different group in the organization is the highest independence level

D.

Tests designed by a person in the development team other than the person who wrote the code is the lowest level of independence

Consider the following excerpt from a defect report:

To recreate the failure we used test file TST_01_TC_16.dat which is available in the common shared folder''.

Which incident report objective does this excerpt satisfy?

A.

Provides developers with information to isolate the failure

B.

Provides ideas for test process improvement

C.

Does not belong in an incident report.

D.

Provides test leaders with information to report test progress

When should component integration tests be carried out?

A.

Integration tests should always be done after system tests

B.

Integration tests should be done at the customer's site, after acceptance tests

C.

Integration tests can be done before or after system tests

D.

Integration tests should always be done before system tests

Which of the following BEST describes a methodical approach to the Error Guessing test technique?

A.

A tester dynamically designs and executes tests based on their knowledge, exploration of the test item and the results of previous tests.

B.

An experienced tester makes a list of potential defects and failures, and designs and runs tests to generate these failures should the defects be present in the code.

C.

A tester designs, implements and executes tests to cover test conditions found in checklists that are based on what is important for the user.

D.

An inexperienced tester is asked to attempt to guess errors that may have been missed by experienced testers during formal test design.