Search found 6 matches

by maulemon
Thu Jul 07, 2016 2:18 pm
Forum: General Questions
Topic: Skip execution of a recording to the end
Replies: 4
Views: 1410

Re: Skip execution of a recording to the end

Fair enough - I've raised a request via support email as it might be a useful feature to add.

In mean time I'm happy with conversion of GUI steps into code and wrapping it around with an if statement.

Thanks,
Mau.
by maulemon
Wed Jul 06, 2016 4:44 pm
Forum: General Questions
Topic: Skip execution of a recording to the end
Replies: 4
Views: 1410

Re: Skip execution of a recording to the end

Hi,

I see - this could be a workaround but usability of such approach is not really great.

Would it be possible to introduce a new method in the next version of Ranorex which could implement required behaviour?

Thanks,
Mau.
by maulemon
Tue Jul 05, 2016 4:17 pm
Forum: General Questions
Topic: Skip execution of a recording to the end
Replies: 4
Views: 1410

Skip execution of a recording to the end

Hi, How in code could I decide to finish execution of a Test Module prematurely? For example as an input to a test case we provide a file list. If a file list is empty there is no need to execute current recording. Is there a way to continue the execution to the next data iteration / test case? Reco...
by maulemon
Tue Jul 05, 2016 4:00 pm
Forum: General Questions
Topic: Suppressing Unbound Variable warning in Teardown
Replies: 2
Views: 1409

Re: Suppressing Unbound Variable warning in Teardown

Hi,

I can disable it at the Test Suite level.
Thanks for your help.

Thanks,
Mau.
by maulemon
Thu Jun 30, 2016 2:39 pm
Forum: General Questions
Topic: Suppressing Unbound Variable warning in Teardown
Replies: 2
Views: 1409

Suppressing Unbound Variable warning in Teardown

Hi,

Ranorex 6.0.0:
For standard tests I can untick "Warn for unbound variables" under properties;

How can can suppress warning for unbound variables for recordings in TEARDOWN section?

Thanks,
Mau.
by maulemon
Fri Jan 15, 2016 1:11 pm
Forum: General Questions
Topic: Path to project directory
Replies: 10
Views: 5099

Re: Path to project directory

Hi,

I've tried above approach in Ranorex 5.4.4 (in a UserCode.cs) but

Code: Select all

Ranorex.Core.Testing.TestSuite.WorkingDirectory
is NULL

Could you please advise?

Thanks,
Mau.