Which of the following is NOT an objective of testing?

Which of the following is NOT an objective of testing?A . Finding defectsB . Providing information for decision-makingC . Analyzing and removing the cause of failuresD . Gaining confidence about the level of quality of the softwareView AnswerAnswer: B

January 5, 2021 No Comments READ MORE +

Which of the following test techniques is structure-based?

Which of the following test techniques is structure-based?A . Control flow testingB . Use case testingC . State transition testingD . Decision table testingView AnswerAnswer: D

January 5, 2021 No Comments READ MORE +

How many test cases are necessary in order to achieve 100% statement coverage?

The following program part is given: IF (condition A) then DO B END IF How many test cases are necessary in order to achieve 100% statement coverage?A . 1B . 2C . 4D . a very high numberView AnswerAnswer: B

January 4, 2021 No Comments READ MORE +

Which of the following set of test types would be most appropriate to verify the non-functional requirements expressed in this statement?

A client-server system for a web development must support a minimum of 200 enquiries per hour. In peak times, it must be available 24 hours x 7 days due to the critical nature of the application, and must have a response time lower than 20 seconds during peak loads. Which...

January 4, 2021 No Comments READ MORE +

Which of the following processes ensures that all items of test ware are identified, version controlled, tracked for changes, so that traceability can be maintained throughout the test process?

Which of the following processes ensures that all items of test ware are identified, version controlled, tracked for changes, so that traceability can be maintained throughout the test process?A . Software traceability processB . Incidence management processC . Testing design processD . Configuration management processView AnswerAnswer: D

January 4, 2021 No Comments READ MORE +

Where and by whom is Beta testing normally performed?

Where and by whom is Beta testing normally performed?A . By customers or potential customers at their own locationsB . By an independent test team at the developing organization's locationC . At the developing organization's site, but not by the developing teamD . By customers or potential customers at the...

January 3, 2021 No Comments READ MORE +

Out of the following, what is not needed to specify in defect report?

Out of the following, what is not needed to specify in defect report?A . How to fix the defectB . Severity and priorityC . Test environment detailsD . How to reproduce the defectView AnswerAnswer: A

January 3, 2021 No Comments READ MORE +

Under which of the following circumstances is maintenance testing required? [K1]

Under which of the following circumstances is maintenance testing required? [K1]A . Migration of software onto a new platformB . Testing during initial development of a replacement for an existing systemC . Purchase of a new software toolD . Updating of a regression suiteView AnswerAnswer: A

January 3, 2021 No Comments READ MORE +

Which of the following test sequences represents a possible use case?

Send "reservation ready" message to a borrower Which of the following test sequences represents a possible use case? (a test sequence always start with test #1)A . 1-4-2-7-5-6-3B . 1-6-2-5-7-4-3C . 1-6-4-7-5-3-2D . 1-2-6-7-4-5-3View AnswerAnswer: B

January 3, 2021 No Comments READ MORE +

Which of the following is a white box testing design characteristic?

Which of the following is a white box testing design characteristic?A . To be based on specificationsB . To be based on an analysis of the test basis documentationC . To be based on an analysis of the structure of the component or systemD . To include both functional and...

January 3, 2021 No Comments READ MORE +