Thursday, July 15, 2010

iTtutor JCute Integration

I have been working on running the JCute batch file in iTutor for testing the given programs path coverage. I hard coded the batch file and ran it using a command runner class, and was successful printing out the path coverage information in the console.

The next step in the process will be creating a batch file with the users choice of options, location of the source directory, and class file. Currently I plan to create the Batch.java file then run it using the command prompt. The most difficult part in this task is creating the Batch file, and being able to display results in the iTutor perspective.I later plan to alter the iTutor properties, in order for it to include JCute options.

No comments:

Post a Comment