How many test cases are needed to test code fragment lines 26 C 32 to achieve 100% condition determination coverage? 2 credits [K3]

How many test cases are needed to test code fragment lines 26 C 32 to achieve 100% condition determination coverage? 2 credits [K3]A . 2 B. 3 C. 4 D. 5View AnswerAnswer: B

August 9, 2023No CommentsREAD MORE +

How many test cases would be needed to achieve 100% decision coverage? 1 credit [K2]

How many test cases would be needed to achieve 100% decision coverage? 1 credit [K2]A . 1 B. 2 C. 3 D. 4View AnswerAnswer: A

August 9, 2023No CommentsREAD MORE +

When performing code reviews, which of the following defect types will be most difficult to find?

Part 3 "Bonus Program" When performing code reviews, which of the following defect types will be most difficult to find? 1 credit [K2]A . Dead code B. Variable used that is not defined C. Memory issues D. Conformance to designView AnswerAnswer: C

August 9, 2023No CommentsREAD MORE +

How many test cases are needed to test code fragment lines 26 C 32 to achieve 100% multiple condition coverage? 2 credits [K3]

How many test cases are needed to test code fragment lines 26 C 32 to achieve 100% multiple condition coverage? 2 credits [K3]A . 2 B. 3 C. 4 D. 8View AnswerAnswer: D

August 7, 2023No CommentsREAD MORE +

Which specification-based technique is largely based on the principle of multiple condition testing?

The application of multiple condition testing is also being considered. Which specification-based technique is largely based on the principle of multiple condition testing? 1 credit [K2]A . Equivalence Partitioning B. State Transition Testing C. Decision Table Testing D. Use CasesView AnswerAnswer: C

August 7, 2023No CommentsREAD MORE +

Which of the following is the most important benefit of making exploratory testing part of your test approach for the “Bonus Program”?

Part 3 "Bonus Program" Which of the following is the most important benefit of making exploratory testing part of your test approach for the “Bonus Program”? 3 credits [K4]A . The ability to utilize a very experienced test team B. The ability to accurately predict the residual risk prior to...

August 6, 2023No CommentsREAD MORE +

Definition-use pairs are identified during which of the following static analysis activities?

Part 1 "Test Techniques various" Definition-use pairs are identified during which of the following static analysis activities? 1 credit [K2]A . Control flow analysis B. Data flow activities C. Coding standards analysis D. Cyclomatic complexity analysisView AnswerAnswer: B

August 6, 2023No CommentsREAD MORE +

Which of the following is the kind of failure you are looking for when using this attack?

Part 1 "Test Techniques various" Consider the following fault attack: “Force all possible incoming errors from the software/OS interfaces to the application”. Which of the following is the kind of failure you are looking for when using this attack? 1 credit [K2]A . Application crashes when unsupported characters are pasted...

August 5, 2023No CommentsREAD MORE +

Which TWO additional structure-based test design techniques could be used to dynamically test the code? 1 credit [K2]

Which TWO additional structure-based test design techniques could be used to dynamically test the code? 1 credit [K2]A . Condition testing B. Multiple condition testing C. Equivalence partitioning D. Cause/effect graphing E. Code reviewsView AnswerAnswer: A,B

August 1, 2023No CommentsREAD MORE +

Which of the following is a dynamic analysis technique related to improving application performance?

Part 1 "Test Techniques various" Which of the following is a dynamic analysis technique related to improving application performance? 1 credit [K2]A . Code complexity analysis B. Profiling C. Network package sniffing D. Spelling and grammar checkingView AnswerAnswer: B

August 1, 2023No CommentsREAD MORE +