ContributionsMost RecentMost LikesSolutionsRe: Modifying junit report I can’t open the project and I doubt the organisation will allow me to copy the files over Check whether existing batch running Scenario 1 1) user runs testrunner.bat using command line. It takes 5 hours for the testing to complete 2) task scheduler starts a new instance of testrunner.bat will testrunner.bat crash? Will it continue to run the user’s testrunner or will it cancel user’s run? scenario 2 1) userA runs testrunner.bat 2) userB runs another testrunner.bat on the same machine what will happen? i can’t take the risk of the testing the above scenarios on the server. SolvedRe: Modifying junit report I even mentioned in my first post that i am running the tests using the testrunner batch Re: Modifying junit report I am running the tests from the testrunner batch file not soapui. The teardown and startup scripts don’t work when I run from the testrunner batch. Re: Modifying junit report How about the project report generated from testrunner.bat? Can that be customised? currently there are 2000 pages in the project report PDF generated from command line test runner.bat i only need one page in that report with start and end datetime of project run Can that be done? regards Modifying junit report I Have a project with test suites executed using testrunner.bat via command line junit reports are generated at the end of the run I need to add details of when the project started running and when it ended in the junit style report. It takes 5 hours for the project to run. How do I add such details to the junit style reports. thanks in advance