Searched a bunch..RTFM'd some..didn't find anything.
Apologies in adv...can't imagine this hasn't been covered already.
Desktop WPF app.
I know there's Perfmon.
Does Ranorex have the ability to track system resources (memory/CPU/etc.) over time and gen a nice report?
Thanks.
Monitor/Track Memory Consumption
Re: Monitor/Track Memory Consumption
Not out-of-the-box. It it built on .NET though, so anything you can do in .NET (like track system performance over time) can be done. However, you would have to do it yourself through code.
Shortcuts usually aren't...
Re: Monitor/Track Memory Consumption
K', thanks!