Search found 8 matches

by txrackack
Tue Feb 28, 2017 6:12 pm
Forum: Automation Tools
Topic: nuget package dependency resolution
Replies: 4
Views: 2758

Re: nuget package dependency resolution

As it turned out I went to the source project for the nuget package I was trying to install and found that there was an update to the Oracle ODP. After performing the update and publishing the updated solution I was then able to install the updated nuget package in the Ranorex solution. Not certain ...
by txrackack
Tue Sep 13, 2016 5:41 pm
Forum: General Questions
Topic: After updating ranorex TO 6.1 - Agents slowed down
Replies: 5
Views: 1209

Re: After updating ranorex TO 6.1 - Agents slowed down

True. It turns out that the agent 1.0.50.msi version does not appear to have incremented. This is what led to my confusion. I downloaded again from the Ranorex 6.1 section and reinstalled and it now asks to download the 6.1.0 runtime. This really is a nuisance issue but should be corrected. I don't ...
by txrackack
Mon Sep 12, 2016 11:29 pm
Forum: General Questions
Topic: After updating ranorex TO 6.1 - Agents slowed down
Replies: 5
Views: 1209

Re: After updating ranorex TO 6.1 - Agents slowed down

Where can i find the updated agent MSI that will install the ranorex 6.1.0 runtime? Seems that it is only asking for 6.0.2 I would also accept a location from which i can download the 6.1.0 runtime and i'll install it manually.
by txrackack
Fri Sep 09, 2016 5:34 pm
Forum: Mobile Testing
Topic: Handle iOS Notifications popup after uninstall/install
Replies: 2
Views: 1805

Handle iOS Notifications popup after uninstall/install

I am using a the instrumentation command line to uninstall and then install an iOS application that has notifications. My next step is to execute the ranorex tests against the newly installed application. Because of the popup for allowing notifications, which apple requires, my test is failing. I ha...
by txrackack
Fri Jul 15, 2016 6:46 pm
Forum: How To …
Topic: How to call web api service from Test User Code
Replies: 2
Views: 2757

Re: How to call web api service from Test User Code

As of now it appears that the service is taking much longer when called via Ranorex but I have had it work correctly a few times. Will update if I find more but in the meantime if there are any ideas on if anything in Ranorex or its processes could be slowing this down I would greatly appreciate the...
by txrackack
Fri Jul 15, 2016 5:32 pm
Forum: How To …
Topic: How to call web api service from Test User Code
Replies: 2
Views: 2757

How to call web api service from Test User Code

I have a .net library that I use with unit tests that will call web api service provided by qTest to update tests in qTest as pass or fail. This library is working fine in the specflow solution and unit tests but when I try to use the same code in a user code module created from a validation step th...
by txrackack
Tue Apr 26, 2016 8:10 pm
Forum: Automation API
Topic: Referenced external dll but build fails with (CS0246) error
Replies: 3
Views: 3359

Re: Referenced external dll but build fails with (CS0246) error

Wow, Thanks Robin. Seems that the Ranorex project is running on 2.0 and I'm developing with 4.5. Well I guess I'll have to "update" my dll and use the old fashioned way of working with Oracle. :cry:
by txrackack
Fri Apr 22, 2016 4:48 pm
Forum: Automation API
Topic: Referenced external dll but build fails with (CS0246) error
Replies: 3
Views: 3359

Referenced external dll but build fails with (CS0246) error

The type or namespace name 'RanorexOracleLibrary' could not be found (are you missing a using directive or an assembly reference?) (CS0246). Line of code where failure reports is at the using statement. I've added reference in the project. I'm using trial version while waiting for PO to go through i...