Why could test cases need to be refactored in an Agile project?

Why could test cases need to be refactored in an Agile project? SELECT ONE OPTIONA . To maintain bi-directional traceability with the user storiesB . To increase the breadth of black box coverageC . To make them easier to understand and cheaper to modifyD . To ensure that the tests...

August 20, 2024No CommentsREAD MORE +

To address the 4th risk, which of the following quality characteristics for technical testing should be part of the test approach?

A product risk assessment has revealed the following product risks: • lack of usability requirements • security during on-line transactions • perceived performance of the system and response time from the user interface • a required availability of almost 100% To address the 4th risk, which of the following quality...

August 19, 2024No CommentsREAD MORE +

Which of the following is a generic risk factor that should be considered by a Technical Test Analyst during a product risk analysis?

Which of the following is a generic risk factor that should be considered by a Technical Test Analyst during a product risk analysis?A . Frequency of use of the affected feature by end-users.B . Complexity of new technology.C . Visibility of failure leading to negative publicity and potential image damage.D...

August 19, 2024No CommentsREAD MORE +

Based on the information provided, which of the following activities would need to be addressed in the test plan?

You are involved in testing a system in the medical domain. Testing needs to comply with the FDA requirements and is rated as being safety critical. A product risk assessment has been performed and various mitigation actions have been identified. Reliability testing is one of the test types that needs...

August 19, 2024No CommentsREAD MORE +

Which portability sub-characteristic is especially relevant for the Caribbean bank?

A major Caribbean bank typically develops their own banking software using an Agile methodology. However, for some specific components COTS software is acquired and used. The bank does not want to create a dependency on any external COTS supplier. As part of the test approach, portability testing will be performed....

August 19, 2024No CommentsREAD MORE +

Which data flow anomaly can be found in this program?

Below is the pseudo-code for the Win program: The bingo program contains a data flow anomaly. Which data flow anomaly can be found in this program?A . Variable 'A" is not assigned a value before using it.B . Variable 'D" is defined but subsequently not used.C . The program does...

August 18, 2024No CommentsREAD MORE +

To which non-functional quality characteristic does a good level of comment frequency especially contribute?

Consider the code fragment provided below: The comment frequency of the code fragment is 13%. To which non-functional quality characteristic does a good level of comment frequency especially contribute?A . PortabilityB . MaintainabilityC . UsabilityD . Performance EfficiencyView AnswerAnswer: B Explanation: The comment frequency in a code fragment relates to...

August 18, 2024No CommentsREAD MORE +

Which of the following statements about performance testing tools is NOT correct?

Which of the following statements about performance testing tools is NOT correct?A . Typical metrics and reports provided by performance testing tools include the number of simulated users throughout the test, and the number and type of transactions generated by the simulated users, and the arrival rate of the transactions.B...

August 17, 2024No CommentsREAD MORE +

Which type of defect should you report as part of the code review?

You have been assigned to perform a review on code provided below: Which type of defect should you report as part of the code review?A . Endless loopB . Unreachable codeC . Too many nested levelsD . No defects should be reported, code is correct.View AnswerAnswer: A Explanation: The code...

August 17, 2024No CommentsREAD MORE +

At which test level would performance efficiency testing most likely be performed?

At which test level would performance efficiency testing most likely be performed?A . Component testingB . Integration testingC . System testingD . User acceptance testingView AnswerAnswer: C Explanation: Performance efficiency testing is most commonly associated with system testing. This is the level at which the complete, integrated system is evaluated,...

August 15, 2024No CommentsREAD MORE +