Search found 4 matches

by axcha15
Tue Sep 15, 2015 4:49 pm
Forum: Automation Discussions
Topic: Object identification error
Replies: 1
Views: 2179

Object identification error

Hello All, I have been trying to automate a .jnpl file so that I'm recording it as a desktop application; ranorex is capable of recording components during automation record, however when I try to execute the test I get the following error message: "Please make sure that you run your recording using...
by axcha15
Fri Nov 07, 2014 6:02 pm
Forum: General Questions
Topic: Merging repositories
Replies: 1
Views: 2042

Merging repositories

I have been trying to find a similar topic but I couldn't, we are using git as our version control system, however we are having issues when we need to merge our elements repository(*.rxrep), there are many collisions and it is taking a while to fix them, I'm wondering if you have a solution for thi...
by axcha15
Mon Sep 08, 2014 7:15 pm
Forum: Automation API
Topic: User Method to get repo item attribute values
Replies: 9
Views: 12094

Re: User Method to get repo item attribute values

Hello!, I have a similar issue here, I have some prices in my web page, they change very often, so that I don't want to have them hardcoded. I'd like to get the price of the product and them compare if the same price is being displayed once that it is in the cart. So that I'm trying to get this vari...
by axcha15
Tue Sep 02, 2014 10:03 pm
Forum: Automation Discussions
Topic: How to run tests remotely without display
Replies: 6
Views: 21104

Re: How to run tests remotely without display

I was trying to run a test using a Jenkins master(linux) with a jenkins slave(windows server 2008) where my ranorex test was executed. I follow these steps and it work: Created a file "CloseSession.bat" and save it on the desktop with these contents %windir%\system32\tscon.exe <SessionId> /dest:cons...