Search found 8 matches

by ujjainkarh
Wed Jul 22, 2020 8:06 am
Forum: Bug Reports
Topic: Out of memory exception
Replies: 1
Views: 2914

Out of memory exception

Ranorex version - 9.2.0 OS - Windows 10 (Version - 1809 Build - 17763.1282) While doing execution, got below exception. Execution was stuck and need to kill AUT and Ranorex. This is hampering execution. Can you please check? System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException...
by ujjainkarh
Wed Apr 03, 2019 10:14 am
Forum: General Questions
Topic: Ranroex 9.0: Build generation issue
Replies: 3
Views: 1153

Re: Ranroex 9.0: Build generation issue

Hi, We did installation using exe file. All prerequisite are installed during installation. We tried installation multiple times but no luck. There is no problem with antivirus because MSBuild command is working fine via command line. I think, Ranorex uses same to build automation code. Thanks, Hemc...
by ujjainkarh
Tue Apr 02, 2019 1:20 pm
Forum: General Questions
Topic: Ranroex 9.0: Build generation issue
Replies: 3
Views: 1153

Ranroex 9.0: Build generation issue

Hi, I am facing issue while building ranorex project through Ranorex studio. All required files *.rxtst, test data folder is not getting copied to output directory. Copy to output directory option is set to True. I tried building same solution using MSBuild command from command line and it worked. I...
by ujjainkarh
Fri Feb 17, 2017 10:44 am
Forum: Automation Tools
Topic: Lots of Excel processes created after opening RXTST file
Replies: 1
Views: 1874

Lots of Excel processes created after opening RXTST file

Hello, I am using excel data connectors for data binding in my project. Whenever I open the .rstxt file, lots of excel processes are created which made the machine slow. I have to wait to work with Ranorex until all the excel.exe's are created. Ranroex version 6.1.1 is used in project. This is happe...
by ujjainkarh
Thu Nov 17, 2016 11:06 am
Forum: Automation Tools
Topic: New Ranorex 6.1.1 issues
Replies: 1
Views: 1900

New Ranorex 6.1.1 issues

Hi Team, I have been using Ranorex 6.1.1 and faced below issues 1. Ranorex crashes a. if you are in debugging code and stop execution b. Navigate to repository item from code pressing F12 c. Spy item during execution 2. Takes longer time for execution – E.g. clicking on button. Are there any setting...
by ujjainkarh
Thu May 26, 2016 1:23 pm
Forum: Bug Reports
Topic: Ranorex 6 - Debug mode is not released after execution.
Replies: 1
Views: 1768

Ranorex 6 - Debug mode is not released after execution.

The new feature of "Enable Debugging" - I am facing problem while using this feature. While execution if you enable Debug mode then after completing execution, debug mode is not released after clicking button. Steps to reproduce: 1. Select test case to execute by enabling debug mode. 2. Execute test...
by ujjainkarh
Thu Jan 21, 2016 6:04 am
Forum: Automation Tools
Topic: Not able indentify control on Windows 10
Replies: 2
Views: 1925

Not able indentify control on Windows 10

Hi All, For our desktop application, we are not able to identify button control on windows 10 machine but same control is identified on windows 7 machine by Ranorex Spy. Ranorex version - 5.3.1 Xpath of control - /form[1]/button[@text='&Yes'] Is there any way to use same control on both OS ? Thanks ...
by ujjainkarh
Fri Jul 10, 2015 8:38 am
Forum: Automation API
Topic: How to select test cases in current configuration using code
Replies: 1
Views: 2269

How to select test cases in current configuration using code

Hi, I am working on utility to run failed test cases using code after first round of execution. I want to select and tick failed test cases in .rxtst file from current run configuration. I am trying to set .Checked status of test case but not able to do it using code. I have used below code. // Get ...