Forum Discussion

agiletstware's avatar
agiletstware
Occasional Contributor
13 years ago

testcomplete results report via command line ?

Hello,

Does testcomplete export some results report when being run from command line ?

If so what is the sample command line example ?



Does test complete export in Junit format so that it can be integrated with Jenkins ?

If not, what are the supported results format ?



Thanks
  • Hi Ali,



    Does testcomplete export some results report when being run from command line ?


    TestComplete's command line doesn't have a parameter that commands to export execution logs.



    If so what is the sample command line example ?


    You can try creating a test that will be used to export the execution log. You can use the Log.SaveResultsAs method to do this. To learn how to specify the test to be run using command-line parameters, refer to the "TestComplete Command Line" help topic.



    Does test complete export in Junit format so that it can be integrated with Jenkins ?


    No, it doesn't.



    If not, what are the supported results format ?


    You can find this information in the mentioned "Log.SaveResultsAs" help topic. Also, you can review the other ways to export execution results - see the "Exporting Test Results" help topic.