Search found 3 matches

by jack
Tue May 29, 2018 10:29 pm
Forum: General Questions
Topic: Element tracking very slow on local machine
Replies: 4
Views: 1926

Element tracking very slow on local machine

Hello, When executing a test directly from Ranorex Studio (8.1) on my local machine, the tracking of elements on a webpage are very very slow (can take up to minutes if I allow the test to wait that long). However, when running the same test on a virtual machine through Jenkins, element tracking is ...
by jack
Mon May 15, 2017 4:57 pm
Forum: General Questions
Topic: Repository variable not updating
Replies: 1
Views: 1411

Repository variable not updating

Hello, My overall goal is to validate a column in a table. The number of rows in the column changes so this is my attempt. rowNum is a defined repository variable that is in the repository item which I pass to the parameters repoItem and adapter. The repository item looks like: .//table/tbody/tr[$ro...
by jack
Sun Oct 16, 2016 9:48 pm
Forum: How To …
Topic: Using variables in a repository
Replies: 8
Views: 4199

Using variables in a repository

Hi, I have a bunch of text fields whose repository items follow this pattern: .//input[#'code1'] .//input[#'code2'] .//input[#'code3'] and so on... I would like to be able to do something like: .//input[#'code'+$num] where $num is a declared variable. Is there a way to just tack on a specific number...