software engineering
1. which of the following are advantages to white box testing -
check all that apply
non devleopers can write tests
can discover missing required behavior
can directly test coded behavior
can be used to compare testing suites
2. white box testing: branch coverage subsumes statement
coverage: true or false
3. random testing is helpful during which of the following check
all that apply
system testing
continuous integration
white box testing
regression testing
4. the input domain is the pool of all possible inputs that
unit/program can take. true or false
5. in random testing, what is the job of the oracle?
monitor for errors and save those test cases
generate the test cases
supply the test cases to the software under test
run the entire random testing process
software engineering 1. which of the following are advantages to white box testing - check all that apply non devleopers
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am