Search found 6 matches

by davyb
Thu Oct 31, 2013 3:31 pm
Forum: General Questions
Topic: How to add / change executionInformation
Replies: 2
Views: 1777

Re: How to add / change executionInformation

Hi Bernhard Thx for putting me on the right track! I still have to adapt some other stuff as well (e.g to not show these values duplicate within the Global Parameter section, but I think I'll manage that...) I already figured out this: <xsl:template match="param|field"> <td> <xsl:if test="not(./@nam...
by davyb
Fri Oct 25, 2013 2:33 pm
Forum: General Questions
Topic: How to add / change executionInformation
Replies: 2
Views: 1777

How to add / change executionInformation

In the xsl template there is a possibility to add or change execution information (e.g to add the version of a browser) via the "<xsl:template name="executionInformation"><div class="execution-information">" The final report is then filled up with data from the *.rxlog.data file Now i've added the f...
by davyb
Wed Sep 04, 2013 7:09 pm
Forum: General Questions
Topic: re-use module in other test-suite/solution
Replies: 6
Views: 2654

Re: re-use module in other test-suite/solution

Thx... I think it's important do know all these things just to do it right from the start ;) Our team will have to automate several separated programs. For each program I think to make a seperate solution with a separate framework (solution) for the common functions. One of our programs contains sev...
by davyb
Wed Sep 04, 2013 3:44 pm
Forum: General Questions
Topic: re-use module in other test-suite/solution
Replies: 6
Views: 2654

Re: re-use module in other test-suite/solution

Extra question about maintainability:
Is it propably better to move all 'shared' modules to another solution (e.g called "framework") and only include this solution in all other solutions, or could this lead to other issues?
by davyb
Wed Sep 04, 2013 3:39 pm
Forum: General Questions
Topic: re-use module in other test-suite/solution
Replies: 6
Views: 2654

Re: re-use module in other test-suite/solution

Thx for the answer :D ( & sorry for the probably 'stupid' question ;) )
Works like a charm!
by davyb
Wed Sep 04, 2013 1:27 pm
Forum: General Questions
Topic: re-use module in other test-suite/solution
Replies: 6
Views: 2654

re-use module in other test-suite/solution

Hello I'm quite new to Ranorex. For the moment I've created some scripts for one of our products in one solution / suite. I have a 2nd product which I should automate, but i want to re-use some of the modules/code modules I've created in my first test suite (e.g running some scripts to rollback a da...