Which TWO questions from the list would you implement as part of the code review checklist?

Part 3 "Bonus Program" To support code reviews a checklist will be developed. Which TWO questions from the list would you implement as part of the code review checklist? 3 credits [K3]A . Are any magic numbers (numeric literals) used, other than 0 or 1? B. Can each item be...

August 1, 2023No CommentsREAD MORE +

Which of the following defect types can only be found by means of code reviews?

Part 3 "Bonus Program" An organization has already implemented a static analysis tool and is considering whether code reviews would have any added value. Which of the following defect types can only be found by means of code reviews? 1 credit [K2]A . Conformance to coding standards B. Conformance to...

August 1, 2023No CommentsREAD MORE +

Part 3 "Bonus Program"

Part 3 "Bonus Program" During code reviews, it is the author’s responsibility… 1 credit [K2]A . to address all major and minor defects as stated in the defect log B. to fix all major and minor defects as stated in the defect log C. to take action on only improvement...

July 31, 2023No CommentsREAD MORE +

Which of the following is the incident report of the highest quality?

You have tested the program and have found that with “bonus” a boundary value has not been implemented according to design. You have written an incident report. Which of the following is the incident report of the highest quality? 2 credits [K3]A . Description: Boundary value not correctly implemented Priority:...

July 30, 2023No CommentsREAD MORE +

What is the value of statement coverage achieved by test case 1 from test set A? 2 credits [K3]

What is the value of statement coverage achieved by test case 1 from test set A? 2 credits [K3]A . ? 75% (21/28) B. ? 78% (22/28) C. ? 85% (24/28) D. ? 90% (25/28)View AnswerAnswer: A

July 30, 2023No CommentsREAD MORE +

What are the TWO most significant benefits a test execution tool should bring to the organization? 1 credit [K2]

What are the TWO most significant benefits a test execution tool should bring to the organization? 1 credit [K2]A . Less expensive and time consuming regression testing B. More structured incident management C. Improved control and monitoring D. Visibility on test coverage E. More coverage during regression testingView AnswerAnswer: A,E

July 30, 2023No CommentsREAD MORE +

Which of the following review types would you choose to review the program?

The Bonus Program is perceived by management to be critical. Defects in the program would almost immediately lead to financial loss. In the past an improvement program has been run to implement review based on IEEE 1028. Knowledge and skills on both formal and informal reviews are available. There is...

July 29, 2023No CommentsREAD MORE +

Which additional set of test cases is needed to achieve both 100% statement coverage and 100% decision coverage? 3 credits [K3]

Which additional set of test cases is needed to achieve both 100% statement coverage and 100% decision coverage? 3 credits [K3] A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: C

July 29, 2023No CommentsREAD MORE +

Which of the following are TWO key similarities between static analysis and dynamic analysis?

Part 1 "Test Techniques various" An embedded software company is considering to improve the quality of its software components to be delivered to the integration team. After studying various experience papers that report a higher level of quality for software components, two main alternative techniques are identified: static analysis and...

July 28, 2023No CommentsREAD MORE +

Which ET deliverable would be the primary candidate for informal reviews?

Part 3 "Bonus Program" Applying exploratory testing (ET) during unit testing is being considered. Which ET deliverable would be the primary candidate for informal reviews? 1 credit [K2]A . Test log & coverage outline B. Test charter C. Heuristics D. Test case specificationView AnswerAnswer: B

July 27, 2023No CommentsREAD MORE +