white-box-testing Questions

1

Solved

The Art of Software Testing contains several references to "ON-units". Here is an example from the section on test-case design: Decision coverage usually can satisfy statement coverage. Since ev...
Ostwald asked 21/9, 2012 at 21:29

2

What are some good testcases for a Linked list problem in general? for example test cases for a function which finds and eliminates duplicates and returns the pointer to the first node. Some core c...
Margravine asked 25/3, 2011 at 19:22

2

Solved

When using the White Box method of testing called Multiple Condition Coverage, do we take all conditional statements or just the ones with multiple conditions? Now maybe the clues in the name but I...
Instill asked 17/5, 2010 at 22:25
1

© 2022 - 2024 — McMap. All rights reserved.