Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is meant by Decision Table Testing Technique?

Answers were Sorted based on User's Feedback



What is meant by Decision Table Testing Technique?..

Answer / ravi

Decision Table tesing is one more black-box test design
technique, likewise Equivalence partitioning and Boundary
Value Analysis.

In this technique test cases are designed to execute the
combinations of inputs.

Is This Answer Correct ?    18 Yes 5 No

What is meant by Decision Table Testing Technique?..

Answer / 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

What is meant by Decision Table Testing Technique?..

Answer / rmohan

decision table is used for testing complex business logics
it is black box testing where it consists of conditions and
actions.conditions are input for which there is an expexted
output which is action this totally forms a rule and each
rule should be a test case.

Is This Answer Correct ?    9 Yes 2 No

What is meant by Decision Table Testing Technique?..

Answer / lakhwinder singh

Decision tables are a precise yet compact way to model complicated logic. Decision tables, like if-then-else and switch-case statements, associate conditions with actions to perform. But, unlike the control structures found in traditional programming languages, decision tables can associate many independent conditions with several actions in an elegant way

Is This Answer Correct ?    5 Yes 1 No

What is meant by Decision Table Testing Technique?..

Answer / saff

guys plz dont try to give definiton which we can google plz
if u know try to explain itor else plz keep quite

Is This Answer Correct ?    9 Yes 5 No

What is meant by Decision Table Testing Technique?..

Answer / siddhesh_sawant

It is a table which shows different combination inputs with their associated outputs, this is also known as cause effect table.

In EP and BVA we have seen that these techniques can be applied to only specific conditions or inputs however if we have different inputs which result in different actions being taken or in other words we have a business rule to test where there are different combination of inputs which result in different actions.

For testing such rules or logic decision table testing is used.

It is a black box test design technique.

Is This Answer Correct ?    4 Yes 1 No

What is meant by Decision Table Testing Technique?..

Answer / te

If the output of functionality is depending upon multiple input condition then programmes use logical condition such as AND OR so der is chance of specifying OR operator in place of AND operator vice versa . Identify this defect decision table testing introduce ..
Login program:
If Userid exits OR password exits
Show Inbox
Else
Show error
.........
Login page
Un:
Pwd:
Ok
.................................

Inputs tc1 tc2 tc3 tc4
Unane v iv v invalid
Pwd v v iv invalid

Here tc3 will be eliminated.

Is This Answer Correct ?    0 Yes 0 No

What is meant by Decision Table Testing Technique?..

Answer / max

A Test Technique which combines combinations of inputs that might not otherwise have been exercised during testing (I saw this answer in BH0-004 tests)

Is This Answer Correct ?    2 Yes 4 No

What is meant by Decision Table Testing Technique?..

Answer / ram

its used for detecting test cases...this much only i
know...can anyone elaborately explain it?

Is This Answer Correct ?    8 Yes 15 No

Post New Answer

More Manual Testing Interview Questions

Explain severity with example and expalin each example?

1 Answers   Vertex,


what is gap analysis

2 Answers   QA,


we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing

9 Answers  


What happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? Where the data will go?

0 Answers  


Explain your web application archtechture?

1 Answers   Verizon,


Negative test cases for phone camera

0 Answers  


What is White Box testing and who is responsible for white box testing?

11 Answers   TCS,


As a testing engineer what to do if same defect is occured again in the software??

2 Answers  


If a company doesnt use a bug tracking tool then hw the tester reports the bug to the developer? plzz do answer its urgent.thanks in advance

5 Answers   IBM, Infotech,


What r the input documents to the design test cases?

7 Answers   Covansys,


Difference between regression testing and re-testing

5 Answers   Value Labs,


What is the difference between validation and verification?

4 Answers  


Categories