Search found 34 matches

by wyll
Wed May 15, 2013 4:06 pm
Forum: Automation Tools
Topic: Imaging.FindOptions ()
Replies: 3
Views: 3443

Re: Imaging.FindOptions ()

Ranorex 4.0.3 I am using a stopwatch, i think it should have the same effect for(i=0;i<5;++i) { stopwatch.start(); Imaging.Contains(myElement,myBmp,myOptions); stopwatch.stop(); Report.Info(stopwatch.ElapsedMilliseconds.ToString()); stopwatch.reset(); } so this function should shoot out 5 values, th...
by wyll
Tue May 14, 2013 3:28 pm
Forum: Automation Tools
Topic: Imaging.FindOptions ()
Replies: 3
Views: 3443

Imaging.FindOptions ()

Hi, I have a question regarding the timeout of Images... how can i set them? i have Imaging.FindOptions fOpt = new Imaging.FindOptions(); fOpt.Timeout = 100; Imaging.Contains(Element, Bitmap, fOpt).... ] so with this my Bitmap should be found in 100ms. It starts with 100ms, but when i decided to cha...
by wyll
Tue Apr 02, 2013 11:20 am
Forum: Automation Tools
Topic: -Type initialization problems
Replies: 3
Views: 1774

Re: -Type initialization problems

Hi,

thanks for the suggestion.
I just noticed it was a mistake on my side :oops:

regards
wyll
by wyll
Thu Mar 28, 2013 4:27 pm
Forum: Automation Tools
Topic: -Type initialization problems
Replies: 3
Views: 1774

-Type initialization problems

Hi, Everytime i want to start the test im getting this exception. Der Typeninitialisierer für "Testsuitename.Functions" hat eine Ausnahme verursacht. It somehow looks it can not be reached? This happens on a remote machine. When i run the test locally everything works fine. Both have version 4.0.0 i...
by wyll
Wed Mar 06, 2013 10:20 am
Forum: Automation Tools
Topic: Specific region as element?
Replies: 3
Views: 1859

Re: Specific region as element?

Hi,

yeah ive been working with image validation. Im using canvas right now, and i want to ,lets say split the working area in 9 tiles. Therefore i want to calculate all the diffrent dimensions and save them as an Element to search in those specific tiles.

regards
wyll
by wyll
Tue Feb 26, 2013 1:55 pm
Forum: Automation Tools
Topic: Specific region as element?
Replies: 3
Views: 1859

Specific region as element?

Hi there,

is there actually a way to have a rectangle, created with Rectangle.FromLTRB(x,y,x1,y2), as an element?

What i would like to do, is to search in this specfic region of the this rectangle for validation

regards wyll
by wyll
Tue Jan 15, 2013 4:29 pm
Forum: Automation Tools
Topic: ReportLevel.Failure vs Report.Failure
Replies: 1
Views: 2696

ReportLevel.Failure vs Report.Failure

Hello, i just noticed, that if you use Report.Failure(), then you see that your Testcase has failed: "The module has failed because one or more actions have failed. " if(condition == true) { Report.Failure("Failed Test"); } but if you use Report.Logdata(ReportLevel) you dont see that message and you...
by wyll
Wed Dec 19, 2012 10:46 am
Forum: Mobile Testing
Topic: Possible to use image based validations?
Replies: 3
Views: 3015

Re: Possible to use image based validations?

hello again

okey thank you, but what about color settings or display? can i use the screenshots from the mobile device that are taken from Ranorex?

regards
wyll
by wyll
Fri Dec 14, 2012 4:11 pm
Forum: Mobile Testing
Topic: Possible to use image based validations?
Replies: 3
Views: 3015

Possible to use image based validations?

Hi

Subject says it all... for android of course

regards
by wyll
Fri Dec 14, 2012 12:24 pm
Forum: General Questions
Topic: possible to test browser on phone?
Replies: 1
Views: 1490

Re: possible to test browser on phone?

sorry,

just found that is currently not possible to test that

-closed
by wyll
Fri Dec 14, 2012 12:21 pm
Forum: General Questions
Topic: possible to test browser on phone?
Replies: 1
Views: 1490

possible to test browser on phone?

Is it somehow possible to test the browser on the phone?
using android 4.1 on a galaxy nexus

regards
by wyll
Thu Nov 22, 2012 7:17 pm
Forum: General Questions
Topic: Cannot contact the floating license server
Replies: 3
Views: 2560

Re: Cannot contact the floating license server

hello again, yes i already did that. i have the newest ranorex license server downloaded aswell. still doesnt explain why it wont work when we let the build start with jenkins... but working with it directly works just fine... Could there be some sort or restriction we may have overlooked? regards W...
by wyll
Thu Nov 22, 2012 2:54 pm
Forum: General Questions
Topic: Cannot contact the floating license server
Replies: 3
Views: 2560

Cannot contact the floating license server

Hello, i have an issue with the newest Ranorex update to 3.3.4 (with our older 3.3.1 we did not have this issue) - i can not reach the floating license server with a remote desktop, when starting a build in jenkins - when i work directly the remote desktop, i dont have this issue That is the message...
by wyll
Thu Nov 15, 2012 9:39 am
Forum: General Questions
Topic: a way to move repo item
Replies: 1
Views: 1536

a way to move repo item

Hello again,

When i move an repo item into another folder it doesn't automatically update in the userCode. I know it works when you rename stuff, so maybe there is also a possibility for moving item in repo to tidy up the repo a bit.

regards
Wyll
by wyll
Tue Nov 06, 2012 11:41 am
Forum: General Questions
Topic: Image not found
Replies: 3
Views: 1693

Re: Image not found

Hello,

yes i know about the 'Continue on Fail' option... it just makes a try{}catch{} block out of it,doesn't it?

anyway i was just thinking, instead of checking beforehand that the image exist in my element, there might be an option for that only

regards
wyll