Search found 66 matches

by Todor
Thu Oct 27, 2011 12:28 pm
Forum: General Questions
Topic: Cleanup Function
Replies: 1
Views: 1562

Cleanup Function

My Ranorex programm grows and so does the garbage in my Repository, I have seen that there is a Cleanup-function. I wanted to know how trustworthy this function is, before i use it. Are there any sideeffects that migth occur? Is it possible that this function deletes repository items that are in use...
by Todor
Thu Oct 20, 2011 11:57 am
Forum: General Questions
Topic: Hot to do the
Replies: 1
Views: 1592

Re: Hot to do the

http://www.ranorex.com/support/user-guide-20.html

here is the User Guide, i hope it can help you getting started with ranorex :)

with kind regards
by Todor
Wed Oct 12, 2011 2:02 pm
Forum: General Questions
Topic: Problems with webdocument.Navigate()
Replies: 2
Views: 1815

Re: Problems with webdocument.Navigate()

That did the trick, thanks very much. :)
by Todor
Wed Oct 12, 2011 12:54 pm
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

We haven't found the cause yet. We are monitoring the server's ram and processor load and i will inform you if there are any news in this case, or we have found any cause of this problem or solution for it. We are guessing an eventual relation with hyper-v.
by Todor
Wed Oct 12, 2011 11:48 am
Forum: General Questions
Topic: Problems with webdocument.Navigate()
Replies: 2
Views: 1815

Problems with webdocument.Navigate()

Hey :) I have a problem with webdocument.Navigate(). I want to refresh a webpage until the Email i sent before is shown on the page. Here is my Code: private void LookForEntry() { bool IsFound = false; int counter = 0; Delay.Duration(1000); webDocument.Navigate( Website + "/Lists/Tickets/AllItems.as...
by Todor
Wed Oct 12, 2011 11:35 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

I have no problem with that, but we found out that this incident was not caused by ranorex (we deinstalled it and the probel still remains). If we find out what the problem is and it has somehow a connection to ranorex i will inform you. :) Sorry (again) for having bothered you. Yours sincerly, Kons...
by Todor
Tue Oct 11, 2011 2:25 pm
Forum: General Questions
Topic: How to use global variables in new Ranorex 3.x
Replies: 4
Views: 2681

Re: How to use global variables in new Ranorex 3.x

Using Global Parameters is very easy. First you have to create them (i hope you know how you do that) and then you'll have to bind them to a variable. Assign the global parameter to the variable you want to run with the fortune value of the global parameter. To use it in your test you will have to s...
by Todor
Tue Oct 11, 2011 11:59 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

I can give you the screenshots when we are done trying something. To exclude Ranorex from list of suspects we deinstalled Ranorex on the server and restarted it. If the ram load starts going up again, we know that ranorex has nothing to do with these problems. If it stays low we will do further test...
by Todor
Tue Oct 11, 2011 11:06 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

We are just experiencing these RAM difficulties on this Server, and it's the only one with Ranorex installed. That doesn't mean that i am judging Ranorex for this ;). There could be ANY memory leak and it doesn't have to be ranorex at all. To the lower picture: The screenshot was made before restart...
by Todor
Tue Oct 11, 2011 9:48 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

As it seems the DRIVER LOCKED memory expands from 500k to 1,4 GB. Could Ranorex have anything to do with it? I started to test with ranorex 3.1.1 at October the 4th. Since October the 4th this problem occurs.
Could it be that there is any Memory leak in Ranorex?
by Todor
Tue Oct 11, 2011 7:46 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

Yeah but the error in the AUT turned out to be not that important for whats going on, AND we are testing with ranorex so we CAN fin errors like this :) . there is still something we are puzzeling about: I usually work on the server which has normally enough processing power and Ram. Since one week a...
by Todor
Mon Oct 10, 2011 9:36 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

Now it's getting ridiculous.... i get more and more errors like this and i dont know why. But thats not the only problem i am facing. Ranorex is getting slower and slower each time i start it for testing purposes. Do you have any idea why ranorex is that slow, or why i am getting this error message ...
by Todor
Fri Oct 07, 2011 11:58 am
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

Okay, then this is strange because we can find the elements in your snapshot. I know, thats why i think that the subject of this thread is very accurate :) Did you try the suggestion of Markus? I did, but it didn't work so i rewrote the whole code module, which was quite an exhaustive work. In the ...
by Todor
Thu Oct 06, 2011 3:03 pm
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

The snapshot i attached was created by the module and as variables i used the following global parameters:
ElementPath = /dom
name = Snap01full
by Todor
Thu Oct 06, 2011 2:17 pm
Forum: General Questions
Topic: No elemet Found Error although Element is present
Replies: 23
Views: 4155

Re: No elemet Found Error although Element is present

I guess by root element you mean the /dom element? I have made the Snapshot with the /dom element ;)