Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. During the test results are recorded phase, test cases are run and verified before True or False: Select true or false for the following

image text in transcribed
3. During the test results are recorded phase, test cases are run and verified before True or False: Select true or false for the following questions: 11. Structural software testing refers to black-box software testing- 12. We need to perform black-box software testing for a component because it helps us discover errors related to its external behaviors and functions. 3. If the cyclomatic complexity of a program is N, then we need to define at least N basic path test cases to achieve the source code statement coverage in white-box testing. I 14. Test engineers can completely and thoroughly test a program with the right testing criteria and technique. Part 2: Understanding Testing Techniques (30 pts; 3 pts each) Multiple choice: Select the best option from the given items. I 11. For a given program f(X), where X must be values in the range of [-15, 30], select an appropriate boundary value set a. -15, 10, 0, 30, 35 b. -16,-15, 0, 30, 31 c. -2,-15, 10, 28, 31 d. None of the above 12. The branch-based testing method can be used to cover: a. Each predicate node and their branch links in a program flow graph b. Each source code statement of a program c. Every basic path of a program flow graph for a program d. All of the above e. None of the bove 13. Select a black-box testing method from the options below: a. Data flow testing method b. Branch-based testing method c. Boundary value analysis method d. Basic-path testing method

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Hands-On Database

Authors: Steve Conger

2nd Edition

0133024415, 978-0133024418

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago