Search found 9 matches

by michael23
Wed May 11, 2016 9:32 am
Forum: Object Identification and Technologies
Topic: Data-bind property causing plugin entries in Debug reports
Replies: 13
Views: 4502

Re: Data-bind property causing plugin entries in Debug reports

Hi, sometimes I've getting the same error. Is there any solution or a workaround!?! Environment: Windows 7 64Bit Ranorex 5.4.3 Chrome 50.0.266194m 64Bit + Ranorex Addon 1.0.9 Here my debug message: Debug Plugins Getting attribute 'role' failed on FlavorElement with flavor 'chromeweb'. Der angegebene...
by michael23
Mon Mar 02, 2015 9:21 am
Forum: Bug Reports
Topic: Control java application depends on display resolution
Replies: 1
Views: 2289

Control java application depends on display resolution

I've been testing two java applications. Here my test steps: 1. Open Application "A" and wait until the ui loading is finished successfully 2. Start the secound application "B" and wait until the ui loading is finished successfully 3. Click on a button of application "B" and make some user interacti...
by michael23
Wed Dec 10, 2014 5:53 pm
Forum: General Questions
Topic: Custom report template and relative paths
Replies: 6
Views: 3682

Re: Custom report template and relative paths

I can't refer to an relative path for the MyReportTemplate how is placed in an parent or parentparent folder. E. g.: +ParentParentFolder ++ReportTemplate +++MyReportTemplate ++ParentFolder ++MyTestApp +++MyTestApp.rxtst +++... I've solve this issue by copy the ReportFolder folder in the MyTestApp fo...
by michael23
Wed Dec 10, 2014 5:42 pm
Forum: Object Identification and Technologies
Topic: WebDocument State is "complete" in Firefox while page load
Replies: 5
Views: 2856

Re: WebDocument State is "complete" in Firefox while page load

Waiting for /dom[@domain='www.mydom.com' and @state='complete'] isn't very helpful, because the dom is always available and the readystate of the webdocument in firefox is complete at this moment. I think there is a problem between an js-script and the firefox. So the js-script will set the complete...
by michael23
Wed Dec 10, 2014 8:49 am
Forum: Object Identification and Technologies
Topic: WebDocument State is "complete" in Firefox while page load
Replies: 5
Views: 2856

Re: WebDocument State is "complete" in Firefox while page load

I use Ranorex version 5.2.1. I've tested the issue with Firefox version 24.6.0 ESR, 31.3.0 ESR and also 34. The result was always the same. My website is an internal tool, therefor I can't share a link or the like. The issue can be reproducing by testing an website with long response time (e.g. slow...
by michael23
Fri Dec 05, 2014 10:39 am
Forum: Object Identification and Technologies
Topic: WebDocument State is "complete" in Firefox while page load
Replies: 5
Views: 2856

WebDocument State is "complete" in Firefox while page load

In my testscript I must waiting until document loading is finished. For these I use the method WaitForDocumentLoaded. But in firefox this will takes no effect - the method won't be wait for loading the document. In IE and Chrome it works fine and ranorex will waiting until the document is fully load...
by michael23
Thu Sep 18, 2014 1:31 pm
Forum: General Questions
Topic: Organising test via Command-Line
Replies: 3
Views: 1714

Re: Organising test via Command-Line

I have the same issue. I want to call Test_1, Test_2 or Test_3 seperatly and it must be execute all parent testcases e.g. MaintestCase. If I use run configurations, I must create a configuration for each testcase (in this case three). Finally I have amount of configurations. I want to get the behavi...
by michael23
Mon Aug 18, 2014 4:18 pm
Forum: General Questions
Topic: Custom report template and relative paths
Replies: 6
Views: 3682

Re: Custom report template and relative paths

Additional Question: The build action will be added "\..\..\" to the report template folder path in the rxtst file in bin\* folder. E. g. the value of my Report Template Folder in RanorexStudio will be "MyReportTemplate". When I compiled the solution and open the rxtst file in bin\Debug or bin\Relea...
by michael23
Mon Jun 23, 2014 3:43 pm
Forum: Bug Reports
Topic: Compiler error by using ToString(string format)
Replies: 1
Views: 2482

Compiler error by using ToString(string format)

The code above will getting the compile error CS1501 - "Keine Überladung für die Methode "ToString" nimmt 1-Argumente an. (CS1501)". TimeSpan interval = new TimeSpan(0, 32, 45); // Escape literal characters in a format string. string fmt = @"mm\:ss\ \m\i\n\u\t\e\s"; string test = interval.ToString(f...