Filters
Question type

What is equivalence partitioning as it applies to software testing?

Correct Answer

verifed

verified

A black-box testing technique in which the input domain is divided into classes of equivalent data items.Test cases are derived from combinations of elements from each equivalence class.Exhaustive testing of all input domain values is not necessary.

Describe the differences between black-box testing and white-box testing.

Correct Answer

verifed

verified

Black-box testing involves testing the functionality of a software component without knowing the details of its internal logic.White-box testing involves testing the independent logic paths with full implementation knowledge.

Describe three control structure testing strategies.

Correct Answer

verifed

verified

Condition or branch testing -uses test cases that exercise every decision statement in the program. Data flow testing - selects test paths (definition use chains)according to the locations of variable definitions and uses in the program Loop testing -tests focus on the validity the repetition constructs (making sure that loops start and stop when they are supposed to)

What are the attributes of a good software test?

Correct Answer

verifed

verified

-Has a high probability of fin...

View Answer

Showing 1 - 4 of 4

Related Exams

Show Answer