which type of Framework does Ranorex support (Keyword/Data d

Ask general questions here.
par2ashish
Posts: 1
Joined: Thu Mar 22, 2012 10:00 am

which type of Framework does Ranorex support (Keyword/Data d

Post by par2ashish » Thu Mar 22, 2012 10:02 am

Hello Everyone,

I have just started to use of Ranorax.

can we implement Keyword driven approach to Ranorex? How?

User avatar
sdaly
Posts: 238
Joined: Mon May 10, 2010 11:04 am
Location: Dundee, Scotland

Re: which type of Framework does Ranorex support (Keyword/Data d

Post by sdaly » Thu Mar 22, 2012 11:34 am

It is possible, you need to parse your spreadsheet/CSV/text file for keywords and parameters then use .net Reflection to execute these keyword methods with the params. Check out http://www.ranorex.com/forum/keyword-dr ... t1561.html

User avatar
artur_gadomski
Posts: 207
Joined: Mon Jul 19, 2010 6:55 am
Location: Copenhagen, Denmark
Contact:

Re: which type of Framework does Ranorex support (Keyword/Data d

Post by artur_gadomski » Tue Mar 27, 2012 8:01 am

I have made a small proof of concept project that uses RobotFramework and Iron Python to execute Ranorex code. Reporting needs a bit of ironing out but other than that everything seems to look fine.