Search found 8 matches

by nmathew
Fri Aug 04, 2017 5:52 pm
Forum: Automation Discussions
Topic: Ranorex in the cloud - Azure
Replies: 6
Views: 5865

Re: Ranorex in the cloud - Azure

Thank you Jason for sharing your experience
by nmathew
Thu Jul 07, 2016 4:33 pm
Forum: General Questions
Topic: RanorexStudio and agent on different subnets-Any workaround?
Replies: 3
Views: 1629

Re: RanorexStudio and agent on different subnets-Any workaround?

Thank you for the reply. Seems like I cannot use the remote agent as I have VM's in different subnets.
Yup I use tfs and visual studio test controller and agents to distribute tests across different machines and continue to use the same for remote tests
by nmathew
Wed Jun 22, 2016 7:04 pm
Forum: General Questions
Topic: RanorexStudio and agent on different subnets-Any workaround?
Replies: 3
Views: 1629

RanorexStudio and agent on different subnets-Any workaround?

We have ranorex studio installed on laptops and desktops for development purpose and agents are installed on VM's which is on a different subnet than developers. After couple of failed attempts for establishing connection between studio and agents I came across the following post http://www.ranorex....
by nmathew
Fri Jul 31, 2015 8:21 pm
Forum: Automation Tools
Topic: Invoke Action - Select() doesnt work
Replies: 1
Views: 1893

Invoke Action - Select() doesnt work

After upgrading 5.1.3 to 5.4 by uninstalling and installing new version, ranorex now doesn't work for select() method. Object reference not set to an instance was the error message that was thrown Is this a breaking change that is known of? or I'm missing something here. I read through the forums an...
by nmathew
Thu Feb 26, 2015 3:43 pm
Forum: Automation API
Topic: How to disable child test cases?
Replies: 2
Views: 2308

Re: How to disable child test cases?

That worked. Thank you Markus!!
by nmathew
Tue Feb 24, 2015 8:58 pm
Forum: Automation API
Topic: How to disable child test cases?
Replies: 2
Views: 2308

How to disable child test cases?

Can someone help me out here on how to disable all the child test cases in a test suite using code module? I'm using the following code snippet currently to disable test cases in a suite TestSuite.Current.GetTestCase("TestCase1").Checked = false; TestSuite.Current.GetTestCase("TestCase2").Checked = ...
by nmathew
Wed Dec 17, 2014 6:48 pm
Forum: Bug Reports
Topic: Ranorex feedback window does not update when running tests
Replies: 14
Views: 2328

Re: Ranorex feedback window does not update when running tests

Seems like I missed the replied post Ranorex version 5.1.3 So here is what’s happening I have configured my test to run via Build deploy and test workflow from Visual studio which is nothing but Ranorex tests wrapped in coded UI and run tests along with the build and deployment using visual studio T...