Search found 2 matches

by Suchy
Fri Jan 18, 2019 2:09 pm
Forum: General Questions
Topic: Problems with Remote Desktop
Replies: 16
Views: 8925

Re: Problems with Remote Desktop

I'm running Ranorex tests on TeamCity agent and solved this issue. No active RDP needed to run tests, but you need to cofigure your VM for auto login and keeping the desktop alive. 1. Set your VM to auto-login on whatever account you use to run tests on: - start regedit and go to: HKEY_LOCAL_MACHINE...
by Suchy
Fri Nov 10, 2017 4:11 pm
Forum: Automation API
Topic: Ranorex reporting with NUnit runner
Replies: 0
Views: 2313

Ranorex reporting with NUnit runner

Hello, We're using Ranorex 7.2, with all tests written in Visual Studio, using NUnit runner. We have a problem with reporting - I can only create separate logs per test class (which is OK), but in a form of simple line by line entries. Of course I can include entries like "Begin Test: TestName" with...