Search found 9 matches

by mtkilic
Thu Apr 11, 2019 9:45 pm
Forum: General Questions
Topic: Compare Image Out of Memory error
Replies: 6
Views: 2114

Re: Compare Image Out of Memory error

I did use Imaging.Load but this time failed error is Exception]: Exception occurredSystem.ArgumentException: Failed to load bitmap from file 'D:\..\xx.png'. ---> System.OutOfMemoryException: Out of memory. at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) at Ranor...
by mtkilic
Thu Apr 11, 2019 5:18 pm
Forum: General Questions
Topic: System.ArgumentException: Parameter is not valid
Replies: 1
Views: 3525

System.ArgumentException: Parameter is not valid

I am getting below error when I run ranorex test. I am not sure why its giving me this error. I use same function in mutliple places and it works just fine. isImage=cl.RGBImageValidation(repo.CDIS.ScenarioEditorPanel.Canvas,Screenshot+"Setup_RGB.png",ScreenCaptureMode,0.99999); Exception occurredSys...
by mtkilic
Thu Apr 11, 2019 4:55 pm
Forum: General Questions
Topic: Compare Image Out of Memory error
Replies: 6
Views: 2114

Re: Compare Image Out of Memory error

I am still having this issue. can I get some help please.
by mtkilic
Thu Apr 04, 2019 5:48 pm
Forum: General Questions
Topic: Compare Image Out of Memory error
Replies: 6
Views: 2114

Re: Compare Image Out of Memory error

After re-running test on same computer this time I didn't get Out of Memory error. All the computer has same ram (64) and 64-bit This is really confusing why I get this sometimes. I have set of test suites and when I fully run this test suites, one of the test cases have this error. Like I said its ...
by mtkilic
Thu Apr 04, 2019 4:38 pm
Forum: General Questions
Topic: Compare Image Out of Memory error
Replies: 6
Views: 2114

Compare Image Out of Memory error

I am seeing below error, however I don't get same error when running in different machine. [2019/04/03 15:33:17.579][Info ][Exception]: Exception occurredSystem.OutOfMemoryException: Out of memory. at System.Drawing.Bitmap..ctor(String filename) at CDIS_V11.FunctionalLibrary.CL.ImageValidation(Eleme...
by mtkilic
Wed Jan 23, 2019 4:15 pm
Forum: General Questions
Topic: Em button Visibility active class requires a white space
Replies: 5
Views: 924

Re: Em button Visibility active class requires a white space

Sounds good but this only make button clickable when only class attribute contains' ico-visibility' , but I want to click same button when class attribute contains both 'ico-visibility' and 'active' . But I want to pass variable in my test when I am clicking button has 'active' so I know, what I am ...
by mtkilic
Wed Jan 23, 2019 3:28 pm
Forum: General Questions
Topic: Em button Visibility active class requires a white space
Replies: 5
Views: 924

Re: Em button Visibility active class requires a white space

Do you mind explaining this little bit? Without testing, this seems to make xpath clickable either way. If thats the case, I dont want that because I want to pass variable in xpath so I know if I am clicking on "active" or just "ico-visibility".
by mtkilic
Wed Jan 23, 2019 12:25 am
Forum: General Questions
Topic: Em button Visibility active class requires a white space
Replies: 5
Views: 924

Em button Visibility active class requires a white space

I have xpath button/em[@class~'ico-visibility'] , but when button is clicked it will change to button/em[@class~'ico-visibility active'] So what I did was create variable name "Visibility" and set to empty, so my xpath now looks like this button/em[@class~'ico-visibility'+$Visibility+''] This is alm...
by mtkilic
Wed Jan 16, 2019 3:30 am
Forum: General Questions
Topic: Adding .exe and .pdb to gitignore
Replies: 1
Views: 1632

Adding .exe and .pdb to gitignore

Hello,

Fairly new here. Every time I make change and run the test suite, git status show all of the test suites .exe and .pdb file get modified. Do I need to commit this changes? Or can I add this to .gitignore file and still won't give me issue when I run test suites on different machine?