Evaluation Ranorex Framework

Ask general questions here.
Mayra
Posts: 68
Joined: Mon Dec 16, 2013 5:27 am

Evaluation Ranorex Framework

Post by Mayra » Thu Feb 06, 2014 12:36 am

Hi,

I am in the final phase of evaluating Ranorex.

I have a code module that I wrote for a certain part of the application, let's say I created a Module with "Business logic" and it has a lot of methods like: validate, sort, select, and variations with different signatures. These methods, the only way to call them in Ranorex framework is by using the action table and then create a Test Case for them.
My painful point is that I am finding myself creating code modules ( the module 'table') just to call methods in the "Business Logic" class and then creating variables and then creating a test case and again binding to variables. I would really want to skip that part of creating stuff in the tabular mode, which from what I see inserts the method calls to the run space in the "code module".
I would want to save time and I would prefer to code the test cases my self were I can call the methods that I want to execute.

Hopefully my explanation is clear, please advise how to achieve that.

Thanks.

Swisside
Posts: 92
Joined: Thu Oct 10, 2013 10:40 am

Re: Evaluation Ranorex Framework

Post by Swisside » Thu Feb 06, 2014 8:58 am

Hello !

Did you try adding a code module to your test suite? I think it would suite your needs quite well.


http://www.ranorex.com/support/user-gui ... dules.html



Regards
A simple thank you always does wonders !

Mayra
Posts: 68
Joined: Mon Dec 16, 2013 5:27 am

Re: Evaluation Ranorex Framework

Post by Mayra » Fri Feb 07, 2014 12:08 am

Thanks.
I guess my explanation was not quite clear. I dont want to set up a code module per method that I have in my library.
I found a way around it. Thanks again