Akiira / Comp-524-program

A genetic algorithm to create test suites that cover every branch of a program
2 stars 0 forks source link

Powerpoint #21

Open Akiira opened 9 years ago

Akiira commented 9 years ago

Order:

  1. Austin - [Intro, SWT]
  2. Randall [Related work, Simulation Algorith)
  3. Austin [Simulation Algorithm, test case crossover)
  4. Randall [test case crossover, ?]

Work Left:

  1. Clean up/finish our own sections
  2. Flesh out results 2.1. May involve doing most discussion of results here
  3. Finish final section
Akiira commented 9 years ago

I remember I never got around to making that crossover diagram, if you still need it let me know. If you wana do it urself this code might be useful:

\begin{table}[h] \begin{tabular}{llllll} & \multicolumn{5}{l}{Test Suite} \ \cline{2-6} \multicolumn{1}{l|}{} & \multicolumn{4}{l}{Test Cases} & \multicolumn{1}{l|}{} \ \cline{3-5} \multicolumn{1}{l|}{} & \multicolumn{1}{l|}{} & 6 & 4 & \multicolumn{1}{l|}{2} & \multicolumn{1}{l|}{} \ \cline{3-5} \multicolumn{1}{l|}{} & \multicolumn{1}{l|}{} & -5 & 2 & \multicolumn{1}{l|}{9} & \multicolumn{1}{l|}{} \ \cline{3-5} \multicolumn{1}{l|}{} & \multicolumn{1}{l|}{} & 1 & 2 & \multicolumn{1}{l|}{3} & \multicolumn{1}{l|}{} \ \cline{3-5} \multicolumn{1}{l|}{} & & & & & \multicolumn{1}{l|}{} \ \cline{2-6} \end{tabular} \end{table}