4 Comments
- mattb
Staff
What file do you want to pass to ADO? Is this like a test data file, or is there a generated PDF that is tested that also you want included in the pipeline?
We could always empower the API of TestComplete but a little more detail would be helpful 🙂 - MLoetscherSenior Member
In this case it is a CSV file which contains trace information of our app. We would like to add this file to the test result in case of an error, so that the developers have more information to reproduce the error.
- mattb
Staff
If you want to use this as more of a defect tracking way, I would create an on log error event. On the error it would use the issue tracking object, and attach the csv file you specify.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/issue-tracking-item/attachfile.html
https://support.smartbear.com/testcomplete/docs/working-with/integration/issue-tracking/using-templates.html
Now we could pass this to the ADO defect tracking or anywhere else. - MLoetscherSenior Member
Hi mattb,
No I do not want to add the file to ADO defect tracking. I want the file in the test result as shown in the picture.