Search found 14 matches

by aleksv
Fri Feb 01, 2019 9:33 am
Forum: General Questions
Topic: Using different Java VMs
Replies: 3
Views: 1063

Re: Using different Java VMs

https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=openj9 I downloaded the newest ranorex and tried it with OpenJDK 8/OpenJ9 and with OpenJDK 8/HotSpot. Download both versions and run the demo "demo\jfc\Notepad\Notepad.jar" with each JavaVM. Create a new recording and try clicking so...
by aleksv
Fri Jan 18, 2019 10:18 am
Forum: General Questions
Topic: Using different Java VMs
Replies: 3
Views: 1063

Using different Java VMs

When I use a different Java VM Ranorex doesn't recoginze any elements. Just the whole application as one object.
Will there be support for this since the Oracle VM will not be free anymore.

I used Ranorex 8.2.1 on Windows 10 with OpenJ9
by aleksv
Wed Dec 19, 2018 7:27 am
Forum: General Questions
Topic: Reset Ranorex actions
Replies: 3
Views: 960

Re: Reset Ranorex actions

Yes it does. I created a teardown where I press all the possible keys which could cause problems so that they are released.
Just wondered if there is some kind of built in function for this.
by aleksv
Mon Dec 17, 2018 9:30 am
Forum: General Questions
Topic: Reset Ranorex actions
Replies: 3
Views: 960

Reset Ranorex actions

Is there some kind of reset for test suites?
E.g. when there is a CTRT key pressed but never released I'd like ranorex to "clean" this up.
by aleksv
Tue Dec 11, 2018 4:47 pm
Forum: General Questions
Topic: Problem with running test suites sequentially
Replies: 2
Views: 1009

Re: Problem with running test suites sequentially

Thanks for your reply!
I updated to the latest version, toggled the checkbox and looked for stuck keys... and solved the problem.

Shouldn't ranorex "release" all keys when a test suite is done? I created a teardown where I press CTRL, ALT and SHIFT once just to make sure they are not stuck anymore.
by aleksv
Tue Dec 11, 2018 2:46 pm
Forum: General Questions
Topic: Problem with running test suites sequentially
Replies: 2
Views: 1009

Problem with running test suites sequentially

I automated the process of building the test suites and then running them sequentially. When I run the exe files manually all tests work without problems but when they are run inside a batch script there is this strange behavior. E.g. there is a textfield which gets deleted with "CTRL+A" and backspa...
by aleksv
Tue Aug 28, 2018 3:56 pm
Forum: General Questions
Topic: Strange recording behavior
Replies: 4
Views: 953

Re: Strange recording behavior

Well now I tried it and it didn't work. Any other ideas?
It records mouse clicks as mouse down and mouse up too
by aleksv
Tue Aug 28, 2018 6:05 am
Forum: General Questions
Topic: Strange recording behavior
Replies: 4
Views: 953

Re: Strange recording behavior

Thanks!
by aleksv
Mon Aug 27, 2018 3:20 pm
Forum: General Questions
Topic: Strange recording behavior
Replies: 4
Views: 953

Strange recording behavior

Sometimes when I create a new recording ranorex doesn't create key sequences but key shortcuts for every key I pressed.
The mouse events are also split into "mouse down" and "mouse up" instead of "mouse click".

Is this a bug?

Version: 8.1
Windows 10

Image
by aleksv
Fri Apr 20, 2018 7:37 am
Forum: General Questions
Topic: Manual build is different from Ranorex build
Replies: 6
Views: 1391

Re: Jenkins build is different from Ranorex build

I found a workaround which works in Ranorex and on manual builds... I want to access one Excel file from one project in all other projects... here is how it works: As you can see here, in the main project I have a folder named "Config" which contains the ranorex_config.xlsx file. Now I create the sa...
by aleksv
Thu Apr 19, 2018 3:01 pm
Forum: General Questions
Topic: Manual build is different from Ranorex build
Replies: 6
Views: 1391

Re: Jenkins build is different from Ranorex build

When I remove the ".." the file can't be found anymore.

Here is how I access the file from another project:
Image
by aleksv
Thu Apr 19, 2018 12:56 pm
Forum: General Questions
Topic: Manual build is different from Ranorex build
Replies: 6
Views: 1391

Re: Jenkins build is different from Ranorex build

I already did what you suggested. The Excel file can be found in the debug folder in both cases (manual build and ranorex build) but the reference in the .rxtst-File (the one in the debug folder) is wrong. When Ranorex builds the projects it looks like this: 2018-04-19_13h52_18.png When I do a manua...
by aleksv
Thu Apr 19, 2018 6:00 am
Forum: General Questions
Topic: Manual build is different from Ranorex build
Replies: 6
Views: 1391

Re: Jenkins build is different from Ranorex build

I just found out that if I build the solution manually via CMD the same happens. Are there special parameters that are set by ranorex before the build?
by aleksv
Wed Apr 18, 2018 9:39 am
Forum: General Questions
Topic: Manual build is different from Ranorex build
Replies: 6
Views: 1391

Manual build is different from Ranorex build

I read the jenkins blogpost and tried to setup Ranorex to work with my jenkins installation and discovered a strange problem. I created a Excel datasource and put it in a project. I am using the datasource in other projects too and so I set a relative path to the other project. Here are the settings...