Search found 135 matches

by N612
Thu Jul 09, 2020 4:46 pm
Forum: General Questions
Topic: Parameters of module called from another module in report
Replies: 4
Views: 1198

Re: Parameters of module called from another module in report

since test cases can't be reused. While test cases cannot be reused, have you looked into test module groups (linked below)? They are a single container for multiple modules, and in a sense, can be used as a "test case" that can be reused with a single point of maintenance. https://www.ranorex.com/...
by N612
Thu Jul 02, 2020 9:35 pm
Forum: Bug Reports
Topic: when i try to upgrade scripts from 5.0 to 6.3 getting error
Replies: 1
Views: 1304

Re: when i try to upgrade scripts from 5.0 to 6.3 getting error

Try opening the *.csproj file and change the ToolsVersion to "4.0" (usually on the line 2).

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <PropertyGroup>
  ...
by N612
Tue Jun 30, 2020 10:17 pm
Forum: Mobile Testing
Topic: Connection issue for iOS Automation
Replies: 6
Views: 1737

Re: Connection issue for iOS Automation

Disconnections are not expected. From my experience, wifi connections are more stable. Snapshots during runtime will likely help narrow down this issue. You can capture a snapshot of the root /mobileapp repository item in a test suite teardown if the point of failure is not predictable.
by N612
Tue Jun 30, 2020 10:10 pm
Forum: How To …
Topic: How to configured and use WebDriver in the Ranorex?
Replies: 18
Views: 5069

Re: How to configured and use WebDriver in the Ranorex?

You can switch between local web and a selenium endpoint via the endpoint panel. Select "Local host" for local web.
by N612
Mon Jun 22, 2020 7:22 pm
Forum: Mobile Testing
Topic: device is not found in the list of endpoints
Replies: 2
Views: 1591

Re: device is not found in the list of endpoints

I have done some remote testing on mobile devices but I believe I use a different configuration than you. My remote machine runs Ranorex and has the devices connect to it. I simply connect to that remote machine and use Ranorex on that remote machine, the same machine that the devices are connect to...
by N612
Wed May 20, 2020 3:18 pm
Forum: General Questions
Topic: Default Layout issue
Replies: 2
Views: 945

Re: Default Layout issue

This looks like a DPI scaling issue. DPI not equal to 100% not only has weird scaling in Ranorex Studio, it can also break automation and throw off the location of the element in the AUT. Set the machine's DPI scaling to 100% and see if this fixes it - https://www.top-password.com/blog/change-dpi-sc...
by N612
Tue Apr 28, 2020 6:20 pm
Forum: General Questions
Topic: Convert Adapter into RepoItemInfo
Replies: 4
Views: 1633

Re: Convert Adapter into RepoItemInfo

I am not sure if this is 100% accurate, but you can convert between C# and VB - https://www.developerfusion.com/tools/c ... to-csharp/
by N612
Wed Apr 15, 2020 4:51 pm
Forum: General Questions
Topic: How to add a plugin in Ranorex
Replies: 1
Views: 1022

Re: How to add a plugin in Ranorex

Can you provide more information on what 'plugin' you are trying to import and where you are trying to import it to? You can add libraries to your project by right-clicking references > add > add existing.
by N612
Thu Apr 09, 2020 8:05 pm
Forum: General Questions
Topic: Run Ranorex as Administrator through Jenkins
Replies: 5
Views: 1400

Re: Run Ranorex as Administrator through Jenkins

It appears Ranorex is accidentally trying to identifying part of itself (WPF.Core) and having trouble doing so. Upgrading Ranorex may resolve this issue. Alternatively, you can Whitelist your AUT so that Ranorex is only looking at your AUT or simply ignore this warning as it is just a warning for so...
by N612
Wed Apr 01, 2020 8:27 pm
Forum: General Questions
Topic: Need help ! Ranorex multiple test suite execution in jenkins
Replies: 10
Views: 3586

Re: Need help ! Ranorex multiple test suite execution in jenkins

Are you able to provide the Jenkins console output for this build that failed? This will hopefully contain more information on why it is failing.
by N612
Wed Apr 01, 2020 3:16 pm
Forum: General Questions
Topic: Passing configuration information
Replies: 2
Views: 1143

Re: Passing configuration information

Scenario 1 From the command line i have to trigger FirstTestSuite.rxtsxt(Config- FirstRun) and then SecondTestSuite.rxtst(Config-NormalRun) in one shot. Scenario 2 From the command line i have to trigger FirstTestSuite.rxtsxt(Config- SecondRun) and then SecondTestSuite.rxtst(Config-SanityRun) in on...
by N612
Tue Mar 31, 2020 9:31 pm
Forum: General Questions
Topic: Ranorex User Guide
Replies: 4
Views: 2414

Re: Ranorex User Guide

I was able to find another copy here for you :)
https://www.scribd.com/document/3386546 ... torial-pdf
by N612
Tue Mar 31, 2020 9:27 pm
Forum: General Questions
Topic: How to add custom PopupWatcher.
Replies: 3
Views: 1435

Re: How to add custom PopupWatcher.

There are some great code examples in the user guide to help you get started with this (see: "Handling unexpected dialogs ") - https://www.ranorex.com/help/latest/hands-on-application-topics/ranorex-code-examples/. This should be initialized and started before the popup can exists. Generally this is...
by N612
Wed Mar 25, 2020 6:51 pm
Forum: General Questions
Topic: Problem with ReportToPDF - Assembly error
Replies: 2
Views: 1178

Re: Problem with ReportToPDF - Assembly error

After ADO builds, make sure to do a NuGet restore after. This should grab the ReportToPDF files needed from NuGet.
ado.png
by N612
Thu Mar 19, 2020 4:22 pm
Forum: Object Identification and Technologies
Topic: Support for DotNet Browser Control & Angular
Replies: 4
Views: 1804

Re: Support for DotNet Browser Control & Angular

I do not think Angular is the issue here, but how it is embedded in the WPF/Winforms app. Are you using CEF or something similar? You may need to open the debug port in the embedded framework for Ranorex to see the objects properly. See: https://www.ranorex.com/help/latest/interfaces-connectivity/te...