Search found 23 matches

by Johann
Mon Aug 30, 2021 9:57 am
Forum: Bug Reports
Topic: Sometimes it is not possible to switch Tabs in Ranorex Studio.
Replies: 4
Views: 1692

Re: Sometimes it is not possible to switch Tab

Switch tabs/registers in Ranorex Studio.
by Johann
Fri Aug 27, 2021 9:05 am
Forum: Bug Reports
Topic: Sometimes it is not possible to switch Tabs in Ranorex Studio.
Replies: 4
Views: 1692

Sometimes it is not possible to switch Tabs in Ranorex Studio.

Sometimes after executing a test I can't change to another Tab in Ranorex Studio.

Only after a restart it is possible to switch betweent tabs again.

Ranorex Studio Ranorex Studio 10.1.1
Windows Server 2016
by Johann
Thu Feb 27, 2020 2:08 pm
Forum: Bug Reports
Topic: "werfault.exe" freezes ranorex test.
Replies: 3
Views: 1560

Re: "werfault.exe" freezes ranorex test.

Thanks for the fast reply, sadly, you can't disable werfault.exe in Windows Server 2016. You can add some keys in registry, but it will not work, tried almost everything. There is not much info about it online, so probably it will be never fixed. The only solution is: "Do not use Windows Server 2016...
by Johann
Tue Feb 25, 2020 3:21 pm
Forum: Bug Reports
Topic: "werfault.exe" freezes ranorex test.
Replies: 3
Views: 1560

"werfault.exe" freezes ranorex test.

Hi, run my test with a batch file, as admin. If my AUT crashes and "werfault.exe" is launched, Ranorex won't take another step. The "time elapsed" continues indefinitely, even after the preset 30-second wait time has passed. There is no abort, no report and only if I close "werfault.exe" by my self,...
by Johann
Thu Oct 10, 2019 12:36 pm
Forum: General Questions
Topic: How to get whole report from Ranorex Agent
Replies: 5
Views: 1983

Re: How to get whole report from Ranorex Agent

Thanks McTurtle, You helped me a lot. In Ranorex Studio under Remote all tests are listed. And you can change to the Temp folder. I got 200 GB because I copied too much, my recorded video quality was too high and my error behaviour on failed tests was wrong. I started the test even if it couldn't ru...
by Johann
Wed Sep 25, 2019 1:19 pm
Forum: General Questions
Topic: How to get whole report from Ranorex Agent
Replies: 5
Views: 1983

Re: How to get whole report from Ranorex Agent

Hello McTurtle, when I start the test locally, I have the *.rxlog report, PDF and the video. But when I use the Ranorex agent, the log is saved under Windows / Temp. And only *.rxlog is saved So far I have to copy the entire temp folder after each test, but overnight it grows up to 200 GB of data. I...
by Johann
Fri Sep 20, 2019 11:01 am
Forum: General Questions
Topic: How to get whole report from Ranorex Agent
Replies: 5
Views: 1983

How to get whole report from Ranorex Agent

Hi, i use two VM-machines to test our software. Ranorex Studio is on the 1. VM, to develop Tests. On the 2. VM is just Ranorex Agen installed to execute tests. It all works fine but, on Ranorex Agent in "Show files…" i got only report.rxlog and no video. The copmlete Report is in "\AppData\Local\Tem...
by Johann
Tue Aug 06, 2019 2:50 pm
Forum: General Questions
Topic: Update Ranorex to 9.1.1 - global parameters...
Replies: 1
Views: 1038

Re: Update Ranorex to 9.1.1 - global parameters...

The textfile contains umlauts like "ä", "ö", "ü", "ß".

Just have to add "Encoding.Default" to my code:

Code: Select all

var ParametersString = File.ReadAllLines(filePath, Encoding.Default);
And it works again...
by Johann
Tue Aug 06, 2019 2:19 pm
Forum: General Questions
Topic: Update Ranorex to 9.1.1 - global parameters...
Replies: 1
Views: 1038

Update Ranorex to 9.1.1 - global parameters...

After update Ranorex to 9.1.1, my global parameters are no longer set. In the [setup] of my Test Suite, I run a recording, where I set my global Parameter. filePath= "C:\\Paremeters.txt"; var ParametersString = File.ReadAllLines(filePath); List<string> listGlobalParameters= new List<string>(Paramete...
by Johann
Fri Aug 02, 2019 10:01 am
Forum: General Questions
Topic: Cancel a test, after popup apears
Replies: 1
Views: 1069

Re: Cancel a test, after popup apears

I've almoust found the solution to my problem. If the error handler occurs, PopupWatcher starts a CodeModule. In the CodeModule I try to create a PDF and send it by e-mail. Then I start a script to close my AUT. It also works, but got that exception: PDF could not be created. Error: System.ArgumentO...
by Johann
Wed Jul 31, 2019 1:27 pm
Forum: General Questions
Topic: Cancel a test, after popup apears
Replies: 1
Views: 1069

Cancel a test, after popup apears

I have to finish my test failed when a popup appears.
We use an error handler, that apears in many cases.
I can find this error handler using PopupWatcher, but i can't cancel that test.
by Johann
Tue Jul 02, 2019 8:06 am
Forum: General Questions
Topic: Problems with Remote Desktop
Replies: 16
Views: 8925

Re: Problems with Remote Desktop

I've tried all these solutions, but I'm not sure which solved the problem. Changed many entries in the registry. Something changed the resolution to only 1920x1080, but it's good enough for now....
by Johann
Wed Jun 05, 2019 8:31 am
Forum: General Questions
Topic: Problems with Remote Desktop
Replies: 16
Views: 8925

Re: Problems with Remote Desktop

https://www.ranorex.com/help/latest/ranorex-studio-expert/runtime-and-remote-execution/troubleshooting-and-faq/#HowdoImakesurethatmyusersessionkeepsunlockedifIclosemyremotesession I tried this script already it doesn't work for me. It should be possible to set some configurations in registry to set...
by Johann
Mon Jun 03, 2019 2:06 pm
Forum: General Questions
Topic: Problems with Remote Desktop
Replies: 16
Views: 8925

Re: Problems with Remote Desktop

I just came across the above problem. Testsystem: Windows Server 2016 VM on a Hyper-V server. I'm starting the Ranorex Agent with a batch script. The tests work with minimized RDP ( my Resolution 1920 x 1200) but not with closed RDP (1024 x 768). With logged out user (1920 x 1200) but got a black sc...
by Johann
Wed May 15, 2019 12:24 pm
Forum: Automation Tools
Topic: How to distibute licenses.
Replies: 12
Views: 1947

Re: How to distibute licenses.

It helped, thank you Robert.