Search found 40 matches

by Hermch
Thu Jun 13, 2013 3:05 pm
Forum: Automation API
Topic: PopupWatcher in Ranorex 4 - problem with repo items
Replies: 8
Views: 4064

Re: PopupWatcher in Ranorex 4 - problem with repo items

Hi,

unfortunatelly this does not solve the problem.

The errors which I got before are not reported now, but

Code: Select all

Public Shared Sub NewDelay 
is not executed anymore.
I've set a breakpoint to the Report.Screenshot line, but the breakboint never gets reached.
by Hermch
Tue Jun 11, 2013 2:44 pm
Forum: Automation API
Topic: PopupWatcher in Ranorex 4 - problem with repo items
Replies: 8
Views: 4064

Re: PopupWatcher in Ranorex 4 - problem with repo items

Hi, I also have a problem with the PopupWatcher. The code I wanted to try is like described in the example of Ranorex: Public Shared Sub Watch_LogsTraces_LoadingData() _PopupWatcher.Watch(repo.Multistak.Popups.H1_LogsAndTracesInfo, NewDelay) _PopupWatcher.Start End Sub Public Shared Sub NewDelay(MyI...
by Hermch
Thu May 16, 2013 10:54 am
Forum: Bug Reports
Topic: LineageGlueRule 'web_documents' caused InvalidCastExeption
Replies: 1
Views: 1883

LineageGlueRule 'web_documents' caused InvalidCastExeption

Hi, for some time I'm always getting these strange report messages inside my Ranorex reports: "LineageGlueRule 'web_documents' caused InvalidCastException on Execute. Specified cast is not valid." They are reported severel times but don't cause any test to fail. What can I do against theses messages...
by Hermch
Tue Apr 30, 2013 8:10 am
Forum: Automation API
Topic: Can I change the code template for usercode module
Replies: 12
Views: 4024

Re: Can I change the code template for usercode module

Hi,

I think this sounds very intresting. Could someone please describe how to create such a DLL project with shared methods in Ranorex Studio? And how to use them from other projects?

Thanks in advance.
by Hermch
Mon Mar 25, 2013 2:12 pm
Forum: Automation Tools
Topic: Unbound variable Warning
Replies: 3
Views: 1976

Re: Unbound variable Warning

Hi,

I'm also interested in this feature.

Will it be possible to define which warnings should be shown in the report and which not?
This would be very helpful.
by Hermch
Fri Nov 30, 2012 1:02 pm
Forum: Automation Tools
Topic: Bolding Text in Ranorex Reports
Replies: 6
Views: 2899

Re: Bolding Text in Ranorex Reports

Yes I tried to use Report.LogHtml but could not get it working.

Could you please give me an example how to use LogHtml?
by Hermch
Fri Nov 30, 2012 11:17 am
Forum: Automation Tools
Topic: Bolding Text in Ranorex Reports
Replies: 6
Views: 2899

Re: Bolding Text in Ranorex Reports

Hi, I want just a part of the reported text to be bolded: Until now I just use Report.Info: Report.Info("Total number of objects in Table " & ThTag.Item(0).InnerText & ":" & CountObj) What I would like to have is, that the middle part in the Ranorex Report is depicted as bolded: Report.Info("Total n...
by Hermch
Thu Oct 25, 2012 10:44 am
Forum: General Questions
Topic: Report.Log in parallel threads
Replies: 8
Views: 2708

Re: Report.Log in parallel threads

Is there a solution for this problem already?
I have the same issue. Messages from a parallel thread are not sent to the Ranorex Report.

I'm using Ranorex 3.3.3
by Hermch
Wed Oct 17, 2012 8:57 am
Forum: Automation API
Topic: Possible to Call ModuleGroups within Code?
Replies: 10
Views: 6444

Re: Possible to Call ModuleGroups within Code?

Hi, my usecase: The running testcase clicks through my gui. After some time, a popup message is shown. When this popup is shown, a modulegroup (or a testcase) with serveral recordings and code modules inside needs to be started. This could easily be done, if it would be possible to start modulegroup...
by Hermch
Wed Oct 17, 2012 8:46 am
Forum: Automation API
Topic: Starting Testcase by condition
Replies: 6
Views: 6458

Re: Starting Testcase by condition

Great, thank you :D
by Hermch
Tue Oct 16, 2012 7:55 am
Forum: Automation API
Topic: Starting Testcase by condition
Replies: 6
Views: 6458

Re: Starting Testcase by condition

Hmm this does not work with my tests.

Nothing happens after this code is executed:

Code: Select all

TestSuite.Current.GetTestCase("Test_1").Checked = True
I want that "Test_1" is executed when this code is running.
How can I achieve that?
by Hermch
Mon Oct 15, 2012 11:49 am
Forum: Automation API
Topic: Possible to Call ModuleGroups within Code?
Replies: 10
Views: 6444

Re: Possible to Call ModuleGroups within Code?

I also would be very happy about this functionality, to call ModuleGroups from Code-modules.

About when will this be possible?

Thanks!
by Hermch
Wed Oct 10, 2012 2:05 pm
Forum: Automation API
Topic: Starting Testcase by condition
Replies: 6
Views: 6458

Re: Starting Testcase by condition

Thanks for your response.

I think this code does not exactly what I want to do.
I need something that checks a conditions, depanding on this condition Testcase 1 or Testcase 2 should start, right after checking the condition.

Is this possible?
by Hermch
Wed Oct 10, 2012 10:20 am
Forum: Automation API
Topic: Starting Testcase by condition
Replies: 6
Views: 6458

Starting Testcase by condition

Hi, is it possible to start a testcase from Ranorex Studio, caused by a condition? For example, when I have a function inside a code module wich returns a bool value, can I do something like: If function = true then start Testcase 1 Else start Testcase 2 Could somebody please give me a code example ...
by Hermch
Wed Sep 19, 2012 9:37 am
Forum: General Questions
Topic: Documentation of testcases in Ranorex
Replies: 4
Views: 2426

Re: Documentation of testcases in Ranorex

Hi, thanks, this description field I knew already. But this does not offer very much space for documentation. For example I would also like to have a simple overview of which external data the testcase uses. Which modules belong together in order to get the testcase working properly... The best thin...