ContributionsMost RecentMost LikesSolutionsRefreshing of the Reports without reopening the application Hi All, I had earlier faced issues while generating a new report template in ReadyAPI wherein the report does not compile/load all the components unless and until i close & reopen the application. As Jasper Reports are integrated into ReadyAPI, the compilation must happen immediately instead of loading the plugins only at the time of startup. It would be good to see this feature in the next coming versions. Cheers, Sai Kiran, Re: How to save reports in dynamic names for example in date format Thanks Tanya for the information. Currently i am renaming the test report file from the command line. It would be good if Smartbear provides this as a feature in the upcoming versions. Cheers, Sai Kiran. How to save reports in dynamic names for example in date format Hi All, I am trying to run the ReadyAPI tests from Jenkins using the batch command files. Always it generates report in the Report template name. For example i am generating report in Project Report format, the command i am using to execute in jenkins, cd C:\Program Files\SmartBear\ReadyAPI-1.9.0\bin testrunner.bat -FPDF -f "C:\Reports\%ReportName%" -R"ProjectReport" C:\%ProjectName%.xml where the Project name is parameterised using jenkins I want the report name as "Test<dynamicvalue>_Report".pdf is it possible? Solved