Forum Discussion
AlexKaras
10 years agoCommunity Hero
Hi Mathijs,
I would agree with Ryan: this is not something that is supported out-of-the-box and needs to be implemented manually, depending on your given tested application.
A possible approach is to create an array/dictionary that reference controls that will be interacted with, shift the elements randomly and iterate them than.
P.S. The similar randomized approach may be implemented for several other actions: e.g. to enter data into control using keyboard (via .Keys() ) or pasting them from the clipboard (via .Keys("^V") ). Or select an item for the combo-box by clicking it or by selecting using arrow keys and pressing Enter. Open context menu with mouse right-click or by pressing Shift-F10. Etc.