Search found 9 matches

by kkaehler
Tue Jan 29, 2019 3:01 pm
Forum: Bug Reports
Topic: Ranorex 8.3.1: Cannot Create New Solution
Replies: 4
Views: 3258

Re: Ranorex 8.3.1: Cannot Create New Solution

Hi,

OK, I did everything you suggested. Thanks.
This ist the only line of the log:
RxLog.JPG
I'll send an e-mail to Rx support.

Best,
Karin
by kkaehler
Tue Jan 29, 2019 12:39 pm
Forum: Bug Reports
Topic: Ranorex 8.3.1: Cannot Create New Solution
Replies: 4
Views: 3258

Re: Ranorex 8.3.1: Cannot Create New Solution

Hi, Ranorex is installed at C:\Program Files (x86). I didn't change the suggested location. I deleted all the config files and tried to create a new solution but no luck. RanorexConfig8.xml was created again. I installed Rx 8.3.1 already some weeks ago, worked all the time on an existing solution an...
by kkaehler
Thu Dec 20, 2018 1:50 pm
Forum: Bug Reports
Topic: Ranorex 8.3.1: Cannot Create New Solution
Replies: 4
Views: 3258

Ranorex 8.3.1: Cannot Create New Solution

Hi, I have exactly the same error as the topic (Ranorex 8.3.1: Cannot Create New Project) with create a new solution. I already did all suggested actions: uninstall Rx 8.3.1 install Rx 8.3.1 again change the directory on Tools, Options, Project and solutions to the default: C:\Users\kkaehler\Ranorex...
by kkaehler
Thu May 03, 2018 2:38 pm
Forum: General Questions
Topic: SAP Automation
Replies: 2
Views: 1981

Re: SAP Automation

Hi McTurtle,

it helped!! :D
Thanks

Karin
by kkaehler
Mon Apr 30, 2018 4:10 pm
Forum: General Questions
Topic: SAP Automation
Replies: 2
Views: 1981

SAP Automation

Hi, I'm using Ranorex 8.0.0 and want to automate a SAP application but have problems with object recognition. Run application C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe works fine. Also the object recognition of the Logon button of this windows. Then the logon window opens. This window ...
by kkaehler
Fri Jan 19, 2018 5:20 pm
Forum: How To …
Topic: How to get Day of Week
Replies: 3
Views: 1688

Re: How to get Day of Week

It works absolutely great!!
Thanks :mrgreen:
by kkaehler
Fri Jan 19, 2018 4:21 pm
Forum: How To …
Topic: How to get Day of Week
Replies: 3
Views: 1688

How to get Day of Week

Hi, I'm using the following and it's working fine: string datum = System.DateTime.Today.AddDays(1).ToString("dd.MM.yyyy"); inputtagInfo.FindAdapter<InputTag>().PressKeys(datum); But my testcase needs a day in a normal working week, no saturday or sunday. So I can't let this start on a friday :oops: ...
by kkaehler
Mon Dec 18, 2017 12:34 pm
Forum: Automation Tools
Topic: Output variable on file
Replies: 3
Views: 2385

Re: Output variable on file

Hi,

thanks for your answer.
I hoped it could be possible using Data Binding or something like this, because I'm not familiar with user code at this time.
:(
by kkaehler
Wed Dec 13, 2017 3:01 pm
Forum: Automation Tools
Topic: Output variable on file
Replies: 3
Views: 2385

Output variable on file

Hello, I'm new using Ranorex and I'm automating a Web application where I write some data, save and get an ID. Getting the value of this id and reporting it on the test report is working fine, but I would like to write this ID on a file for further controlling. Is this possible? How can I do this? W...