Search found 17 matches

by damien
Fri Apr 30, 2021 11:54 am
Forum: Automation Tools
Topic: Issue: LineageGlueRule 'qt_child_components'
Replies: 3
Views: 1359

Re: Issue: LineageGlueRule 'qt_child_components'

For those who might have the same problem, my issue here was that an UI element has been changed and Ranorex couldn't find the path anymore.
You can easily check with "Spy" if the RanorexxPath is broken or not : some (x) are displayed next to the last path of your UI element
by damien
Tue Apr 20, 2021 12:27 pm
Forum: Automation Tools
Topic: Issue: LineageGlueRule 'qt_child_components'
Replies: 3
Views: 1359

Re: Issue: LineageGlueRule 'qt_child_components'

Allright,
thanks for your answer, I will then create a ticket as you propose.
by damien
Fri Apr 16, 2021 3:30 pm
Forum: Automation Tools
Topic: Issue: LineageGlueRule 'qt_child_components'
Replies: 3
Views: 1359

Issue: LineageGlueRule 'qt_child_components'

My colleague has an issue while running test suite to test our application. The tests are built correctly, the tests started but after some actions, the following message is returned: LineageGlueRule 'qt_child_components' caused HwndInvokerException on Execute. Exception of type 'Ranorex.Core.HwndIn...
by damien
Fri Apr 16, 2021 2:04 pm
Forum: Automation Tools
Topic: Running several Test Suites with Ranorex Test Suite Runner
Replies: 5
Views: 1800

Re: Running several Test Suites with Ranorex Test Suite Runner

It's perfect, thanks a lot for your quick and very helpful feedback !
by damien
Fri Apr 16, 2021 1:00 pm
Forum: Automation Tools
Topic: Running several Test Suites with Ranorex Test Suite Runner
Replies: 5
Views: 1800

Re: Running several Test Suites with Ranorex Test Suite Runner

Hi,
thanks for your answer, running with command line will be fine for me but I don't get it how I could do it.
Can you give me a quick example of what I should give into the command line based on the files that I have (picture attached)
That would be great !
by damien
Fri Apr 16, 2021 8:53 am
Forum: Automation Tools
Topic: Running several Test Suites with Ranorex Test Suite Runner
Replies: 5
Views: 1800

Running several Test Suites with Ranorex Test Suite Runner

Hello, I would like to see if it is possible to run several test suite in a row with Ranorex Test Suite Runner. I saw on that page: https://www.ranorex.com/help/latest/ranorex-studio-fundamentals/test-suite/multiple-testsuites/ that it is possible to do it with Ranorex Studio but would like to do it...
by damien
Thu Apr 15, 2021 7:29 pm
Forum: Automation Tools
Topic: Finding a value in a file
Replies: 2
Views: 1085

Re: Finding a value in a file

Thanks a lot for your reply, that's what I was thinking. I will try to implement that
by damien
Wed Apr 14, 2021 2:06 pm
Forum: Automation Tools
Topic: Finding a value in a file
Replies: 2
Views: 1085

Finding a value in a file

Version used: Ranorex 9.3.0 At the moment I'm using your defined function (in UserCode Collection): ValidateFileContainsText. This helps me to find if a specific string value is present in my file. I would like now to have the possibility to find an integer value in that file and check if that value...
by damien
Tue Apr 13, 2021 3:28 pm
Forum: Automation Tools
Topic: ValidateFileContainsText
Replies: 2
Views: 1274

Re: ValidateFileContainsText

I only see your post right now.
And thanks it works perfectly fine!
by damien
Tue Jan 05, 2021 1:55 pm
Forum: Automation Tools
Topic: ValidateFileContainsText
Replies: 2
Views: 1274

ValidateFileContainsText

Hello,

I'm using the method " ValidateFileContainsText" to check if a certain value exists in that file.
Do I have the possibility to check if a certain value doesn't exist in that file ? How can I do that easily ?

Thanks in advance !
Damien
by damien
Wed Dec 16, 2020 9:21 am
Forum: Automation Tools
Topic: Big delay between play and pause
Replies: 1
Views: 1205

Big delay between play and pause

Hello, I have here an application with the same button for playing and pausing the video. I would like to stress my application by fast clicking on that button for several times. The issue that I have is that Ranorex takes a long time to detect my play button (when the video is playing and not in pa...
by damien
Wed Jul 01, 2020 3:21 pm
Forum: General Questions
Topic: Any ideea why output to console is not working?
Replies: 6
Views: 2002

Re: Any ideea why output to console is not working?

Thanks, it works much better :D
by damien
Wed Jul 01, 2020 12:45 pm
Forum: General Questions
Topic: Any ideea why output to console is not working?
Replies: 6
Views: 2002

Re: Any ideea why output to console is not working?

Hi, thanks for your usual quick feedback. Unfortunately I still didn't manage to have output, so I'm trying to be more precise and giving you some screenshots and explanations about what I do. So maybe we can find what I do wrong here :D So in the first file: @ 1: I have a user code @2: I would like...
by damien
Wed Jul 01, 2020 10:30 am
Forum: Automation Tools
Topic: Extract a chain of characters from text validation
Replies: 4
Views: 1533

Re: Extract a chain of characters from text validation

Allright I managed it, thanks for the support.

I just add to create an usercode for the validation part
by damien
Wed Jul 01, 2020 10:29 am
Forum: General Questions
Topic: Any ideea why output to console is not working?
Replies: 6
Views: 2002

Re: Any ideea why output to console is not working?

I have the same issue, I don't manage to have the following displayed in the Output/Debug
System.Diagnostics.Debug.WriteLine("bla, bla, bla");

Is there a setting to activate ?