question

KrishnaBandla avatar image
KrishnaBandla asked mterry answered

How to export iTest results into an XLS file using python?

I want to export iTest report data like status: Pass/Fail , number of messages and execution time to an XLS file which I am keeping it in the different location and every time I want to append my test report data into that file.

Please let me know if we have any option in iTest?

results and reporting
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
mterry avatar image
mterry answered

@KrishnaBandla

iTest has nothing that will directly export test report data to Excel xls file. However, you can save a test report as XML:
save-test-report.png and perhaps create a python script using modules openpyxl and pandas.


10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.