Search found 27 matches

by Skarlso
Tue Jun 30, 2009 2:20 pm
Forum: Automation API
Topic: Ranorex.CommandFailedException / SerializationException
Replies: 19
Views: 6163

Re: Ranorex.CommandFailedException / SerializationException

Did you try it out? :)

It happened to me too. This helped. If it does not help you, you can still revert. :)

It isn't a hard work takes thirty minutes tops.

Np, hope it helps anyways.
Gergely.
by Skarlso
Mon Jun 29, 2009 9:55 am
Forum: Automation API
Topic: Ranorex.CommandFailedException / SerializationException
Replies: 19
Views: 6163

Re: Ranorex.CommandFailedException / SerializationException

Hello! I have a solution for you... I too have faced this problem when using nunit and DLL for execution and not EXE. RanorexSpy is somehow locked up by nunit and that causes all your trouble. The solution is more of a workaround then really a solution but at least it works. One: Create Application ...
by Skarlso
Sun Jun 28, 2009 4:02 pm
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6185

Re: Ranorex could not identify any controls after sometime

Hello! I have a solution for you... I too have faced this problem when using nunit and DLL for execution and not EXE. RanorexSpy is somehow locked up by nunit and that causes all your trouble. The solution is more of a workaround then really a solution but at least it works. One: Create Application ...
by Skarlso
Thu Jan 22, 2009 11:14 am
Forum: Bug Reports
Topic: Cannot activate Tracking
Replies: 1
Views: 2869

Cannot activate Tracking

Hi! Does anyone else have the problem that he cannot activate Tracking? I'm trying to catch the elements of a DropDown menu, but i can't since when i'm clicking something in tracking mode, it tracks it. So i'm trying to activate tracking when i pressed the button with CTRL+LftWindowkey but nothing h...
by Skarlso
Wed Jan 21, 2009 5:02 pm
Forum: Automation API
Topic: Where did Application go?
Replies: 5
Views: 2613

Wow :O I will definitely look into this! And as i see this it works with just everything even controls, because they are on xpath too... This looks very promising!

Thanks Alex!!

Regards,
Gergely.
by Skarlso
Wed Jan 21, 2009 4:50 pm
Forum: General Questions
Topic: Regex in findSomething
Replies: 12
Views: 3289

Yeah :D Just found it... sorry.. Really appreciate the help! Thx!
by Skarlso
Wed Jan 21, 2009 4:44 pm
Forum: Automation API
Topic: Where did Application go?
Replies: 5
Views: 2613

Mmm... Btw... What is SetupRepository and finishbutton20 ? :D Aaannd... I don't really know but, you are searching in an Elemenent for a value like Text. But i give a Control as parameter because my Element is a Static Text for which i'm waiting to appear. So i don't have the Element when i'm callin...
by Skarlso
Wed Jan 21, 2009 4:34 pm
Forum: General Questions
Topic: Regex in findSomething
Replies: 12
Views: 3289

Yeah, and that way they do work, but i need a number to be there :S I'm trying to use 2.0 now, but the problem is that ... do i really need to use the Whole Xpath?? EDIT: Disregard this.. i found that */button works fine.. Exp: /form[@controlname='CoreForm']/element[@controlname='barDockControlTop']...
by Skarlso
Wed Jan 21, 2009 4:30 pm
Forum: Automation API
Topic: Where did Application go?
Replies: 5
Views: 2613

Thanks Christian!
by Skarlso
Wed Jan 21, 2009 3:01 pm
Forum: Automation API
Topic: Where did Application go?
Replies: 5
Views: 2613

Where did Application go?

Hi! I'm trying to find out, what Application was converted into... could you post please some example on... How to get Application.sleep... and Application.SendKeys(), and Application.ErrorAsException = false... And such? Thanks, Gergely. Edit: To be clear.. I have a method that waits for a string t...
by Skarlso
Wed Jan 21, 2009 11:22 am
Forum: General Questions
Topic: NUnit
Replies: 3
Views: 3510

I'm not sure i understand what you mean under organize. I'm using folders like : Smoke Tests, Regression Tests, Test Cases, Benchmark Tests. This way when i write tests into each of these folders, under Nunit this will appear in a Tree view nice and organized. I never used anything else to be honest...
by Skarlso
Wed Jan 21, 2009 8:40 am
Forum: General Questions
Topic: Regex in findSomething
Replies: 12
Views: 3289

Actually I'm omitting the TM in the title because i thought that maybe it would cause trouble. The title in the spy is that which i copied in previously.

Hmmm... I don't have any ideas left then..
by Skarlso
Wed Jan 21, 2009 8:26 am
Forum: General Questions
Topic: NUnit
Replies: 3
Views: 3510

Hi! Yes. If you write your test case to be able to run under NUnit with [Test] and [TestFixture] and [Setup] etc... Ranorex will have no problem with it. The Ranorex under core is SharpDevelop so it is okey. Also in Ranorex 1.5 there is an NUnit integrated which you can reach under View -> Unit Test...
by Skarlso
Tue Jan 20, 2009 3:27 pm
Forum: General Questions
Topic: Regex in findSomething
Replies: 12
Views: 3289

I can only guess. The RanorexCore.dll was copied into the project after the project was created, so i can only guess that it was the same... But i could try to overwrite it? The problem is that i can't use regular expressions. If i write in the whole name without regex than it can indeed find it. Bu...
by Skarlso
Tue Jan 20, 2009 2:53 pm
Forum: General Questions
Topic: Regex in findSomething
Replies: 12
Views: 3289

Ahhh i see.

Yes the Path to the RanorexNet.dll is : D:\Program Files\Ranorex 1.5.1\Bin\Net2.0-Pro\RanorexNet.dll.

( Btw good that you mentioned this, later on i need to rewrite this to use the 2.0 dll... Note to self. )