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...
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:...
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...
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...
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...
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...
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...
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...
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...
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...