Ranorex can randomly click on control elements?

Ask general questions here.
OPT-Liuxm
Posts: 36
Joined: Sat Jan 11, 2020 3:58 am

Ranorex can randomly click on control elements?

Post by OPT-Liuxm » Wed Jan 20, 2021 2:33 am

hi

I have a question about whether Ranorex can randomly click on elements in the application.

I want to get all the control elements in the application, and then use Ranorex to randomly click on them.

The effect is equivalent to a "monkey test".

I wonder if Ranorex can do that.

Thanks. :D

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

Re: Ranorex can randomly click on control elements?

Post by Stub » Wed Jan 20, 2021 9:27 am

You could write some code to study the controls on some form, look at some elements in a repository, or take a pre-defined list of controls. Then juggle your way through them programmatically. Ie the means to do so are there via the Ranorex API, but probably not via a built-in mechanism that I know of.