What is meant by Decision Table Testing Technique?

Answer Posted / jyothinapa

decision table testing is one of the black box testing
technique.decision table consists of 2 columns
1.fields 2.expected output

in fields column we write all possible conditions and the
result for each possibility we will write in expected
output.

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What processes/methodologies are you familiar with?

1892


What is AGP?what is setup.inf?What are the ways to install driver?

1791


Can you explain boundary value analysis?

665


In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?

2562


What are the two main categories of software testing?

692






A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?

1015


Write all combinations of test cases for calculater on + symbel

1811


What is an audit report? Whom is it done by?

1967


Do you know anything about Set Top Boxes?

9270


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

1721


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9086


What is srs and brs document?

701


What is revision history and the content of revision history table?

1565


You may undergone many projects. Do all the projects match up with customer’s expectations?

708


What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)

1122