Search found 25 matches

by eric.franc
Wed May 13, 2020 1:10 pm
Forum: Object Identification and Technologies
Topic: GDI capture not working on computer
Replies: 3
Views: 1806

Re: GDI capture not working on computer

Thanks for the help.

The issue was the settings where not save in the solution.
I was just not aware of that.

Thanks again for your time.

/Eric
by eric.franc
Mon May 11, 2020 11:39 am
Forum: Object Identification and Technologies
Topic: GDI capture not working on computer
Replies: 3
Views: 1806

GDI capture not working on computer

Hello, I have been testing GDI capture on my computer and it find the item perfectly. 2020-05-11_12-04-28.png On the machine that runs the test It never find the GDI object. 2020-05-11_12-13-07.png Both machine are using same build of ranorex. I don't recall I enabled anything to have that feature w...
by eric.franc
Wed Apr 29, 2020 7:24 am
Forum: General Questions
Topic: Wait for exist hangs forever
Replies: 4
Views: 1044

Re: Wait for exist hangs forever

Thanks I will do like that from now on:)
by eric.franc
Mon Apr 27, 2020 3:47 pm
Forum: General Questions
Topic: Wait for exist hangs forever
Replies: 4
Views: 1044

Re: Wait for exist hangs forever

Thanks for the tips,.

I have updated from 9.2 to 9.3 and the failing case is running.
I just do not understand why it works suddenly could it be some issue in 9.2 build?

Thanks,
by eric.franc
Mon Apr 27, 2020 7:08 am
Forum: General Questions
Topic: Wait for exist hangs forever
Replies: 4
Views: 1044

Wait for exist hangs forever

Hello, 6 month ago we updated Ranorex from version 6 to 9 and that broke our entire continuous integration. Now I am trying to fix one case at the time. We are using virtual machine to run the test ( hyper-V ). The wait and exit method hangs and never stop. 2020-04-27_9-00-33.png What should I do?
by eric.franc
Fri Jun 09, 2017 10:49 am
Forum: Object Identification and Technologies
Topic: Item could be found using its absolute path but not clicked
Replies: 5
Views: 5141

Re: Item could be found using its absolute path but not clicked

Thanks I am not really familliar with the system.

Here are the snapshot
by eric.franc
Fri Jun 09, 2017 6:17 am
Forum: Object Identification and Technologies
Topic: Item could be found using its absolute path but not clicked
Replies: 5
Views: 5141

Item could be found using its absolute path but not clicked

Without apparent reason the Ranorex suddenly fails to click an item. I am using cruise control and the same ranorex build as been used for over 4 months without failure. Now suddently I get the following error: 7:46.034 Info Mouse Mouse Left Click item 'Open.ButtonExport' at 92;12. 48:16.206 Warn Re...
by eric.franc
Wed Nov 09, 2016 1:45 pm
Forum: Automation Tools
Topic: RunApplication lnk file
Replies: 1
Views: 2227

RunApplication lnk file

Hello, I have some issue with RunApplication, I am not able to start an lnk file. I have a case that I need to start the application from a shortcut. string path = "C:\\Program Files\\MyApp\\MyApp.exe"; if( !File.Exists(path ) ) path += ".lnk"; Report.Log(ReportLevel.Info, "Application", "Run applic...
by eric.franc
Mon Aug 10, 2015 7:22 pm
Forum: General Questions
Topic: how to repeat certain steps in a record file
Replies: 8
Views: 3802

Re: how to repeat certain steps in a record file

Hello,

I just want to programatically repeat certain steps.
I have a record with 10 steps and I want to repeat step 3 and 4 several times.

I reply to this topic because it was mention that it was programatically possible to repeat certain steps using .Net programming.

regards,
/Eric
by eric.franc
Mon Aug 10, 2015 6:40 am
Forum: General Questions
Topic: how to repeat certain steps in a record file
Replies: 8
Views: 3802

Re: how to repeat certain steps in a record file

Eric, You have two choices: 1. Move the steps to user-code, as Christian suggested, and loop over them in .NET code. or 2. Move the steps that need to be looped into their own module and put them in a child test-case with data that will make them loop the way you want. (Test cases are essentially f...
by eric.franc
Fri Aug 07, 2015 6:21 am
Forum: General Questions
Topic: how to repeat certain steps in a record file
Replies: 8
Views: 3802

Re: how to repeat certain steps in a record file

Hello,

Do you have a snipet how to loop steps programatically ?
I could not find it in the API documentation.

Thanks,
by eric.franc
Thu Aug 06, 2015 11:34 am
Forum: Automation Tools
Topic: How to use Excel DataSource in the UserCode
Replies: 3
Views: 3554

Re: How to use Excel DataSource in the UserCode

I was afraid of this answer , I really need to use more than one excel sheet during a single test case. I guess I will write a quick connector using EPPLUS http://epplus.codeplex.com/ to do the job then I will not need office installed on the test machine. I think it is a big limitation, but I can e...
by eric.franc
Wed Aug 05, 2015 12:09 pm
Forum: Automation Tools
Topic: How to use Excel DataSource in the UserCode
Replies: 3
Views: 3554

How to use Excel DataSource in the UserCode

Hello, I am a bit struggling with the excel data sources. If I have two sheets in my excel file, for that I have created two separate Excel Data Sources in ranorex. How can I access them separatly in the UserCode, currently I can only access one. TestCase.Current.DataContext.Source.Rows[0].Values[0]...
by eric.franc
Mon Jul 20, 2015 8:09 am
Forum: Automation Tools
Topic: How to set different variable base on environment
Replies: 1
Views: 3580

How to set different variable base on environment

Hello, I have a little issue, on my dev machine one of the program I am testing is located under D:\myprogram2015\SP5\myprogram.exe. On my test environment I use the setup package and the executable is installed under C:\program file\myprogram\myprogram.exe. Is there a easy way to assign variable ba...
by eric.franc
Thu May 21, 2015 8:14 am
Forum: How To …
Topic: How to integrate Ranorex with CruiseControl
Replies: 29
Views: 13391

Re: How to integrate Ranorex with CruiseControl

hello Dan, Thanks for pointing me in the right direction. I was able to get the report in html format inside CruiseControl. First I have followed "Share Over Local Network" tutorial, to be able to browse report from anywhere. http://www.ranorex.com/blog/share-your-ranorex-report-using-any-browser Af...