Search found 8 matches

by sean-phillips
Mon Mar 28, 2016 1:46 pm
Forum: General Questions
Topic: Get Run Configuration Name w/ C#
Replies: 1
Views: 1982

Get Run Configuration Name w/ C#

I need to return the Run Configuration name to a string in C# for reporting purposes. I've tried using the code below but I can't seem to get the syntax right. Any help would be appreciated.

Code: Select all

 string strString = Ranorex.Core.Testing.TestSuiteRunConfig.Name.ToString();
by sean-phillips
Fri Feb 27, 2015 5:02 pm
Forum: General Questions
Topic: Recordings calling Method from common code module
Replies: 1
Views: 1347

Recordings calling Method from common code module

Is there a way for me to call a method from a 'Common' code module in a Recording?

Thanks!

Sean
by sean-phillips
Wed Jan 28, 2015 8:59 pm
Forum: General Questions
Topic: Test Suite Execution selection resets
Replies: 10
Views: 1732

Re: Test Suite Execution selection resets

I doubt that reusing the modular components is the issue here. That's basic functionality that Ranorex supports. I think that issue I mentioned is just a symptom of my issue with Ranorex saving changes I've made.
by sean-phillips
Wed Jan 28, 2015 7:45 pm
Forum: General Questions
Topic: Test Suite Execution selection resets
Replies: 10
Views: 1732

Re: Test Suite Execution selection resets

I think I discovered another piece of the puzzle. I added another test to the test suite. I created it using pieces of other tests. I then Saved it and attempted to run it. The test disappeared and I got a Run Error saying the test that I had created does not exists. It looks like Ranorex is having ...
by sean-phillips
Wed Jan 28, 2015 4:20 pm
Forum: General Questions
Topic: Test Suite Execution selection resets
Replies: 10
Views: 1732

Re: Test Suite Execution selection resets

The file is not open in another application and Ranorex is the only application that EVER accesses it. The file is local on my desktop and I am using SVN for version control.
by sean-phillips
Wed Jan 28, 2015 2:43 pm
Forum: General Questions
Topic: Test Suite Execution selection resets
Replies: 10
Views: 1732

Re: Test Suite Execution selection resets

Conveniently enough, I had this occur first thing this morning. Here is what produced the results: -Launched the application (as an administrator) -Opened my Solution. -Selected the entire test suite -Clicked the 'Save All Buffers Currently Open' button -Clicked the 'Run' button In this case, the te...
by sean-phillips
Tue Jan 27, 2015 5:53 pm
Forum: General Questions
Topic: Test Suite Execution selection resets
Replies: 10
Views: 1732

Re: Test Suite Execution selection resets

First, the test suite has 4 different Run Configurations. I tried deleting after the issue occurred. When I deleted them and then ran the test suite, the Run Configs would reappear and the old configuration would still run. Second, I always click Save prior to running anything so that isn't the issu...
by sean-phillips
Mon Jan 26, 2015 8:31 pm
Forum: General Questions
Topic: Test Suite Execution selection resets
Replies: 10
Views: 1732

Test Suite Execution selection resets

Hi, I'm debugging a test suite that contains approximately 40 test cases. I'm running them in sets of 10. Basically, I deselect all of the tests in the Test Suite and select the 10 I would like to run. Recently, when I've done this and clicked the run button, the Test Suite would start and re-select...