Search found 21 matches

by andrii.savka
Wed Oct 27, 2021 8:34 pm
Forum: General Questions
Topic: Logging actions between Ranorex and QT program
Replies: 1
Views: 753

Logging actions between Ranorex and QT program

Hello,

During execution, we saw that our application is logging some actions from Ranorex (or Ranorex QT plugging).
2021-10-27_22-30-17.png
Is it possible somehow to disable this?

Thanks in advance!
by andrii.savka
Fri May 21, 2021 8:11 am
Forum: General Questions
Topic: Ranorex agent execution problem
Replies: 7
Views: 1196

Re: Ranorex agent execution problem

Hi, I found the problem, projects were upgraded to support .net framework 4.7.2, but on remote devices were installed only .net 4.6.2 framework packages. I tried to execute the tests manually and received only a crash with the message: Faulting module name: KERNELBASE.dll. I really don't know why th...
by andrii.savka
Thu May 20, 2021 10:50 am
Forum: General Questions
Topic: Ranorex agent execution problem
Replies: 7
Views: 1196

Re: Ranorex agent execution problem

Yes, removed and added one more time,
I also installed a Remote agent on another machine and tried to run using it, but no luck too.
by andrii.savka
Thu May 20, 2021 9:50 am
Forum: General Questions
Topic: Ranorex agent execution problem
Replies: 7
Views: 1196

Re: Ranorex agent execution problem

Hi,

I'm trying to execute tests via agent using Ranorex Studio.
I have tried to reinstall the agent, but this did not help.

When I click on the Run button in Remote view, the project is built, and after that nothing happened.
by andrii.savka
Wed May 19, 2021 4:07 pm
Forum: General Questions
Topic: Ranorex agent execution problem
Replies: 7
Views: 1196

Ranorex agent execution problem

Hi, Previously we have installed a Remote agent and used it for execution. But now when we start Remote execution, the solution is building on the dev machine and nothing happened on the Remote agent. I checked logs and they are empty, just message: 2021-05-19 17:44:28.1742 Ranorex.Dex.Client.Agent....
by andrii.savka
Fri May 14, 2021 11:52 am
Forum: Automation Tools
Topic: Execute external tool\script when building the project in Ranorex Studio
Replies: 10
Views: 2041

Re: Execute external tool\script when building the project in Ranorex Studio

I have created a new project just for the check. As you can see no TEST value in build logs:
2021-05-14_13-49-26.png
by andrii.savka
Thu May 13, 2021 6:05 pm
Forum: Automation Tools
Topic: Execute external tool\script when building the project in Ranorex Studio
Replies: 10
Views: 2041

Re: Execute external tool\script when building the project in Ranorex Studio

Hi odklizec,

I have tried to add a call of a bat file that would execute the PowerShell script with parameters.
But nothing happened when I had built a solution.
2021-05-13_19-58-33.png
by andrii.savka
Wed May 12, 2021 1:47 pm
Forum: Automation Tools
Topic: Execute external tool\script when building the project in Ranorex Studio
Replies: 10
Views: 2041

Execute external tool\script when building the project in Ranorex Studio

Hi, We want to inspect our code using ReSharper command-line tools. So we have created a PowerShell script that can execute it. But we need to do it manually after we build the project. We want to somehow execute the PowerShell script when we build the solution from Ranorex Studio (after the build a...
by andrii.savka
Fri Apr 30, 2021 8:30 pm
Forum: Automation API
Topic: Test case name length and JUnit report import
Replies: 2
Views: 1837

Test case name length and JUnit report import

Hi. So the situation is this: We have TMS, where we import our Ranorex JUnit XML report. To receive successful import all our test names in the report should be the same as in our TMS. But the main problem is that we have long names, and as I understood, the test name in Ranorex has some limitations...
by andrii.savka
Tue Apr 20, 2021 6:38 pm
Forum: Object Identification and Technologies
Topic: Validate.Equals() is always true
Replies: 2
Views: 1654

Re: Validate.Equals() is always true

Okay, I got it, thanks!
by andrii.savka
Mon Apr 19, 2021 6:08 pm
Forum: Object Identification and Technologies
Topic: Validate.Equals() is always true
Replies: 2
Views: 1654

Validate.Equals() is always true

Hi! I have a strange thing. we have such conditions: bool isContaines = true; bool actualResult = false; When I'm using this code Validate.Equals(isContaines, actualResult); - validation is always successful :o :shock: :?: . I used this validation as workaround Validate.IsTrue(actualResult.Equals(is...
by andrii.savka
Mon Apr 12, 2021 7:16 pm
Forum: Automation API
Topic: Columns was not created in Data Source (DataCache)
Replies: 2
Views: 1603

Re: Columns was not created in Data Source (DataCache)

Thank you odklizec.

I have used your code as an example and was able to update the data store.
by andrii.savka
Tue Apr 06, 2021 12:52 pm
Forum: Automation API
Topic: Columns was not created in Data Source (DataCache)
Replies: 2
Views: 1603

Columns was not created in Data Source (DataCache)

Hello. So the main idea is to get the table from UI and to store it in the cache of some data store. Also, we created some sort of generic data source with the name "GenericDataSource". How to set and get Columns values. We tried different cases but no luck. As you can see we created a columns colle...
by andrii.savka
Tue Mar 16, 2021 1:41 pm
Forum: Bug Reports
Topic: Checkbox can not be checked
Replies: 3
Views: 1796

Re: Checkbox can not be checked

Hello Ahmad,

I have also this problem.
Is any additional information about this incidence?

Best regards,
Andriy

PS. Downgrade to the 9.4.0 version showed that this issue appears in the 9.4.1 version.