Search found 15 matches

by erman
Wed May 22, 2013 8:00 pm
Forum: General Questions
Topic: Running Ranorex tests with Jenkins
Replies: 4
Views: 3519

Re: Running Ranorex tests with Jenkins

Hi Markus,

Yes - I have started the Jenkins service using the Java command from the dos command prompt.

Eric
by erman
Fri May 17, 2013 8:43 pm
Forum: General Questions
Topic: Running Ranorex tests with Jenkins
Replies: 4
Views: 3519

Running Ranorex tests with Jenkins

Hi, I am having issues running the Ranorex .exe built by Ranorex Studio using Jenkins/Hudson. The Ranorex project .exe is on a remote system (i.e. you would have to remote desktop to the system). When I kick off the Jenkins job to run the Ranorex project, nothing happens on the remote system. The on...
by erman
Mon Apr 01, 2013 4:50 pm
Forum: General Questions
Topic: Ensure Visible by default
Replies: 3
Views: 2415

Re: Ensure Visible by default

Thanks for the reponse. I guess we can setting up a live meeting so that the issue can be looked at. We have sent emails to Ranorex Support and we have tried the suggestions, but the problem still exists.

Eric
by erman
Fri Mar 22, 2013 10:25 pm
Forum: General Questions
Topic: Ensure Visible by default
Replies: 3
Views: 2415

Ensure Visible by default

Hi, We are seeing some performance issues when executing our Ranorex tests against a Flex application. The issue is that Ranorex is taking approximately 3 seconds to go from field/control to field/control. This seems way to slow. I have determined that the only thing that improves this issue is to '...
by erman
Fri Jul 06, 2012 3:20 pm
Forum: General Questions
Topic: Flex Applications - exists method
Replies: 5
Views: 1946

Re: Flex Applications - exists method

Hi,

I am sending the snapshot files to the support email, along with detailed steps of the issue with 'visible'.

Thanks,
Eric
by erman
Tue Jul 03, 2012 6:33 pm
Forum: General Questions
Topic: Flex Applications - exists method
Replies: 5
Views: 1946

Flex Applications - exists method

Hi, I am having problems using any of the Ranorex exists (ValidateExists, element.exists) on elements within a Flex application. Ranorex is finding an element behind the loaded browser page, if though it cannot be seen. For example, after logging into to the Flex application, if I go to the reposito...
by erman
Mon Jul 02, 2012 2:18 pm
Forum: General Questions
Topic: Logging and Screenshots
Replies: 4
Views: 1794

Re: Logging and Screenshots

Thanks a lot!
by erman
Fri Jun 29, 2012 1:54 pm
Forum: General Questions
Topic: Logging and Screenshots
Replies: 4
Views: 1794

Re: Logging and Screenshots

Thanks for the response.

But, is there a way to take screenshots when the Report is turned off?

Also, can the screenshot be renamed and redirected to a user-defined folder location?


Eric
by erman
Thu Jun 28, 2012 10:26 pm
Forum: General Questions
Topic: Logging and Screenshots
Replies: 4
Views: 1794

Logging and Screenshots

Hi, I have 2 basic questions that I haven't been able to locate anything searching the forums: 1) How is Ranorex logging turned off? I have tried "Report.Setup(RepportLevel.None, "", false), but I get a compiler error. 2)Is there any way to redirect "Report.Screenshot" to a specific folder location?...
by erman
Wed Jun 06, 2012 2:10 pm
Forum: General Questions
Topic: Assign variable to Repository Element
Replies: 5
Views: 2623

Re: Assign variable to Repository Element

Hi,

My example has the repository instance already set. I wish to set a variable to a specific button element within the repository.

The problem is setting a C# variable to an element in the repository.

Eric
by erman
Tue Jun 05, 2012 8:59 pm
Forum: General Questions
Topic: Assign variable to Repository Element
Replies: 5
Views: 2623

Re: Assign variable to Repository Element

Here is what I've tried: --------------------------------------------- TruCareRegression.TruCare_Admin_Main_Repository repo = new TruCare_Admin_Main_Repository(); Ranorex.Button button_CreateQueue = repo.WebDocument_TruAdmin_Application.All_Queues.Button_CreateQueue; button_CreateQueue.Click(); ----...
by erman
Fri Jun 01, 2012 7:23 pm
Forum: General Questions
Topic: Assign variable to Repository Element
Replies: 5
Views: 2623

Assign variable to Repository Element

Hi, I have an element within the repository that is referenced many times within different C# methods within the same class. I would like to create a variable for the element stored in the repository. An example of what I am trying to accomplish is below, although not working :( Button myButton = my...
by erman
Mon May 21, 2012 10:40 pm
Forum: General Questions
Topic: Update elements in repository within code
Replies: 1
Views: 1808

Update elements in repository within code

Hi, I'm new to Ranorex, but have used other UI automation tools, like QTP in the past. My question is if I have an element in the repository, such as checkbox, is it possible to update the attributes of the saved element during runtime(ie. within the C# code)? Basically, looking for the SetTO proper...
by erman
Wed May 16, 2012 9:47 pm
Forum: General Questions
Topic: Click on hidden item in listbox
Replies: 14
Views: 8074

Re: Click on hidden item in listbox

Hi,

I have done the "invoke action" using the method described in the document, but my question was how would I do the equivalent using C# code?

Thanks,
Eric
by erman
Tue May 15, 2012 3:59 pm
Forum: General Questions
Topic: Click on hidden item in listbox
Replies: 14
Views: 8074

Click on hidden item in listbox

Hi All, I am new to Ranorex and I have a question concerning listbox objects. I was going through the tutorial (VIP Database) and I was unable to automate the select of a category (i.e. Sport) from the Category listbox, since the item is not displayed (must click down on the scroll bar) once the app...