What is meant by Decision Table Testing Technique?
Answer Posted / 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 |
Post New Answer View All Answers
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
What is the difference between web based application and client server application?
What is a failure?
Does an increase in testing always improve the project?
Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
what is TAS language which is used as a language for some projects/
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
What is the first test in software testing process?
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
Have you prepared traceability matrix and how to prepare it?
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
When do we perform smoke testing?
What is coverage and what are the different types of coverage techniques?