HomeHome
MarathonMarathon
MarathoniteMarathonite
CompanyCompany
ContactContact
WeblogWeblog
 

You are currently browsing the Marathon - Java GUI Testing blog archives.

CATEGORIES

BOOKMARKS

As part of Marathonite (Marathon Integrated Testing Environment) a mechanism to convert an existing test case into a data driven test case will be added.
An existing test script can be converted to a data driven test by clicking on the “Convert to Data Driven” button available in the toolbar of Marathon Main Window.

Read the rest of this entry »

Posted by Sampath Posted in MarathonITE | 3 Comments »

Current version of Marathon does not support data driven testing. However a recorded test case can be changed to fetch the test data from a csv file and run the test multiple times. The “csv” module available in Jython-2.5 is needed to fetch the data. As Marathon is presently bundled with Jython-2.2, it is required to update Jython to version 2.5 to use csv reader. Jython-2.5 can be downloaded from Jython website.

Read the rest of this entry »

Posted by Sampath Posted in Marathon | 2 Comments »