Page 1 of 1

Using database's operations

Posted: Wed Jul 04, 2012 1:48 pm
by zator
Hi, i wanted to ask, weather is it possible to use ADO .NET API or other database's operations to check state of databeses during for example validation??

Re: Using database's operations

Posted: Thu Jul 05, 2012 1:13 pm
by Support Team
Hi,

As Ranorex is based on the .Net framework you can also use all the packages/classes of it.
You can't use it in the action table but you can of course write your own code or add a User Code action where you can create your operations.

Regards,
Markus
Ranorex Support Team

Re: Using database's operations

Posted: Thu Jul 05, 2012 1:24 pm
by zator
OK, thanks for help!

Re: Using database's operations

Posted: Fri Jul 06, 2012 8:11 am
by sdaly
This may be of some help - http://soft-test-tech.co.uk/2012/02/aut ... alidation/

Just change the data provider depending on the database technology being used.