decision table testing ticket booking example
#1

decision table for online movie booking system. I need a model decision table to have an example on it.
I need a model decision table to have an example on it.
Reply
#2
decision table testing ticket booking example

What is Decision table in software testing?
158 8 7


?
The techniques of equivalence partitioning and boundary value analysis are often applied to specific situations or inputs. However, if different combinations of inputs result in different actions being taken, this can be more difficult to show using equivalence partitioning and boundary value analysis, which tend to be more focused on the user interface. The other two specification-based software testing techniques, decision tables and state transition testing are more focused on business logic or business rules.

A decision table is a good way to deal with combinations of things (e.g. inputs). This technique is sometimes also referred to as a ’cause-effect’ table. The reason for this is that there is an associated logic diagramming technique called ’cause-effect graphing’ which was sometimes used to help derive the decision table (Myers describes this as a combinatorial logic network [Myers, 1979]). However, most people find it more useful just to use the table described in [Copeland, 2003].

Decision tables provide a systematic way of stating complex business rules, which is useful for developers as well as for testers.
Decision tables can be used in test design whether or not they are used in specifications, as they help testers explore the effects of combinations of different inputs and other software states that must correctly implement business rules.
It helps the developers to do a better job can also lead to better relationships with them. Testing combinations can be a challenge, as the number of combinations can often be huge. Testing all combinations may be impractical if not impossible. We have to be satisfied with testing just a small subset of combinations but making the choice of which combinations to test and which to leave out is also important. If you do not have a systematic way of selecting combinations, an arbitrary subset will be used and this may well result in an ineffective test effort.
How to Use decision tables for test designing?
The first task is to identify a suitable function or subsystem which reacts according to a combination of inputs or events. The system should not contain too many inputs otherwise the number of combinations will become unmanageable. It is better to deal with large numbers of conditions by dividing them into subsets and dealing with the subsets one at a time. Once you have identified the aspects that need to be combined, then you put them into a table listing all the combinations of True and False for each of the aspects.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: airline tickets reservation in decision table, fuzz testing example, decision table train ticket, ft myers beach, sample test cases for testing online ticket booking application, aodv routing table display example in ns2, ic testers,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  volvo bus ticket format in word download 7 16,011 27-08-2018, 09:27 AM
Last Post: annish_m
  50 scenarios on gmail in integration testing 2 2,603 30-04-2018, 11:39 AM
Last Post: Guest
  fake irctc e ticket in word format download 7 8,300 18-02-2018, 03:16 PM
Last Post: [email protected]
  java programmings for bus ticket reservation source code 1 6,221 09-11-2017, 11:28 PM
Last Post: Ayushi Nagar
  to design an appropriate logic gate combinatin for a given truth table 1 5,536 13-10-2017, 10:26 AM
Last Post: Akash Mendhe
Smile source code for air ticket reservation system using html 2 1,381 26-04-2017, 07:43 PM
Last Post: Guest
  free templates for asp net for online movie ticket booking 1 1,017 13-04-2017, 12:07 PM
Last Post: jaseela123d
  railway ticket reservation form coding in gui 1 1,298 13-04-2017, 09:45 AM
Last Post: jaseela123d
  table fan swing mechanism 1 906 12-04-2017, 04:29 PM
Last Post: jaseela123d
  ernakulam distric river sand online booking 1 881 11-04-2017, 03:44 PM
Last Post: jaseela123d

Forum Jump: