The export tag has no wiki summary.
2
votes
2answers
1k views
How can I export test step description as plain text?
I'm using an Excel report from Analysis view to export the design steps to Excel:
SELECT DESSTEPS.DS_DESCRIPTION
FROM DESSTEPS
However, DESSTEPS.DS_DESCRIPTION field looks like this:
<html>
...
3
votes
1answer
540 views
Automation for export tasks (Word/PDF/CSV)
I am looking for ideas for automating export tasks you would usually see in reports (SSRS SQL Server Reporting Services example - Export to PDF/Excel/CSV). What I have observed is when you export ...