Which of the following statements is correct?

Which of the following statements is correct?A . Pair programming is done with developer and tester pairing togetherB . Pair programming is an alternative term for code inspection.C . Pair programming is used usually in waterfall modelD . Pair programming is, among other things, an informal review method.View AnswerAnswer: A

January 6, 2021 No Comments READ MORE +

Which of the following is correct?

Which of the following is correct?A . Intrusive test tools are tools that do not exhibit the probe-effectB . Testing tools can be used by both developers and testersC . Use of testing tools is effective only when done as part of a test automation systemD . Testing tools allow...

January 6, 2021 No Comments READ MORE +

Which of the following statements is NOT correct?

Given the following requirement: Which of the following statements is NOT correct?A . 7 and 13 are boundary values for the equivalence partition including age 10.B . Thursday is a valid input boundary valueC . A minimum of 6 valid test cases are derived from boundary value analysis based on...

January 6, 2021 No Comments READ MORE +

Which statement BEST describes when test planning should be performed? [K1]

Which statement BEST describes when test planning should be performed? [K1]A . Test planning is performed only once, at the beginning of the life cycle, andgenerates a Master Test PlanB . Test planning is performed at the beginning of the life cycle and again at the beginning of test executionC...

January 5, 2021 No Comments READ MORE +

The four test levels defined for a common V-model testing approach are:

The four test levels defined for a common V-model testing approach are:A . Unit, integration, system and maintenance.B . Functional, glass box, incremental and maintenance.C . Component, integration, system and acceptance.D . Unit, component, functional and alpha/beta.View AnswerAnswer: C

January 5, 2021 No Comments READ MORE +

Which of the following is an example of black-box dynamic testing?

Which of the following is an example of black-box dynamic testing?A . Code inspectionB . Checking memory leaks for a program by executing itC . Functional TestingD . Coverage analysisView AnswerAnswer: C

January 5, 2021 No Comments READ MORE +

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 +