How to do cycles on Ranorex

Ask general questions here.
alearava
Posts: 3
Joined: Sat Oct 20, 2012 12:04 am

How to do cycles on Ranorex

Post by alearava » Sat Oct 20, 2012 12:23 am

Hi,
I have a list with some values that I need to validate if exist on a table in the application. I would like to do a while or repeat to validate the existence of everyone in that table but I do not know how to use cycles on ranorex. Can somebody help me please?

Alejandra Araya

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to do cycles on Ranorex

Post by Support Team » Mon Oct 22, 2012 10:35 am

Hi,

Are you using the data driven approach?
You can for instance add a User Code action to the action table of a recording where you can implement the validation.
Ranorex is based on the .NET Framework and you have full access to all functionality of the .NET Framework, you can quite easily add such functionality.
Here are some useful links: User Code Actions, Code Modules and Code Examples.

Regards,
Markus
Ranorex Support Team