Search found 13 matches

by A_C
Mon Mar 04, 2024 7:16 pm
Forum: Automation Tools
Topic: Remote Agent and CefSharp
Replies: 0
Views: 82

Remote Agent and CefSharp

Hi Hope you can help me. I have the following setup: System1: For test delelopment. Ranorex Studio runs here. I start tests from the studio which are executed on system2. System2: Here runs the AUT and the Ranorex Agent. AUT is wpf with cefsharp. The "Ranorex - Interfaces and Connectivity UserGuide"...
by A_C
Thu Jan 26, 2023 3:58 pm
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

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

Hello After an update from version 10.1.0 to 10.5.1 i have some problems with the visibility of items. After some attempts of fixing the probmle my code locks like this: Validate.AttributeEqual(repo.xxx, "Enabled", "true"); repo.xxx.EnsureVisible(); repo.xxx.WaitForAttributeEqual(5000, "Visible", "t...
by A_C
Thu Jul 26, 2018 6:56 am
Forum: Automation Tools
Topic: How to bind variables to global parameters
Replies: 3
Views: 3434

Re: How to bind variables to global parameters

Hello McTurtle , thanks for your advice, that works. But is have also found an easier solution. You can read and set global parameters with TestSuite.Current.Parameters["GlobalParam"]. This line in the calles module does the job. namespace ModuleInModuleCall { variable = TestSuite.Current.Parameters...
by A_C
Wed Jul 25, 2018 11:30 am
Forum: Automation Tools
Topic: How to bind variables to global parameters
Replies: 3
Views: 3434

How to bind variables to global parameters

Hi

I want to bind a module variable to a global variable.
The problem is that the module is only called in user code and so it is not part of the test suite.
Is there an easy way to do that?
by A_C
Wed Feb 01, 2017 10:48 am
Forum: How To …
Topic: Sharing Recording Modules among solutions
Replies: 3
Views: 3414

Re: Sharing Recording Modules among solutions

Hello This is quite old, but i have a qustion regarding this topic. I have tried to link a module from one project to another in the way it is described above, but as far as i see this just copies the module and it is not a link of it. When i do changes of the module in one project, they are not tra...
by A_C
Thu Oct 29, 2015 8:35 am
Forum: Automation Tools
Topic: Different XPath in different Windos Design
Replies: 6
Views: 2530

Re: Different XPath in different Windos Design

Here are the snapshots.

@krstcs Thanks
by A_C
Wed Oct 28, 2015 6:36 pm
Forum: Automation Tools
Topic: Different XPath in different Windos Design
Replies: 6
Views: 2530

Re: Different XPath in different Windos Design

What do you mean with different versions? Its always Windows7.

Just the Design / Style is different (Control Panel\All Control Panel Items\Personalization).
by A_C
Wed Oct 28, 2015 5:18 pm
Forum: Automation Tools
Topic: Different XPath in different Windos Design
Replies: 6
Views: 2530

Different XPath in different Windos Design

Ranorex spy creates different Xpaths according to the windows design (Control Panel\All Control Panel Items\Personalization). I use Windows 7. Design: Windows Classic Xpath: /form[@title='Warnung']/button[@controlname='Yes'] Example: Design Windows 7 Basic: Xpath: /form[@title='Warnung']/?/?/element...
by A_C
Tue Jan 20, 2015 9:17 am
Forum: Automation Tools
Topic: Skip testcase according to variable in excel sheet
Replies: 3
Views: 1912

Re: Skip testcase according to variable in excel sheet

Thank you, but it is not really the same situation. I have inly one testcase in the ranorex studio and this testcase will be executed many times, according to the rows in the excel file. And i want to be able to skip data rows in the excel file (skip iterations not testcases). Your example is about ...
by A_C
Tue Jan 20, 2015 7:53 am
Forum: Automation Tools
Topic: Skip testcase according to variable in excel sheet
Replies: 3
Views: 1912

Skip testcase according to variable in excel sheet

Hello I have a test automation which uses an excel sheet as data connector. I would like to have the first variable in the sheet called "Skip_Testcase", it should be filled with "Yes" or "No". If the variable is filled with "Yes" the testcase should be skipped and if possible marked as skipped in th...
by A_C
Thu Oct 02, 2014 8:05 am
Forum: Automation Tools
Topic: Store database in csv file
Replies: 1
Views: 1731

Store database in csv file

I want to store the result of a select statement in a csv file. Is there a "out of the box" solution for this?

Afterwards i want to compare this csv with a prepared csv file which contains my expected results. Is there a possibility to compare files in ranorex?
by A_C
Mon Jun 24, 2013 9:20 am
Forum: Automation Tools
Topic: Testcase order
Replies: 3
Views: 1867

Re: Testcase order

How can I manage to bind the data in TestcaseA? I have the modul variables only available in Testcase1, Testcase2, ...
by A_C
Fri Jun 21, 2013 12:13 pm
Forum: Automation Tools
Topic: Testcase order
Replies: 3
Views: 1867

Testcase order

Hi My File View looks like: Testsuite Testcase1 Testcase2 Testcase3 ... I have two inputdata sets and Ranorex executs it like Testcase1, Testcase1, Testcase2, Testcase2, Testcase3, Testcase3 Are there any settings to change that behavior so that it is executed like Testcase1, Testcase2, Testcase3, T...