SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Cause-effect test cases are, in effect, designed using which one of the following types of testing techniques?
A
Decision-table based testing
B
Coverage-based testing
C
Fault-based testing
D
Path-based testing
Explanation: 

Detailed explanation-1: -Decision Table Testing is a software testing methodology used to test system behaviour for various input combinations. In this systematic approach, the several input combinations and their corresponding system behaviour are represented in tabular form.

Detailed explanation-2: -Cause Effect Graph is a black box testing technique. It is also known as Ishikawa diagram because of the way it looks, invented by Kaoru Ishikawa or fish bone diagram. It is generally uses for hardware testing but now adapted to software testing, usually tests external behavior of a system.

There is 1 question to complete.