Search found 20 matches

by Mudhenn
Fri Oct 12, 2018 11:33 am
Forum: Bug Reports
Topic: Crashes when tracking from Studio
Replies: 5
Views: 2024

Re: Crashes when tracking from Studio

After Ranorex keeps on crashing, I tried different things. When I make a new repository in Spy, I can add these "problematic" elements without problems. When I try to copy & paste these elements in my existing repository, Ranorex Studio complains, that the element have a different base-path than the...
by Mudhenn
Wed Oct 10, 2018 11:54 am
Forum: Bug Reports
Topic: Crashes when tracking from Studio
Replies: 5
Views: 2024

Re: Crashes when tracking from Studio

After fiddling a bit with the spy, I found out, that this error must be repository-dependen. As soon as I open the rxrep-file in the spy and track the item, the spy (64bit) also crashes. If I track this item in the spy without any file open, it works fine.
by Mudhenn
Wed Oct 10, 2018 11:36 am
Forum: Bug Reports
Topic: Crashes when tracking from Studio
Replies: 5
Views: 2024

Re: Crashes when tracking from Studio

Thank you for the fast response. I can track this item with the stand-alone-version of the Spy in 32 and 64 bit. I was wondering why Ranorex Studio itself runs @ 32bit. The error happens btw after klicking the item to be tracked, when I hover it the props are displayed. I will ask the developers if ...
by Mudhenn
Wed Oct 10, 2018 11:10 am
Forum: Bug Reports
Topic: Crashes when tracking from Studio
Replies: 5
Views: 2024

Crashes when tracking from Studio

Hello I use Ranorex 8.3.0+something (it sure makes totally sense to make this field in "about" not useable for copy&paste) on Windows 7 Enterprise SP 1 in 64bit. I am testing a web-application based afaik on Angular 6 and when I use the track-function from Ranorex Studio, I experience crashes where ...
by Mudhenn
Fri Sep 22, 2017 5:13 pm
Forum: How To …
Topic: How to set a variable for test-case-condition
Replies: 1
Views: 2774

How to set a variable for test-case-condition

Hello I need to check if the user is already signed in or not and then do the login-part or not. I can do this by checking fore some words on the screen. So my plan is to have a variable which acts as an condition for the login-part (or that smart-folder what they are called nowadays). Sadly I'm not...
by Mudhenn
Mon Jul 11, 2016 1:57 pm
Forum: Bug Reports
Topic: Can't find Ranorex Agent / Licence.Server Issues
Replies: 5
Views: 2819

Re: Can't find Ranorex Agent / Licence.Server Issues

Nope, nothing :( My Ranorex-Studio won't find the server also, but I can add it there by hand and that works, but I can't find that option in the agent.
by Mudhenn
Mon Jul 11, 2016 10:20 am
Forum: Bug Reports
Topic: Can't find Ranorex Agent / Licence.Server Issues
Replies: 5
Views: 2819

Re: Can't find Ranorex Agent / Licence.Server Issues

Saminathan: Our Network is ok and I can ping my servers, there must be another issue. But thanks for your input!

best regards,
Frank
by Mudhenn
Tue Jul 05, 2016 2:53 pm
Forum: Bug Reports
Topic: Can't find Ranorex Agent / Licence.Server Issues
Replies: 5
Views: 2819

Can't find Ranorex Agent / Licence.Server Issues

Hello We have 2 Studio and 3 Runtime-Licences. I want to use the Agent on a dedicated PC with Win7-74 Enterprise. Two Problems: 1. The Agent doesn't find the Licence-Server. When I click "Change Licence Server" the list is empty. BUT on my licence-server one RunTime-Licence is reserved by the agent ...
by Mudhenn
Tue Jun 28, 2016 12:16 pm
Forum: How To …
Topic: Passing variables to a SQL-connection
Replies: 3
Views: 3716

Re: Passing variables to a SQL-connection

Hello and thank you very much for your help, I've got it finally to work for me :D :D :D :D Two annotations: 1. There is one little error in the code ((SqlDataConnector)dc.Connector).Query = queryString; should be ((SqlDataConnector)dc.Connector).Query = newqueryString; 2. I had to add using Ranorex...
by Mudhenn
Mon Jun 27, 2016 2:31 pm
Forum: How To …
Topic: Passing variables to a SQL-connection
Replies: 3
Views: 3716

Passing variables to a SQL-connection

Hello I have the following problem: I need to check some numbers on a webpage. First I pass an identifier and then I have to check the results. Problem is, that there are not only different results but also a different amount of them. So I searched the Forum and found that one part of my solution wo...
by Mudhenn
Mon May 02, 2016 10:36 am
Forum: How To …
Topic: How to execute one test case from another
Replies: 5
Views: 3439

Re: How to execute one test case from another

Hello Not sure if I understand your problem right, but maybe there is something in this for you: I work actually on a automated test in which I want to select different recordings for each test-cylce. I am working on an form with different sub-forms and in the test scenarois the "user" should use di...
by Mudhenn
Thu Apr 28, 2016 9:01 am
Forum: General Questions
Topic: Different date-format in Excel vs. Ranorex
Replies: 7
Views: 2247

Re: Different date-format in Excel vs. Ranorex

Hello, just a short update how I solved it eventually: I convertet all cells in Exel to "Text" so I get the Date as a string which works so far. I think there is something fishy in the interaction with excel when formatted as a date and when the excel sheet is kept on a share and not local (not ever...
by Mudhenn
Tue Apr 26, 2016 1:28 pm
Forum: How To …
Topic: How to get booelans from an external data-source like Excel
Replies: 8
Views: 2638

Re: How to get booelans from an external data-source like Excel

Solution to this Problem: I placed my code in the sub "new" which is the wrong one. Thanks to Pavels (oklizec) help I learned that it has to be placed under "Run", I did that and it worked!

Thank you very much for your help!
by Mudhenn
Tue Apr 26, 2016 12:31 pm
Forum: General Questions
Topic: Different date-format in Excel vs. Ranorex
Replies: 7
Views: 2247

Re: Different date-format in Excel vs. Ranorex

[...]since today it started to throws erroros like "System.InvalidOperationException: Invoke oder BeginInvoke kann für ein Steuerelement erst aufgerufen werden, wenn das Fensterhandle erstellt wurde." when I try to preview the data set.[...]. This should be fixed since 5.4.6... Which version of Ran...
by Mudhenn
Tue Apr 26, 2016 9:33 am
Forum: How To …
Topic: How to get booelans from an external data-source like Excel
Replies: 8
Views: 2638

Re: How to get booelans from an external data-source like Excel

Hello

I sent you the links to the files as a pm.

Thanks again for your time!

best regards,
Frank