03-05-2026 07:25 AM
Hello,
When I Run the sequence, I generate two reports.
if I open "Passed_10294_Report[1237456]", I can not see anything. blank page.
and if I open "Passed_10294_Report[1237456].xml", i can see my report.
This is my Config:
If I unchecked "Generate HTML" I an only generate "Passed_10294_Report[1237456]" without .xml extension. That is completely blank.
I want only "Passed_10294_Report[1237456].xml" report, So that I can open it in the brower.
Do anyone have a idea how can I stop generating without .xml file?
Please correct me if I missunderstood anything
03-06-2026 12:07 AM
Hi Rshah31.
I would start by configuring the Windows Explorer to display file extensions.
Things are not always what they appear to be.
It is known that modern web browsers have trouble displaying XML reports:
Reading a TestStand XML Report Using Another Browser or Program
At some point in time NI even provided a dedicated XML report reader utility as a workaround.
The prevalent solution nowadays is to generate an HTML report alongside the XML report (the checkbox option you mention).
HTML reports are displayable on modern web browsers.
If you do not need an XML report for any special reasons, just choose HTML as your report format:
I hope this is helpful and that I have understood your question correctly.