Search found 5 matches

by andrei_t
Fri Dec 22, 2017 10:54 am
Forum: How To …
Topic: How to use "Portable Deployment" in Ranorex 8?
Replies: 8
Views: 3078

Re: How to use "Portable Deployment" in Ranorex 8?

Hi, There is a new option in Ranorex configuration. Just enable it... CopyRuntime.png I hope it's ok if I pose the question here since it might arise for other users as well. Does enabling this option mean that we need to adjust our .gitignore-settings? We have for a while now excluded the bin and ...
by andrei_t
Mon Dec 11, 2017 4:51 pm
Forum: Object Identification and Technologies
Topic: GDI issue on Windows 10 VM
Replies: 7
Views: 3117

Re: GDI issue on Windows 10 VM

We had the same problem and the solution from BSullivan worked like a charm for us.
In our case the .Net 3.5 Framework was completely turned off in favor of the 4.7 one, so the only difference was that we didn't have to turn the 3.5 Framework off.
by andrei_t
Tue Apr 14, 2015 2:20 pm
Forum: How To …
Topic: Conditional test steps without user code
Replies: 2
Views: 3073

Re: Conditional test steps without user code

The only reason is to keep things as simple and tool-assisted as possible. I would imagine that such a feature (namely an expression needs to be true for a step to be executed) should be rather simple to implement and would help the readability of the test cases greatly. Anyway, thanks for the quick...
by andrei_t
Tue Apr 14, 2015 10:13 am
Forum: How To …
Topic: Conditional test steps without user code
Replies: 2
Views: 3073

Conditional test steps without user code

Is there a way to run specific test steps only when a variable meets a defined condition? Case in point, we currently employ a data binding with a variable for the different browsers. The SETUP starts the browser and then we have catch-all steps to deal with the ssl certificate messages for all brow...
by andrei_t
Fri Mar 27, 2015 10:05 am
Forum: How To …
Topic: RanorexToTestlink-XSLTransformation
Replies: 4
Views: 2434

RanorexToTestlink-XSLTransformation

In light of the recent blog-post regarding Ranorex/TestLink/Jenkins integration: blog/integrating-ranorex-with-testlink-and-jenkins-2 (apparently I'm not allowed to post URLs) I have also written a transformation that splits a Ranorex .rxtst-file into individual test case files which can be imported...