Questions tagged [ranorex]

Ranorex is a commercial UI test automation framework for testing many different application types including Web 2.0, WPF, Flash/Flex, Silverlight, Qt, .NET and Java.

Ranorex is a commercial UI test automation framework for testing many different application types including Web 2.0, WPF, Flash/Flex, Silverlight, Qt, .NET and Java.

204 questions
5
votes
1 answer

Ranorex API can't find a web element which Ranorex Spy finds

I try to find a table row. First, I used Ranorex Spy, and try to use the following rXpath expression: /dom[@domain='127.0.0.1']//table//td[@innertext='john.doe@acme.com']/../following-sibling::tr/.[1] Ranorex Spy finds and highlights this tag…
Eugene
  • 5,353
  • 6
  • 27
  • 37
4
votes
3 answers

Automate tests on virtual machine without graphical session

Context : I execute automated GUI tests on virtual machines (there are few of them) on running on windows and using UFT/Ranorex, executions are piloted by Jenkins. Problem: VM must have an active graphic session, otherwise, UFT won't run GUI tests…
Srulik_K
  • 41
  • 1
  • 5
4
votes
3 answers

How to wait an element is visible on Ranorex?

In Ranorex, I found how to wait for the existence of an element, but I don't find how to wait the element is visible. I want to do the same thing, but I want to wait until the element is visible. Unfortunately, I just see Exist and Not Exist as…
user6558241
3
votes
0 answers

Get BackgroundColor/ForegroundColor of external Java application

I'm writing automation test script for checking a target application run by Java Swing framework. It using Java Access bridge library to detect element inside target application. However, this library can only get name / role / position / states of…
phibao37
  • 2,230
  • 4
  • 26
  • 35
3
votes
1 answer

Load performance using Neoload with Ranorex

I'm trying to use NeoLoad for performance with Ranorex and here is my code i have a Ranorex code and Neoload code that calls Ranorex code to be executed. When I run the second code I get this error: No scenario name available. Please set a valid…
Ahmed Sayed
  • 155
  • 1
  • 2
  • 10
3
votes
1 answer

Issues creating and writing data to a CSV file using C#

I'm using C# Code in Ranorex 5.4.2 to create a CSV file, have data gathered from an XML file and then have it write this into the CSV file. I've managed to get this process to work but I'm experiencing an issue where there are 12 blank lines created…
3
votes
1 answer

ranorex: Who is using my floating license?

If I have a floating license for Ranorex 5.4, and I have several machines running. Can I tell which machine is using the license from the license server? If so, how?
amalgamate
  • 2,200
  • 5
  • 22
  • 44
3
votes
2 answers

Updating Ranorex Licence Server

We need to update Ranorex licence server from version 5.1 to version 5.3. What is the proper approach to not break the running tests? I searched on the Ranorex homepage for this issue yet, without finding anything.
else42.de
  • 465
  • 5
  • 23
3
votes
1 answer

Thread.Join() hangs intermittently after last line is passed in thread

I have console .NET application that is intended for execution of test automation. Application invokes a separate thread from the main thread and in that new thread executes automated script - as follows: void runScriptSeparateThread(TestScript…
Andrii Kalytiiuk
  • 1,501
  • 14
  • 26
3
votes
4 answers

Ranorex test automation issue: Unable to reliably click a button on silverlight web app

We have automated a few test cases using the Ranorex automation framework for a Silverlight web application. These test cases involve clicking buttons in order to invoke certain messages on the screen. In order to grab the button on the screen, we…
R.S.K
  • 2,114
  • 4
  • 26
  • 32
2
votes
0 answers

How to make tests depending less on what previous test do?

I am not a tester, but have to write tests for our WPF desktop software. We are using Ranorex. I am planning to have hundreds of test cases in single test suite. Probably grouped by using smart folders. Please criticize my plan if it's wrong. How to…
Sinatr
  • 20,892
  • 15
  • 90
  • 319
2
votes
1 answer

Cannot build solution after updating to Ranorex 9.1

I recently upgraded my Ranorex to the newest (9.1). Since then Ranorex won't build the solution anymore. It always says Build failed. Followed by Nothing to do. None of the projects in this solution specify any packages for NuGet restore. Does…
Robin Aegerter
  • 457
  • 3
  • 16
2
votes
3 answers

Screen resolution changes for the remote machine after safely closing the RDP session with "SupressWhenMinimzed"

First of all sorry for the (maybe not so specific) title as it consists of multiple topics. The issue atm i'm having is related to my test automation setup. It consists of a linux machine handling the BE + FE and starting of the test themselves. And…
Martin
  • 575
  • 6
  • 13
2
votes
1 answer

Issue linking Ranorex CodedUI tests to MTM/VSO 2013 CI following recent VSO update

We have an established CI process which links 118 Ranorex test cases to MTM test cases and runs them on a dedicated automation VM, which is triggered by a timed build in Visual Studio. The CI process is still working correctly, but I have just…
2
votes
2 answers

How can I run Ranorex automated tests from MTM?

I am trying to somehow connect Microsoft Test Manager and Ranorex together. what i have done till now is, I created a ranorex automated test with ranorex recoder, it seems to be OK. I added this ranorex project to Visual Studio and added a CodedUI…
1
2 3
13 14