Search found 17 matches

by ecohen
Mon Aug 31, 2015 1:17 pm
Forum: General Questions
Topic: Ranorex license terms
Replies: 1
Views: 1178

Ranorex license terms

hello
i'm trying to use ranorex after a long time. no one used it in my company for monthes.
I see that we have a very old version of Ranorex. i want to ask how can i upgrade to newer version, and is it included in my company license?
by ecohen
Mon Jun 24, 2013 4:31 pm
Forum: Automation API
Topic: simple loop with validation
Replies: 3
Views: 2449

Re: simple loop with validation

ok
what do i have to put in the string value? you wrote "Validate Page" but i need to validate only if some repository item exists
by ecohen
Tue Jun 18, 2013 5:53 pm
Forum: Automation API
Topic: simple loop with validation
Replies: 3
Views: 2449

simple loop with validation

hi i trying to do a very simple loop but i don't know exactly how. my goal is to refresh a web page and check if specific text exists (validation) and if the validation fails i want the record to go out of the loop and proccess the next recording. this is the basic user code i'm getting after conver...
by ecohen
Wed May 29, 2013 3:09 pm
Forum: Automation Tools
Topic: recorder doesn't find an object when its name changes
Replies: 4
Views: 1888

Re: recorder doesn't find an object when its name changes

hi i fixed the problem.
on the RxPath there were to parameters that were changed dynamicly. i defined both of them as mentioned on your blog and now it's ok
by ecohen
Mon May 27, 2013 4:08 pm
Forum: General Questions
Topic: create generic action
Replies: 1
Views: 1548

create generic action

hi
I have a long record that contains the same action many times. is there any way to create a "linkage" between all of the copies of the generic action? my goal is to be able to change action's properties on one generic action and make the changes take effect on all "linked" actions (the all similar)
by ecohen
Mon May 27, 2013 9:45 am
Forum: Automation Tools
Topic: recorder doesn't find an object when its name changes
Replies: 4
Views: 1888

Re: recorder doesn't find an object when its name changes

hi It seems like more complicated problem. it's not only the item's name that change every time but also an atribut onthe RxPath: /dom[@domain='w8-64-14']//div[#'RadWindowWrapper_ctl00_cphMain_Policy1_rwRule']/table/tbody/tr[2]/td[2]/iframe//tr[#' Row1' ]/td[2]/a[@innertext=' Extension '] i couldn't...
by ecohen
Sun May 26, 2013 9:19 am
Forum: Automation Tools
Topic: data binding error
Replies: 12
Views: 3850

Re: data binding error

sorry i don't remember exactly what i did "step by step". when i open the data bining dialog all the configuration seems ok and fit to the user guide.
by ecohen
Thu May 23, 2013 10:18 am
Forum: General Questions
Topic: run the same rcording on different web-browsers
Replies: 5
Views: 1661

Re: run the same rcording on different web-browsers

I use the same code on both IE8/9. I tried to run the same scenario (recorded on IE9) but the recorder cannot recognize some of the elements. I did the same on IE10 and it worked good. what is the best way to adapt IE9 recording into IE8? is it possible to do this automaticly, or i have to record ev...
by ecohen
Thu May 23, 2013 9:08 am
Forum: Automation Tools
Topic: data binding error
Replies: 12
Views: 3850

Re: data bounding error

ok
I downloaded the latest version for the link above.
new test cases works good with data binding from simple table.

but my old test case still ruturne the same error.
anything else I can try to solve the problem?


by the way: thank you very much for your help here and on other posts
by ecohen
Wed May 22, 2013 11:55 am
Forum: General Questions
Topic: run the same rcording on different web-browsers
Replies: 5
Views: 1661

run the same rcording on different web-browsers

hi
I recorded a test case on Win7x64 with IE9.
will this test case run properly on IE8? win XP?
by ecohen
Wed May 22, 2013 10:33 am
Forum: Automation Tools
Topic: recorder doesn't find an object when its name changes
Replies: 4
Views: 1888

recorder doesn't find an object when its name changes

hi I recorded a scenario using ranorex 1. click on "new" button and go to "data filters" tab. 2. define new data filter and press "add" button. 3. this action creates a new LINE that represents the data filters creation status. 4. now i want to delete the LINE. this can be done only click on the dat...
by ecohen
Tue May 21, 2013 3:42 pm
Forum: Automation Tools
Topic: data binding error
Replies: 12
Views: 3850

Re: data bounding error

I don't remember whether I deleted or not.

if I did and i'll try to create a fresh new project it should be ok? Is this bug occures only on the project that it's data source wae deleted or on every new project?
by ecohen
Mon May 20, 2013 1:41 pm
Forum: How To …
Topic: how to change a group of actions' duration
Replies: 1
Views: 2684

how to change a group of actions' duration

hi
we can change action's duration by edit the 'Duration' colum. sometime i need to change more than one action's duration to the same value. it takes a lot of time to change each value seperatly. is it possible to change a group of actions' duration on one time?
by ecohen
Sun May 19, 2013 2:01 pm
Forum: Automation Tools
Topic: data binding error
Replies: 12
Views: 3850

data binding error

"The following module variables are not bound to a data column: RuleName_active " I created a new varible on my web-testing. i followed the ranorex tutorial and repeated every step. i managed to connect an Excel file as data source and run some tests using it. suddenly this function stopped working...
by ecohen
Thu May 16, 2013 11:12 am
Forum: Object Identification and Technologies
Topic: drop-down and button identify on web page (telerik)
Replies: 5
Views: 3295

Re: drop-down and button identify on web page (telerik)

hi
I made the "Use Ensure Visible" property false and it solved the problem. can I leave it "false" and keep working or it might cause me any other testing problems?

what is the purpose of this property and how it can affect my tests?