Hi Emre,
By enabling the option "Export test reports after execution" under Windows -> Preferences -> Auto-Export Test Reports and give the folder path in "folder for test reports" (Attached is the screenshot for your reference).
Next use the run steps in a main testcase what ever testcases you want to execution and then run the main testcase. We can find the main and child test reports in specified folder path. Attached is the screenshot for your reference.
Thanks, Rakesh
Currently, we cannot achieve this from iTest GUI, since test reports are generated based on the single template defined in the preferences. But, we can achieve this by using iTestCLI (-t) and iTestRT (--format) by specifying the required test report template path for the -t or --format options. Example: itestcli -w <workspace_path> -t <format_of_the_testreport_file> -r <Directory_name_to_store_test_report> <test_case_path> itestrt --itar <itar_path> --format <format_of_the_testreport_file> --report <test_report_file_path> --test <test_case_path> Refer the below KB article for more details: http://docid.spirent.com/FAQ14413
8 People are following this question.