Search found 7 matches

by AgileTesterCarlo
Tue Jun 27, 2017 6:42 am
Forum: General Questions
Topic: Endpoint shortcuts and Junit reports location
Replies: 1
Views: 1251

Endpoint shortcuts and Junit reports location

If you are looking for the endpoint shortcuts and the Junit output reports, they are in a different place then the regular .exe and reports: <your solution>/bin/debug
by AgileTesterCarlo
Mon May 22, 2017 8:44 am
Forum: General Questions
Topic: Use of variables in endpoints
Replies: 1
Views: 1223

Use of variables in endpoints

Hi, Does anyone know if it is possible to use variables in endpoints? I am using a webdriver endpoint connected to Browserstack and i have to tell with parameters(Advanced capabilities Json) which browser/device/.... i am using. I like to use variables for this, otherwise i have to create an endpoin...
by AgileTesterCarlo
Mon May 22, 2017 7:06 am
Forum: General Questions
Topic: Settings for webdriver endpoint browserstack
Replies: 2
Views: 2304

Re: Settings for webdriver endpoint browserstack

Sorry, my question was unclear.
I was looking for the advanced Json capability settings (for Browserstack specific)
We found the correct syntax:
{
"browserstack.user": "xxxxxxxxxxxxx",
"browserstack.key": "xxxxxxxxxxxxx"
}
by AgileTesterCarlo
Fri May 19, 2017 8:06 am
Forum: Object Identification and Technologies
Topic: Change the Xpath automatically after a weight rule
Replies: 3
Views: 1990

Re: Change the Xpath automatically after a weight rule

Thanks, changing the rxrep file outside of ranorex is an option we did not think of yet.
The xpath changes are necessarry at least each build as outsystems changes the first part of the ID on every build. We can build some automated script for that.
by AgileTesterCarlo
Thu May 18, 2017 1:04 pm
Forum: General Questions
Topic: Settings for webdriver endpoint browserstack
Replies: 2
Views: 2304

Settings for webdriver endpoint browserstack

I am configuring a webdriver endpoint. I can get this working with a local selenium webdriver.
Now i want to connect it to the Browserstack automate webdriver.
Does anyone which settings to use?
by AgileTesterCarlo
Thu May 18, 2017 6:08 am
Forum: Object Identification and Technologies
Topic: Change the Xpath automatically after a weight rule
Replies: 3
Views: 1990

Change the Xpath automatically after a weight rule

Hi, We are running a POC on an Outsystems application. Outsystem generates a webpage and it generates new id's for the same element like this: test_<changingID>_Username The last part of the element stays the same so we created a weight rule to have Ranorex identify the element. This works fine. The...
by AgileTesterCarlo
Thu May 18, 2017 6:01 am
Forum: Automation Discussions
Topic: Use Ranorex for testing Outsystems
Replies: 4
Views: 3394

Re: Use Ranorex for testing Outsystems

Hi Rob, We are currently running a POC with Ranorex on an Outsystems application. The ID's that it generates are changing, however the last part of the id stays the same. You have to do 3 things: - change the xpath in the repository elements to just use the last part (regex <) - in settings: remove ...