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

May 31, 2019 No Comments READ MORE +

What is the definite consequence of this mistake?

During the development of a software change for a system, the developer makes a mistake in his work, which leads to a fault in the code. Unfortunately the fault is not found by software testing and is released into live. What is the definite consequence of this mistake?A . The...

May 31, 2019 No Comments READ MORE +

Which of the following is an appropriate reason for maintenance testing?

Which of the following is an appropriate reason for maintenance testing?A . Bugs found in the field after upgrading the operation systemB . Bugs found during system testingC . Bugs found during unit testingD . Bugs found during integration testingView AnswerAnswer: A

May 30, 2019 No Comments READ MORE +

What is the term used to define this type of testing?

Once a bug is fixed, it should be retested. What is the term used to define this type of testing?A . Reliability TestingB . Confirmation TestingC . Maintainability TestingD . Regression TestingView AnswerAnswer: B

May 29, 2019 No Comments READ MORE +

What is the difference between system integration testing and acceptance testing?

What is the difference between system integration testing and acceptance testing?A . System integration testing is testing non-functional requirements. Acceptance testing concentrates on the functionality of the system.B . System integration testing is executed by the developers. Acceptance testing is done by the customer.C . System integration testing verifies that...

May 29, 2019 No Comments READ MORE +

Which of the following would achieve the HIGHEST level of testing independence for a project's system test level?

Which of the following would achieve the HIGHEST level of testing independence for a project's system test level?A . Training developers to design good tests for the test team to executeB . Outsourcing test design and execution to a different companyC . Having the company's independent test team design and...

May 28, 2019 No Comments READ MORE +

Which one of the following is the BEST approach?

You have been asked to improve the way test automation tools are being used in your company. Which one of the following is the BEST approach?A . Selecting and automating scripts that test new functionality to find the most defectsB . Using a keyword-driven testing approach to separate the actions...

May 27, 2019 No Comments READ MORE +

Testing effort can depend on a number of factors, which one of the following is MOST likely to impact the amount of effort required?

Testing effort can depend on a number of factors, which one of the following is MOST likely to impact the amount of effort required?A . The predicted number of defects and the amount of network requiredB . The ratio of developers to testers in the project teamC . The planned...

May 25, 2019 No Comments READ MORE +

Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?

Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?A . They should start test analysis when the corresponding development level is complete.B . They should be involved in reviewing requirements or user stories as soon as drafts are available.C . They should...

May 25, 2019 No Comments READ MORE +

Which of the following is NOT a valid use of decision coverage?

Which of the following is NOT a valid use of decision coverage?A . Checking that all decisions have been exercised in a single programB . Checking that all decisions have been exercised in a business processC . Checking that all calls from one program module to another have been made...

May 24, 2019 No Comments READ MORE +