List of files developed in axerra for offline testing: xstudio-tests-to-csv.py - convert XML test report to csv file ResultsRead.py - source for the exe file called by the offline launcher CLauncherImpl.java - offline launcher (calls ResultsRead.exe) OffLine.xml - configuration xml for the offline launcher How to use the package: Setup: 1) convert ResultsRead.py to exe using the py2exe freeware tool 2) compile the launcher as offline.jar Prepare the session: 3) build a campaign for the tests need to be run offline the category should use offline.jar launcher 4) build session to run and point the configuration were the ResultsRead.exe and related DLL's stored 5) generate xml report for the session 6) generate csv file from the xml report Manually run the tests: 7) run the tests and mark in the csv for each testcase if passed ("1") or failed ("0") Import the results in XStudio: 8) run the session in the xstudio - results will be read from the csv file and imported to xstudio note: tests without testcases appear in the csv with "---" in the result column since it is considered as not implemented (by xstudio)