Search found 127 matches

by BCTest
Wed Mar 20, 2024 12:09 pm
Forum: How To …
Topic: Multiple TestContainers with identical names.
Replies: 0
Views: 301

Multiple TestContainers with identical names.

Hi,

Hello,

in our tests, there are containers with the same name: How can I get a list of all containers with the same name?

Just to clarify: If the name is unique, "TestSuite.Current.GetTestContainer" is sufficient.

Regards,
BcTest
by BCTest
Thu Jan 04, 2024 8:58 am
Forum: Automation API
Topic: Global timeout
Replies: 1
Views: 3095

Global timeout

Hello, I have a general question: Is there a global timeout for recordings or actions? I unintentionally wrote a test that attempts to write into an input field while a modal dialog is displayed above this edit field. Ranorex's PressKey method appears to wait for the modal dialog to disappear (indef...
by BCTest
Thu Nov 23, 2023 9:42 am
Forum: Bug Reports
Topic: Warning: Folder not empty
Replies: 2
Views: 4563

Re: Warning: Folder not empty

Hi, I managed to locate the undeleteable files ... ... and it is really ... :roll: ... After building a solution the file .NETFramework,Version=v4.8.AssemblyAttributes.cs seems not be deleted, it is still present in ``..\obj\x86\Debug|Release``. But much more confusing is, that always after cleaning...
by BCTest
Thu Nov 23, 2023 8:59 am
Forum: Bug Reports
Topic: Warning: Folder not empty
Replies: 2
Views: 4563

Re: Warning: Folder not empty

Hi, I took a closer look on the build target mentioned in the warning C:\Program Files (x86)\Ranorex\Studio\Bin\Ranorex.MSBuild.Targets(157,9): warning : Das Verzeichnis ist nicht leer. When I open "Ranorex.MSBuild.Targets" in the Ranorex bin-folder I can see two occurrences of this build target. <U...
by BCTest
Wed Nov 22, 2023 9:31 am
Forum: Bug Reports
Topic: Warning: Folder not empty
Replies: 2
Views: 4563

Warning: Folder not empty

Hi, after updating Ranorex from version 10.7.0 to 10.7.6 we get a new warning when cleaning a solution via Ranorex Studio: warning.png The same behaviour occurs when building our solution via Jenkins (ant those warnings made our jobs instable): 9>C:\Program Files (x86)\Ranorex\Studio\Bin\Ranorex.MSB...
by BCTest
Tue Oct 24, 2023 6:43 am
Forum: Object Identification and Technologies
Topic: Error: Element is not visible in the UI and thus click can't be perfomed.
Replies: 4
Views: 5614

Re: Error: Element is not visible in the UI and thus click can't be perfomed.

Hi, The same situation applies here. A frequently used recording is failing in one specific test, as mentioned earlier. This issue does not occur in all other test runs. The problem arises because an element cannot be located, even though it exists. Initially, a warning message is displayed: The mou...
by BCTest
Thu Sep 14, 2023 2:28 pm
Forum: Bug Reports
Topic: Warnings on Cleaning a build if the bin folder does not exist
Replies: 4
Views: 3975

Re: Warnings on Cleaning a build if the bin folder does not exist

Hi, what about a different approach: In the Compiling tab of the project, it's possible to suppress warnings. How do I phrase the entry to suppress the warnings ' warning : Failed to clean generated shortcuts ' ' warning : Failed to clean report metadata files ,' and ' warning : Failed to clean inte...
by BCTest
Thu Aug 24, 2023 6:20 am
Forum: How To …
Topic: How to prevent update and restart by Windows
Replies: 0
Views: 7158

How to prevent update and restart by Windows

Hi,

what is the best practice to prevent Windows from updating and restarting the system under test during a Ranorex test?

Regards,
BcTest
by BCTest
Thu Apr 20, 2023 9:17 am
Forum: Object Identification and Technologies
Topic: How to select a tabpage which is initially not shown?
Replies: 4
Views: 3629

Re: How to select a tabpage which is initially not shown?

If not visible then click the UpDown until visible? This is actually our problem: How can we check, if we have to click UpDown or not? As you can see in the attached image the feature Visible is True despite the tabpage is not visible. Something like While (!tabpage.Visible) UpDown.Click() tabpage....
by BCTest
Thu Apr 20, 2023 8:35 am
Forum: Object Identification and Technologies
Topic: How to select a tabpage which is initially not shown?
Replies: 4
Views: 3629

How to select a tabpage which is initially not shown?

Hi, we want to select a tabpage which might be not shown initially: How can Ranorex select a tabpage which can be visible or not? As shown in the attached image and snapshot the tabpage "Mengenstaffel" (at Index 9) is not visible so a simple mouse-click won't select this tabpage. Humans simply click...
by BCTest
Thu Apr 06, 2023 6:45 am
Forum: Automation Tools
Topic: Unused Recordings: How to search for
Replies: 3
Views: 3405

Re: Unused Recordings: How to search for

csaszi89 wrote:
Mon Mar 13, 2023 5:36 pm
1. Open .rxtst file with Notepad++
2. Ctrl+F and search for the module in question
I agree, this will work fine if you search for explicit one or two recordings - but it may be a pain, if you search for many recordings in this manner.

Regards,
BCTest
by BCTest
Mon Feb 13, 2023 8:20 am
Forum: Automation Tools
Topic: Unused Recordings: How to search for
Replies: 3
Views: 3405

Unused Recordings: How to search for

Hi,

just a simple question: How can I search for unused recordings in RxStudio?

Regards,
BcTest
by BCTest
Wed Oct 19, 2022 10:06 am
Forum: Bug Reports
Topic: Rx10.3: Jenkins can't parse junit-files any more
Replies: 0
Views: 930

Rx10.3: Jenkins can't parse junit-files any more

Hi, anyone else having problems with junit-reports since update to Rx10.3? We're using this call in groovy-Pipelines: xunit([JUnit(deleteOutputFiles: true, failIfNotNew: false, pattern: '**/*.junit.xml', skipNoTestFiles: false, stopProcessingIfError: true)]) Immediately after the update Jenkins gene...
by BCTest
Fri Oct 14, 2022 8:05 am
Forum: Automation API
Topic: How to check for invisible elements in Rx 10.3?
Replies: 0
Views: 4075

How to check for invisible elements in Rx 10.3?

Hi,
since Rx 10.1.6 object recognition of invisible elements doesn't seem to work (as before), so how can Ranorex actually check for invisible elements?
For further information please check https://www.ranorex.info/invisible-cont ... tml#p71040!

Regards,
BCTest
by BCTest
Thu Oct 13, 2022 11:19 am
Forum: Bug Reports
Topic: Invisible controls missing from v10.2.1
Replies: 15
Views: 9723

Re: Invisible controls still missing in v10.3.0

Hi,

here the same after upgrading to 10.3.0: Invisible items are still missing.
Is this a feature or a bug? Should we downgrade because this will be fixed or should we fix all affected test-cases to face this new behaviour?

Regards,
BcTest