Which ONE of the following statements about acceptance testing is NOT correct?

Which ONE of the following statements about acceptance testing is NOT correct?A . Testing of disaster recovery and backup/restore is usually NOT part of acceptance testing.B . The customers or system users are often responsible for the acceptance testing.C . The main goal of acceptance testing is to build confidence...

September 24, 2023 No Comments READ MORE +

In which of the following cases you would NOT execute maintenance testing?

In which of the following cases you would NOT execute maintenance testing?A . Retirement of the software or systemB . Modifications to a released software or systemC . Migration of the system data to a replacement systemD . Update to the Maintainability requirements during the development phaseView AnswerAnswer: D Explanation:...

September 24, 2023 No Comments READ MORE +

Which of the following is NOT a deciding factor m determining the extent of testing required?

Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...

September 24, 2023 No Comments READ MORE +

Which are the MAIN goals of risk management in a software project?

Which are the MAIN goals of risk management in a software project?A . To increase the success probability for the project regardless of costs.B . To increase focus on preventative processes and to increase satisfaction for the testers.C . To control contractual problems and minimize the impacts of company policies.D...

September 23, 2023 No Comments READ MORE +

Which of the following is NOT a deciding factor m determining the extent of testing required?

Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...

September 23, 2023 No Comments READ MORE +

Which one of the following bugs can be caught by Static Analysis?

The following requirement is given “Set X to be the sum of Y and Z”. All the following four implementations have bugs. Which one of the following bugs can be caught by Static Analysis?A . int x = 1. int y = 2. int y = 3. X = y=z;B...

September 21, 2023 No Comments READ MORE +

Which testing principal suggests a change to the current test strategy for the next test cycle?

A team's test strategy was to invest equal effort in testing each of a system's modules. After running one test cycle, it turned out that most of the critical bugs were detected in one of the system's modules. Which testing principal suggests a change to the current test strategy for...

September 21, 2023 No Comments READ MORE +

Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?

A software module to be used in a mission critical application incorporates an algorithm for secure transmission of data. Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?A . WalkthroughB . Informal ReviewC . Technical ReviewD . Management ReviewView AnswerAnswer: C Explanation: A...

September 20, 2023 No Comments READ MORE +

Which of the following is NOT a deciding factor m determining the extent of testing required?

Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...

September 20, 2023 No Comments READ MORE +

A bank software has a feature of locking down accounts that have and overdraft higher than $10,000.

A bank software has a feature of locking down accounts that have and overdraft higher than $10,000. Due to a bug in the code, the system locks down accounts once they reached $1000 overdraft. Based on this context, which of the following is correct statementA . It is an example...

September 19, 2023 No Comments READ MORE +