Search found 55 matches

by fimo420
Wed Jul 15, 2015 8:01 pm
Forum: Object Identification and Technologies
Topic: Frustrating object identifications and item property...
Replies: 6
Views: 2586

Re: Frustrating object identifications and item property...

Hi Johannes,

I know it's possible to find with Ranorex spy, but it does not work when run the test in code. It's random sometimes it finds sometimes it doesnt. And i've even tried to wait with hard delay(5s) it just doesn't work, the items comes up right away.
by fimo420
Thu Jul 09, 2015 10:35 am
Forum: Object Identification and Technologies
Topic: Frustrating object identifications and item property...
Replies: 6
Views: 2586

Re: Frustrating object identifications and item property...

Hi Johannes, Thanks for the reply. I'm tried with WaitForDocumentLoaded(), like i said its very random behavior. I've debugged the tests and i can see the item where it stops and when i try to find the item ranorex reports false even tough its on screen. And i've tried to redo the steps twice in the...
by fimo420
Wed Jul 08, 2015 12:35 pm
Forum: Object Identification and Technologies
Topic: Frustrating object identifications and item property...
Replies: 6
Views: 2586

Frustrating object identifications and item property...

Hi guys, I've been having this issue with Ranorex finding objects on our webpage. This is so confusing and i don't know why it's keep happening and always random behaviors so wonder if you guys can help finding the issue or push me into right direction? The way i have setup my tests is that whenever...
by fimo420
Mon May 11, 2015 7:54 am
Forum: Object Identification and Technologies
Topic: Skip xpath in ranorex and just identify objects with names??
Replies: 2
Views: 1817

Skip xpath in ranorex and just identify objects with names??

Hi,

I was wondering if its possible to skip xpath totally in ranorex and just make it identify the objects based on items names?
by fimo420
Wed Mar 05, 2014 9:06 am
Forum: Automation Tools
Topic: Getting attribute state failed on flavorelement error
Replies: 7
Views: 3076

Re: Getting attribute state failed on flavorelement error

Hi Bernhard, Can you try with firefox browser frontmotion? http://www.frontmotion.com/Firefox/download_firefox.htm This is a decision by our IT that we only use firefox frontmotion, and currently we have version 23. If you still cannot reproduce i'll try to make a sample solution for you. Br, Feroz
by fimo420
Wed Feb 26, 2014 1:58 pm
Forum: Automation Tools
Topic: Getting attribute state failed on flavorelement error
Replies: 7
Views: 3076

Re: Getting attribute state failed on flavorelement error

Hi, hmm i think i have found the problem. The only difference between the working and non-working part of my code is that i added a webDocument.WaitForDocumentLoaded(); in my method. If i remove that row everything works, i'm not sure why that single row would be a problem. It's like i run a test fo...
by fimo420
Wed Feb 26, 2014 8:15 am
Forum: Automation Tools
Topic: Getting attribute state failed on flavorelement error
Replies: 7
Views: 3076

Re: Getting attribute state failed on flavorelement error

Hi, Running the latest ranorex (4.1.5) Havent updated firefox or anything it used to work fine... 64 bit windows There is no stacktrace on the testreport, since it just waits with that message and doesnt do anything else, so i have to abort the test manually. I noticed that it happens when my ranore...
by fimo420
Mon Feb 24, 2014 12:37 pm
Forum: Automation Tools
Topic: Getting attribute state failed on flavorelement error
Replies: 7
Views: 3076

Getting attribute state failed on flavorelement error

Hi,

I'm getting this weird error message suddenly on working tests, can anyone help me out here?
See the attachment for more detail.
These tests have been working fine before, now it is very random and stopped working.
I'm updated Ranorex to latest to see if it helps but with no luck.

/Feroz
by fimo420
Wed Nov 27, 2013 1:32 pm
Forum: Object Identification and Technologies
Topic: RepoItemInfo.exists() stops finding after browser restarts
Replies: 7
Views: 1970

Re: RepoItemInfo.exists() stops finding after browser restarts

Hi, Yeh you are right that /dom[@domain='dev-gpiweb-i001.sirius.local']//div[#'main']//span[@title~'.*'] shows 3 elements. But if use //div[#'main']//span[@title~'.*'] from ranorex studio it only shows 1. Secondly, my main problem here is that when i do repoiteminfo.exists() or validate exist() with...
by fimo420
Wed Nov 27, 2013 12:15 pm
Forum: Object Identification and Technologies
Topic: RepoItemInfo.exists() stops finding after browser restarts
Replies: 7
Views: 1970

Re: RepoItemInfo.exists() stops finding after browser restarts

Hi again,

I've tried both absolutepath and path same behaviour.
.//div[#'main']//span[@title~'.*']
or
/dom[@domain='dev-gpiweb-i001.sirius.local']//div[#'main']//span[@title~'.*']

on the repo item but same behaviour
by fimo420
Wed Nov 27, 2013 10:31 am
Forum: Object Identification and Technologies
Topic: RepoItemInfo.exists() stops finding after browser restarts
Replies: 7
Views: 1970

Re: RepoItemInfo.exists() stops finding after browser restarts

Hi,

No sure if this is what you wanted but here is the snapshot of the item in question.
by fimo420
Wed Nov 27, 2013 9:25 am
Forum: Object Identification and Technologies
Topic: RepoItemInfo.exists() stops finding after browser restarts
Replies: 7
Views: 1970

RepoItemInfo.exists() stops finding after browser restarts

Hi I've noticed one thing that when i try to do a repoiteminfo.exists() after a browser restart during the test it stops working. Meaning that even though the item is existing and is visible it fails to find the item. I've disabled the cache property for the root folder in my repository file, but st...
by fimo420
Mon Nov 18, 2013 12:29 pm
Forum: Automation Tools
Topic: Testcase iteration status in teardown
Replies: 9
Views: 5253

Re: Testcase iteration status in teardown

Hi Bernhard, Thanks for helping. Can you tell me one thing, where do i put this line? Ranorex.Core.Reporting.ActivityStack.Current.Parent.Parent.Status.Equals(Ranorex.Core.Reporting.ActivityStatus.Success) I mean do i create a new module and put it in at the end of it or should it be in program.cs? ...
by fimo420
Tue Nov 12, 2013 10:48 am
Forum: Automation Tools
Topic: Testcase iteration status in teardown
Replies: 9
Views: 5253

Re: Testcase iteration status in teardown

Hi,

Bringing up old topic, was just wondering if there are any such feature as nucifera was talking about now in ranorex?
TestCase.Current.Iteration.Current.Status?
Find out status of the current iteration in ranorex?
by fimo420
Tue Nov 12, 2013 9:14 am
Forum: Automation Tools
Topic: Opening ranorex report takes very long time
Replies: 3
Views: 2379

Re: Opening ranorex report takes very long time

Hi Bernhard, I'm using latest 4.1.2 Well i guess if you have like 1500 iterations of tests and many of them fails it will try to auto expand all of them? But in my case, i run like only 400 iterations and it still takes very long time (15min or more) How long will should it take? Is there anyway to ...