Results 1 to 5 of 5

Thread: combinational test case generator

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    16

    Question combinational test case generator

    Do u have any idea to list out all the combination of several set.
    For example:
    set A={a,b,c}
    set B={e,f}
    set C= {g,h,i}
    All the combination would be:
    aeg,aeh,aei,afg,afh,afi,beg,beh,bei,bfg,bfh,bfi,veg,ceh,cei,cfg,cfh,cfi

    what is the algorithm to generate all the combination? Thank you very much.
    I am using C programming.
    Last edited by jcmxwl; Aug 23rd, 2007 at 06:11 AM.

    Rekcah Team

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width