Search found 69 matches

by UgaAga
Thu Feb 26, 2015 5:23 pm
Forum: General Questions
Topic: TFS: Change checkout lock type
Replies: 1
Views: 2480

TFS: Change checkout lock type

Hi,
how can i change the lock type when i use Ranorex to checkout tfs files? I checkout without lock, but my boss has the same tfs rights and checks out with lock. It seems to be a problem with Ranorex.

Thanks!
by UgaAga
Wed Aug 20, 2014 4:17 pm
Forum: General Questions
Topic: Show documentation in report
Replies: 2
Views: 1451

Re: Show documentation in report

Documentation = Description
by UgaAga
Wed Aug 20, 2014 4:17 pm
Forum: General Questions
Topic: Report.Info in Constructor
Replies: 1
Views: 1527

Report.Info in Constructor

Hi,
it appears to me that the infos which are reported in a constructor are in the console but aren't shown in the report later.

Public Sub New()
Report.Info("Deletes all files in the specified folder.")
End Sub

Is this correct? Can i change this behaviour?

Bye
by UgaAga
Wed Aug 20, 2014 10:07 am
Forum: General Questions
Topic: Show documentation in report
Replies: 2
Views: 1451

Show documentation in report

Hi,
how it is possible to show the documentation of my modules in the report? I noticed that some of documentation is shown when i use the modules within a module group. But some other documentations are missing. Why?

Bye
by UgaAga
Wed Jul 30, 2014 6:10 pm
Forum: Bug Reports
Topic: Ranorex.Core.Reporting.TestReport.Clear() stops Test
Replies: 2
Views: 2050

Ranorex.Core.Reporting.TestReport.Clear() stops Test

Hi, in some cases i would like to clear all informations logged up to this point. For this reason i use Ranorex.Core.Reporting.TestReport.Clear(). But my test stops after the Clear()! My SelectedRunConfig is still in best order but my ActivityStack is empty. Why? And if this isn't a bug, how can i r...
by UgaAga
Mon Mar 31, 2014 11:00 am
Forum: General Questions
Topic: Save report during runtime
Replies: 5
Views: 2329

Re: Save report during runtime

Hi,
thanks for your answer.
Is it possible to save the report by command for example in a code module?

Best regards
by UgaAga
Thu Mar 20, 2014 11:50 am
Forum: General Questions
Topic: Save report during runtime
Replies: 5
Views: 2329

Save report during runtime

Hi,
is it possible to buffer / save a report during the test execution?

Thanks!
by UgaAga
Fri Mar 07, 2014 3:50 pm
Forum: General Questions
Topic: Custom report template
Replies: 7
Views: 3637

Re: Custom report template

No problem i found the solution on my own

<xsl:if test="./activity/item[@level='Error'] or ./activity/activity[@type='test module' or @type='module group']//item[@level='Error']">
<span class="message"> - <xsl:value-of select=".//item[@level='Error']"/></span>
</xsl:if>
by UgaAga
Tue Mar 04, 2014 10:58 am
Forum: General Questions
Topic: Custom report template
Replies: 7
Views: 3637

Re: Custom report template

...
by UgaAga
Wed Feb 19, 2014 5:56 pm
Forum: General Questions
Topic: Custom report template
Replies: 7
Views: 3637

Re: Custom report template

Hi,
ok but in this case the error message will also be shown in the header of the parent iteration. This isn't what i would like to have. How can is it possible to prevent this?

Bye
by UgaAga
Wed Feb 19, 2014 11:51 am
Forum: General Questions
Topic: Custom report template
Replies: 7
Views: 3637

Re: Custom report template

Hi Robert,
thanks for your answer, but i would like to write the error message to the title of each iteration. Sorry that didn't make that clearer.

Best regards
by UgaAga
Wed Feb 12, 2014 4:13 pm
Forum: General Questions
Topic: Custom report template
Replies: 7
Views: 3637

Custom report template

Hi, how is it possible to write the error message of a test iteration into its header? I modified the xsl by <xsl:if test=".//item[@level='Error']"> <span class="message"> - <xsl:value-of select=".//item[@level='Error']"/></span> </xsl:if> Now the error message will be shown in the header of the ite...
by UgaAga
Tue Nov 05, 2013 11:33 am
Forum: General Questions
Topic: Continue within test case
Replies: 16
Views: 3778

Re: Continue within test case

Hi,
sorry but i can only find "Continue on fail" for RECORD modules, but i need that for CODE modules too.

Regards