Search found 6 matches

by ian807
Thu Jul 18, 2019 8:40 pm
Forum: Automation Tools
Topic: Ranorex studio is ignoring breakpoints
Replies: 5
Views: 1695

Ranorex studio is ignoring breakpoints

I'm running Ranorex 9.1.0 From the main menu, "Debug > Debugging Enabled" is checked. I press F7 to put a breakpoint on a line. It shows a filled, red circle, not a hollow circle. On the tab, I select the "Run Code" button . Expected result: The system would run to the breakpoint and highlight it. A...
by ian807
Mon May 20, 2019 1:58 pm
Forum: How To …
Topic: How can I create a fail suite by turning passing scripts off in the .rxtst file?
Replies: 5
Views: 1411

Re: How can I create a fail suite by turning passing scripts off in the .rxtst file?

So "testCaseName" is the arbitrary name of the smart folder? If so, my next question would be, suppose my suite folders are nested like so: MyTopLevelCategory/Mysubcategory/MyTest_01. Do I call like so: TestSuite.Current.GetTestContainer("MyTopLevelCategory/Mysubcategory/MyTest_01").Checked = true; ...
by ian807
Mon May 20, 2019 1:23 pm
Forum: How To …
Topic: How can I create a fail suite by turning passing scripts off in the .rxtst file?
Replies: 5
Views: 1411

Re: How can I create a fail suite by turning passing scripts off in the .rxtst file?

So, this would not check the scripts on and off in the .rxtst file? That's exactly what I'm trying to do.
by ian807
Fri May 17, 2019 3:31 pm
Forum: How To …
Topic: How can I create a fail suite by turning passing scripts off in the .rxtst file?
Replies: 5
Views: 1411

How can I create a fail suite by turning passing scripts off in the .rxtst file?

I need to create a fail suite. When a script passes, I'd like to modify the rxtst file such that when I open the file, all the passing items on the tree are unchecked while all fails remain checked. Is there a way to programmatically modify the rxtst file from within Ranorex based on on pass/fail st...
by ian807
Wed May 15, 2019 4:19 pm
Forum: General Questions
Topic: Programatically checking and unchecking scripts in a test suite.
Replies: 1
Views: 1008

Programatically checking and unchecking scripts in a test suite.

Hello,

I'd like to programmatically check and uncheck scripts in my test suite depending on whether the script passes and fails so that I can run a fail suite automatically at the end of a run (not just re-running a failed script). Is this possible in version 9.0.1?

Thanks in advance for any help.
by ian807
Wed May 08, 2019 8:00 pm
Forum: How To …
Topic: Using the /agent argument to start remote suites
Replies: 1
Views: 1212

Using the /agent argument to start remote suites

I'm running Ranorex 8.1.2+git.31d95a93 I have an agent on a remote machine (hou-ranorex10). When I use the remote tab, I connect to the remote system and can start my test suite without problems. I need to schedule unattended operation. One method I've tried is to use the command line "Scripts.exe /...