Geeks Talk

Prepare for your Next Interview




Decision table

This is a discussion on Decision table within the Testing Issues forums, part of the Software Testing category; Can we determine the number of test cases to write, using a decision table, Plz illustrate with an example....


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-19-2008
Junior Member
 
Join Date: Jun 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rose_Rock is on a distinguished road
Decision table

Can we determine the number of test cases to write, using a decision table, Plz illustrate with an example.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-19-2008
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 135
Thanks: 1
Thanked 39 Times in 25 Posts
Sridevichitthu is on a distinguished road
Re: Decision table

Hi Rose,

Decision table is a suitable method to test indefinite test cases.They could give the relevant probability and matches of test cases without missing any of them.

I have found very good article describing about thisconcept.Please find them useful.

Happy Learning,
Sridevichitthu
Attached Images
File Type: pdf Decision table testing.pdf (131.0 KB, 10 views)
Reply With Quote
  #3 (permalink)  
Old 06-19-2008
Junior Member
 
Join Date: Jun 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rose_Rock is on a distinguished road
Re: Decision table

Quote:
Originally Posted by Sridevichitthu View Post
Hi Rose,

Decision table is a suitable method to test indefinite test cases.They could give the relevant probability and matches of test cases without missing any of them.

I have found very good article describing about thisconcept.Please find them useful.

Happy Learning,
Sridevichitthu
Hi Sredevi,
I hav read that document before. But it doesnt help me with findin how many test cases i can write, given a decision table.
My requirement is this: i have a decision table with me, with all conditions, actions and rules written. I need to know how many test cases i can write using this decision table. Can u help me on this issue..?

Thanks,
Rose.
Reply With Quote
  #4 (permalink)  
Old 06-19-2008
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 135
Thanks: 1
Thanked 39 Times in 25 Posts
Sridevichitthu is on a distinguished road
Re: Decision table

Hi Rose,

A Tester can use Decision table to consider combinations of inputs to generate the actual tests.

I hope you are aware of Internet subscription form , some website create encrypted code to authenticate the user at the end of filled in subscription form.

Lets take this as an example, after filling in all fields user will be asked to type letters shown at the bottom which has strikes or tilted or wavy letters for Encryption purpose. Iam going to generate these letters from the name of the user.(User will be asked in to enter First, Middle and Surname in the subscription form)

Conditions:

Consider the word W1 as First Name
W2 as Middle name
W3 as Surname

Let W1be Martin
W2 be Jones
W3 be James

Let T1,T2,T3 ..... Tn be the Test cases

Rule :

The decision rule is to find out the series of letter as NRM

Actions :

The Series of combination is action that is named as Test cases

Test Scenario :

T1 --> Find the letter N in W1
Find the letter N in W2
Find the letter N in W3

T2 -- > Find the letter N in W3
Find the letter N in W2
Find the letter N in W1

T3 --> Find the letter N in W2
Find the letter N in W1
Find the letter N in W3

T4 --> Find the letter R in W1
Find the letter R in W2
Find the letter R in W3

T5 --> Find the letter R in W3
Find the letter R in W2
Find the letter R in W1

T6 --> Find the letter R in W2
Find the letter R in W1
Find the letter R in W3

T7 --> Find the letter M in W1
Find the letter M in W2
Find the letter M in W3

T8 --> Find the letter M in W3
Find the letter M in W2
Find the letter M in W1

T9 --> Find the letter M in W2
Find the letter M in W1
Find the letter M in W3

From these scenario Test result can be obtained from the series W2 , W1 and W3.We have them on Test case T3,T6 and T9.

As for my knowledge,i could get these details from my mind

Hope this will help you,

Thanks,
Sridevichitthu
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
The decision I have taken is correct or wrong Hema2007 Career Advice 3 07-05-2008 01:46 AM
Migration from Decision stream to Informatica Deon06 Data Warehousing 0 05-06-2008 07:28 AM
Cognos Decision Stream Jaycognos Data Warehousing 0 05-01-2008 10:36 AM
C++ Decision Making Statements Lokesh M C and C++ 0 09-03-2007 06:15 AM
Self Confidence In Decision Making Lokesh M Personality Development 0 04-19-2007 11:25 PM


All times are GMT -4. The time now is 02:02 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved