Extracting data from the report

Best practices, code snippets for common functionality, examples, and guidelines.
HansSchl
Posts: 143
Joined: Wed Sep 19, 2018 10:05 am

Extracting data from the report

Post by HansSchl » Tue Nov 08, 2022 9:34 am

To track performance issues, I created a test which runs a few steps in a tight loop, controlled by a data source with ca 100 rows. The report lists the execution time per loop cycle, so I displayed the report and used the mouse to mark all loop executions and Ctrl+C to copy the data into notepad++, were I reduced the copied text to pure numbers, using regex search-and-replace. Finally I pasted the result into Excel.

I wonder whether there is an easier way, one that can be automated? At least up to the point where the numbers are contained in a text file?

Thank you for suggestions!
Hans