Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1023 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 1023 Bytes

Rugrat_CSharp

RUGRAT TOOL FOR C#- This is a tool built for automatic test code generation as a part of course CSE6324 Advanced Software engineering. Additional Project plan and documentation: https://drive.google.com/drive/folders/0B1iF-VlYLTeqY3Rab2d6MENzSFE?usp=sharing

This tool converts Dr.Csallner's & team's work from java to c#. The code is written by them in Java to auto-generate Java programs. We have changed it to a C# program to auto-generate C# programs.

  1. Instructions to Run The program


    1. Create a folder called rugrat at "C:\cse 6324\rugrat"
    2. Place the config.xml file in rugrat folder created above.
    3. open the Rugrat_withGUI.soln present Here in visual studio
    4. Run the GUI using Visual studio
    5. Output Files will be present in a folder called "C:\cse 6324\rugrat\TestPrograms\edu\uta\cse6324\team6\test"