Search found 10 matches

by jrob3rts
Mon May 18, 2015 4:08 pm
Forum: General Questions
Topic: Dynamically Changing the Repo Paths
Replies: 5
Views: 2933

Re: Dynamically Changing the Repo Paths

Hi, Thanks for your response. From my point of view, I found it annoying to have to rebind Repo variables if I added a new one, or in a similar circumstance. I also had an annoying issue recently where a Test variable existed and was over-riding the value I applied to the variable. Some of my repo v...
by jrob3rts
Fri May 15, 2015 8:21 am
Forum: General Questions
Topic: Dynamically Changing the Repo Paths
Replies: 5
Views: 2933

Re: Dynamically Changing the Repo Paths

Hi, Apologies for the delay here. I've turned off the warning regarding unbound variables. I do however continue to see them in the Test Suite viewer. (See Attachment) I suppose I generally have 3 Variables which I am using within the Repo. One being the Domain, an other being the URL passed and ano...
by jrob3rts
Wed Apr 29, 2015 12:22 pm
Forum: General Questions
Topic: Dynamically Changing the Repo Paths
Replies: 5
Views: 2933

Dynamically Changing the Repo Paths

I'm using Ranorex 5.2.2. I have currently got 3 repo items which use repo variables. I assign values to these variables on the fly to suit the test needs. One of these is the root folder (used to specify the domain) and the other two are items within the repository used for tests we have built so fa...
by jrob3rts
Fri Sep 20, 2013 4:02 pm
Forum: General Questions
Topic: I can run a "PerformClick" from within Ranorex Spy, but...
Replies: 3
Views: 2076

Re: I can run a "PerformClick" from within Ranorex Spy, but...

Hi, It does seem to be available. I have tried to add in some manual waits of say 5 seconds and the same issue occurred. It almost seems like the element exists, but it not visible to Ranorex, but is when I refresh the Spy. I do not have a copy of the system with sanitised data right now, and sadly ...
by jrob3rts
Wed Sep 18, 2013 4:42 pm
Forum: General Questions
Topic: Parameters or Global Variables
Replies: 2
Views: 3188

Re: Parameters or Global Variables

Hi,
Many thanks for that.
It does seem to be a slightly tedious task but shall do that from now on.
Thanks for your clarifications.
Regards

James
by jrob3rts
Wed Sep 18, 2013 4:42 pm
Forum: General Questions
Topic: I can run a "PerformClick" from within Ranorex Spy, but...
Replies: 3
Views: 2076

I can run a "PerformClick" from within Ranorex Spy, but...

Hi, If I look at an element in Ranorex Spy, it apprears as an item. I can select "PerformClick" and it clicks as expected. See attachment: abc1.PNG But if I try to click on this element via the script, it doesn't. It just clicks in the top left corner of the browser. This element is a line within a ...
by jrob3rts
Wed Sep 18, 2013 9:19 am
Forum: General Questions
Topic: Parameters or Global Variables
Replies: 2
Views: 3188

Parameters or Global Variables

Hi All, I am testing accross multiple browsers. I would like to set a variable called BrowserName, and this defines elements within the script that need to be clicked etc. For example: String GraphPos=""; // Set the co-ordinates of the Graph Location if (BrowserName == "IE" || BrowserName == "FireFo...
by jrob3rts
Fri Sep 13, 2013 2:40 pm
Forum: General Questions
Topic: Difference Execution Options
Replies: 2
Views: 1551

Difference Execution Options

Hi, I am testing a site against: 1. Several Browsers 2. Several client settings Most of the functions are the same (say 95-98%), so I would like to reuse code where possible. If there any way in which I can execute a test for Client A, against Browser 1, and have the scripts execute and flags or wha...
by jrob3rts
Fri Sep 13, 2013 2:32 pm
Forum: General Questions
Topic: Click on a dynamic graph
Replies: 2
Views: 1705

Re: Click on a dynamic graph

Hi,
For some odd reason, this seems to have resolved itself. if it raises again, I'll let you know.
Very odd.

James
by jrob3rts
Fri Sep 06, 2013 11:02 am
Forum: General Questions
Topic: Click on a dynamic graph
Replies: 2
Views: 1705

Click on a dynamic graph

Hi All, I've very new to Ranorex, and am trialling right now. So, my issue. I have a graph displayed on the screen, this is dynamically created and I need to click on the first item within the graph for a subsequent action to occur. The first item which I am clicking has an ID of: KPISummaryChart-gr...