Search found 15 matches

by rezme
Tue Sep 18, 2018 3:39 pm
Forum: General Questions
Topic: Ranorex always uses System.Net.Http.dll from the GAC regardless of referenced package version
Replies: 4
Views: 2706

Re: Ranorex always uses System.Net.Http.dll from the GAC regardless of referenced package version

No, still having the same issue. I can build all the ranorex projects just fine if I open the .sln file in Visual Studio 2017, but those same projects that are utilizing System.Net.Http are failing when attempting to build in Ranorex, citing the version mismatch between the expected version (4.1.1.2...
by rezme
Thu Sep 13, 2018 7:16 pm
Forum: General Questions
Topic: Ranorex always uses System.Net.Http.dll from the GAC regardless of referenced package version
Replies: 4
Views: 2706

Ranorex always uses System.Net.Http.dll from the GAC regardless of referenced package version

Running into an issue with Ranorex where I have a project that utilizes System.Net.Http version 4.1.1.2, and I've installed the NuGet package for version 4.3.3.3, but Ranorex won't point the reference to the updated dll, and instead references the one in the GAC https://i.imgur.com/D0NCN2j.png Here,...
by rezme
Wed Mar 08, 2017 4:58 pm
Forum: General Questions
Topic: JSON Issues
Replies: 1
Views: 2371

JSON Issues

Not sure if this is the right board to post to, so if the post needs to be moved, I understand. I'm working with an existing automation project that has been working fine. We've got it linked to testrail, and are able to post results there via JSON with no issues (prior to this). Recently, a part of...
by rezme
Wed Jul 20, 2016 3:48 pm
Forum: General Questions
Topic: Programmatically accessing Ranorex report elements
Replies: 3
Views: 3466

Re: Programmatically accessing Ranorex report elements

Checked out your code, and it appears just to deal with status. I'm able to get the test case status with no issues, what I'm trying to get is the text that appears in each step at the end in the ranorex report. Basically a text based ranorex report. I have to get this during runtime, as the last st...
by rezme
Fri Jul 08, 2016 8:36 pm
Forum: General Questions
Topic: ReportToPDF: Parameter is not Valid
Replies: 6
Views: 3058

Re: ReportToPDF: Parameter is not Valid

Disregard, I figured the problem out. For anyone else having this issue here's what happened. A: I was using the wrong report. I was trying to use the temp report sitting in the execution directory, which is apparently incomplete. That was the reason for "parameter invalid" exceptions. I resolved th...
by rezme
Fri Jul 08, 2016 7:37 pm
Forum: General Questions
Topic: ReportToPDF: Parameter is not Valid
Replies: 6
Views: 3058

Re: ReportToPDF: Parameter is not Valid

Side note: I just tried the executable converter with the files I supplied, and I get "parameter is not valid" there as well. Something's hinky with those report files, but I didn't change anything about reporting from the default. No custom icons as the previous poster had going on, no changes to t...
by rezme
Fri Jul 08, 2016 3:25 pm
Forum: General Questions
Topic: ReportToPDF: Parameter is not Valid
Replies: 6
Views: 3058

Re: ReportToPDF: Parameter is not Valid

The person who posted this seemed to have a similar issue to mine. I’m attempting to get a copy of the report as the last step in the test suite. Using the information I found in http://www.ranorex.com/forum/save-report-during-runtime-t5904.html I was able to get a cached copy of the report that is ...
by rezme
Thu Jul 07, 2016 5:25 pm
Forum: Bug Reports
Topic: Ability to click lost after running test
Replies: 7
Views: 2005

Re: Ability to click lost after running test

We finally saw a cessation of this behavior with the 5.4 upgrade.
by rezme
Thu Jul 07, 2016 3:05 pm
Forum: General Questions
Topic: Programmatically accessing Ranorex report elements
Replies: 3
Views: 3466

Programmatically accessing Ranorex report elements

Hi all, I'm currently working on a project integrating TestRail into our Ranorex automation, and it's been going well so far, but I've run into something that google has been unable to supply an answer to, thus far. At the end of each test case, I have a module that grabs the status of the test, and...
by rezme
Tue Nov 03, 2015 6:13 pm
Forum: General Questions
Topic: Report details not generating if module fails
Replies: 1
Views: 1306

Report details not generating if module fails

First, let me detail our setup. We use ranorex to build libraries of commonly used functions in our software, so as to eliminate creating the same module for suite after suite. We have a series of projects that are all library projects that we build basic functions in, and then reference those libra...
by rezme
Thu Apr 09, 2015 3:34 pm
Forum: Bug Reports
Topic: Ability to click lost after running test
Replies: 7
Views: 2005

Re: Ability to click lost after running test

Apologies, I just found out about the 2000$ per license upgrade cost and it was a bit of a stunner. I forgot that the forum is user supported rather than manned by Ranorex support staff, so the suggestion (in light of my short memory) came off as a push to pay for more licensing. I'll give your othe...
by rezme
Thu Apr 09, 2015 3:14 pm
Forum: Bug Reports
Topic: Ability to click lost after running test
Replies: 7
Views: 2005

Re: Ability to click lost after running test

Unfortunately, since we have to pay $14000 to implement your suggestion, this is a bit of an expensive troubleshooting step. Is this behavior you know for sure is fixed by the update, or is this just a wild guess falling under the blanket of "older versions not supported" support methodology?
by rezme
Tue Apr 07, 2015 1:52 pm
Forum: Bug Reports
Topic: Ability to click lost after running test
Replies: 7
Views: 2005

Ability to click lost after running test

Hi, we've been experiencing some issues with Ranorex version 5.2.2.21596 where we lose the ability to click within the Ranorex dev environment following run of a test. The UI still responds to mouse scroll using the wheel. The mouse cursor itself still moves fine, and the UI will respond to keyboard...
by rezme
Wed Apr 09, 2014 2:17 pm
Forum: Bug Reports
Topic: Ranorex.ExcelWorkSheet() function crashes on Windows 2003
Replies: 12
Views: 2742

Re: Ranorex.ExcelWorkSheet() function crashes on Windows 2003

I'm experiencing something similar to the issue above on Ranorex 4.1.5. When my application spawns a file browser dialog, I am unable to interact with the "File Name" dropdown of the file browser object without Ranorex quitting entirely. http://i.imgur.com/HkVhVCk.png Here are the repro conditions: ...
by rezme
Wed Mar 12, 2014 1:45 pm
Forum: General Questions
Topic: Edit and Continue feature no longer available
Replies: 3
Views: 1774

Re: Edit and Continue feature no longer available

Is this something you guys are working on getting functional again? I ask, because some of the tests I'm working on take several hours to complete, and if I have to debug a section of code near the end, the down time I experience getting to a point where the changes I've made in my code take place, ...