Architecture

The system consists of five phases: preprocess, parse tree construction, logical manipulation, symbol table construction, and output. Two internal data structures, Parse Tree and Symbol Table, are constructed during the process. These data structures are used to pass information from phase to phase for test cases generation. The following figure illustrates the entire workflow of the system:

Back To Top

GUI

Graphical User Interface (GUI) module is the front end of the system. It facilitates the interaction between the user and the system. It is responsible for obtaining necessary information from user for test cases generation and provides feedback
about the generation process.

SLS Test Cases Generator provides a user-friendly and sufficient GUI. The following figure shows the main application window:

Back To Top

 

 

Copyright © 2003 SLS Test Cases Generator. All rights reserved.