Test Run Status panel

Class library usage, coding and language questions.
CWhiting
Posts: 26
Joined: Thu Mar 08, 2018 9:32 pm

Test Run Status panel

Post by CWhiting » Thu Mar 23, 2023 4:16 pm

There is a test status panel shown when running a test with Ranorex. I have not been able to determin an offical name for this window.
RanorexTestStatus.jpg
Does the API provide and interface to this panel so the data can be customized?

What is the name of this window?
You do not have the required permissions to view the files attached to this post.

User avatar
Stub
Posts: 515
Joined: Fri Jul 15, 2016 1:35 pm

Re: Test Run Status panel

Post by Stub » Fri Mar 24, 2023 9:55 am

It's called the "Progress Form". It has an API. I've only used it to move and shrink the window though:

Code: Select all

Ranorex.Controls.ProgressForm.SetBounds(...);
So I've no idea about customising it.