Search found 18 matches

by boris0dev
Mon Oct 19, 2020 7:18 am
Forum: Object Identification and Technologies
Topic: Cannot identify element with open Chrome console
Replies: 1
Views: 1320

Cannot identify element with open Chrome console

Good morning, I encountered an issue. In our testsuite we have around 180 tests. All of them open at the beginning Google Chrome (at the time of writing version 86), activate the developer console, open a website and do various tests. Since around 2 weeks ago there were no issues. But now there are ...
by boris0dev
Mon Jan 13, 2020 11:37 am
Forum: Automation Tools
Topic: Ranorex finds element though it's not existing
Replies: 3
Views: 1332

Re: Ranorex finds element though it's not existing

Thanks for the hint regarding the snapshot. It helped me to identify the problem
by boris0dev
Thu Jan 09, 2020 9:08 am
Forum: Automation Tools
Topic: Ranorex finds element though it's not existing
Replies: 3
Views: 1332

Ranorex finds element though it's not existing

Hi, I have the following issue: On a webpage a div with some text is displayed as well as a button to close this div. After closing this div it is removed from the dom (it's an angularjs 1 web app). I check for the none-existence for this div. In 1 of 4 testruns Ranorex still finds this div though i...
by boris0dev
Mon Jul 22, 2019 3:08 pm
Forum: Object Identification and Technologies
Topic: Access and validate a html checkbox
Replies: 1
Views: 1405

Access and validate a html checkbox

Hi Ranorex forum, in a web application I have a (invisible) checkbox: 2019-07-22 13_56_56-Technikertool.png In the repository I identify the element as WebElement and Ranorex Spy has no problem to find the element: 2019-07-22 14_00_36-Technikertool - Ranorex Studio - (32bit).png My goal: I want to s...
by boris0dev
Fri Feb 08, 2019 2:26 pm
Forum: Automation Tools
Topic: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens
Replies: 7
Views: 1537

Re: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens

Wow! That's sounds really interesting!
I will check it out
Thank a lot Pavel!
by boris0dev
Fri Feb 08, 2019 11:00 am
Forum: Automation Tools
Topic: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens
Replies: 7
Views: 1537

Re: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens

The problem with running Bamboo _not_ as a service but starting it from the console is that the company I'm working for doesn't want to start Bamboo from the console because ... I can't remember. They had a discussion about it and decided Bamboo running from the console isn't an option. I think one ...
by boris0dev
Fri Feb 08, 2019 8:50 am
Forum: Automation Tools
Topic: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens
Replies: 7
Views: 1537

Re: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens

Thanks Pavel,
but Bamboo (in this case) doesn't matter.
The question is more: Is it possible to start the testsuite remotely without using Ranorex Remote?

But maybe starting the testsuite via SSH has the same restrictions like starting the testsuite with bamboo as a service...
by boris0dev
Fri Feb 08, 2019 8:03 am
Forum: Automation Tools
Topic: Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens
Replies: 7
Views: 1537

Execute Ranorex tests via SSH on Ranorex VM results in black chrome screens

I have the following setup: One Windows 7 machine and one Windows 10 machine. On the Windows 10 machine I've installed Ranorex Studio and compiled my testsuite. The testsuite executed directly (not from within Ranorex Studio) causes no problems. But I want to execute this testsuite from the Windows ...
by boris0dev
Wed Jan 30, 2019 8:05 am
Forum: Automation Tools
Topic: How to merge two branches?
Replies: 3
Views: 2724

Re: How to merge two branches?

Thanks Vega. Yes I've read the doc regarding the Magic Merger too. But it seems that I can only pull from the same branch and in case of any conflicts the Magic Merger gets triggered. So for example if I develop on my design machine, make changes on the build server or remote agent and want to apply...
by boris0dev
Tue Jan 29, 2019 8:08 am
Forum: Automation Tools
Topic: How to merge two branches?
Replies: 3
Views: 2724

How to merge two branches?

In the same repository I've created 2 branches. What is the correct way to merge branch A into branch B? I'm confused as I understand the Ranorex documentation this way that I should use Ranorex magic merger for the project files but I can't find a way to trigger it manually. Do I merge the branches...
by boris0dev
Fri Dec 28, 2018 10:07 am
Forum: How To …
Topic: How to execute web test when using CI (bamboo)?
Replies: 2
Views: 1608

Re: How to execute web test when using CI (bamboo)?

Thanks odklizec,
I will check that
by boris0dev
Fri Dec 28, 2018 9:32 am
Forum: How To …
Topic: How to execute web test when using CI (bamboo)?
Replies: 2
Views: 1608

How to execute web test when using CI (bamboo)?

Good morning, on my journey to a successful integration of Ranorex web tests into bamboo I encountered a new problem: The tests are executed but fail. To be more precise: On my designer machine I execute the web tests manually via the Ranorex plugin in Chrome. Works like a charm. When I execute the ...
by boris0dev
Wed Dec 19, 2018 2:12 pm
Forum: General Questions
Topic: Ranorex and Bamboo: at first cannot load assembly Ranorex.Bootstrapper, then the test wants to display a modal
Replies: 3
Views: 2196

Re: Ranorex and Bamboo: at first cannot load assembly Ranorex.Bootstrapper, then the test wants to display a modal

I could resolve the issue: I opened the project in Ranorex Studio on the machine that also contains the license manager and enabled "copy runtime to output" in the settings and (this was the solution) hit the button "include license information". This way Bamboo can execute the test without any issu...
by boris0dev
Fri Dec 14, 2018 10:02 am
Forum: General Questions
Topic: Ranorex and Bamboo: at first cannot load assembly Ranorex.Bootstrapper, then the test wants to display a modal
Replies: 3
Views: 2196

Ranorex and Bamboo: at first cannot load assembly Ranorex.Bootstrapper, then the test wants to display a modal

Hi, I try to make Bamboo and Ranorex work together. On my design machine (32-bit) I'm running Ranorex 8.3, and the project platform (in the project options) is of course also 32-bit. The testsuite itself does simply nothing (all tests disabled, except setting some environment variables from an ini f...
by boris0dev
Mon Dec 03, 2018 11:20 am
Forum: General Questions
Topic: How to start headless?
Replies: 2
Views: 2915

Re: How to start headless?

Thanks odklizec