Search found 14 matches

by dareim
Tue Mar 09, 2021 2:33 pm
Forum: Automation Tools
Topic: Testreport not complete
Replies: 2
Views: 1208

Re: Testreport not complete

Yes, this works fine!
Thanks
by dareim
Wed Feb 03, 2021 10:33 am
Forum: Automation Tools
Topic: Testreport not complete
Replies: 2
Views: 1208

Testreport not complete

The situation: I want to send the Ranorex-Testreport automated to another tool. (Jira Testmanagement) Therefore, I have to pick the report, before the script has finished. Workflow.jpg The problem: The report seems not always to be complete. The last one or two steps are missing. I can use a workaro...
by dareim
Wed Sep 16, 2020 7:36 am
Forum: General Questions
Topic: Test Management for Jira
Replies: 5
Views: 974

Re: Test Management for Jira

Thanks, I supposed that.

My request is: Does anybody know a programs/tools/plugin... which could do such a job.
by dareim
Wed Sep 16, 2020 7:19 am
Forum: General Questions
Topic: Test Management for Jira
Replies: 5
Views: 974

Re: Test Management for Jira

Hi
This is the handling for defects/bugs in Jira.
But I try to find operations with testcycles (testmanagement for Jira)
by dareim
Mon Sep 14, 2020 1:38 pm
Forum: General Questions
Topic: Test Management for Jira
Replies: 5
Views: 974

Test Management for Jira

I am looking for a possibility to integrate the handling for Test Management for Jira in Ranorex. The following functionalities should be possible: Start/Stop a test cycle Set the status of the executed test cases (passed/failed/blocked) Comment the actual result of an executed test case Add attachm...
by dareim
Tue Jan 20, 2009 12:13 pm
Forum: Object Identification and Technologies
Topic: Performance for FindSingle(..)
Replies: 3
Views: 3417

Hi Alex I work with 1.5. I tried to use non-optimized paths and I have seen that this works much faster! I miss-interpreted the label in the WebSpy [Optimize (slower)]. I thought this 'slower' is to the recording of the page elements. Anyway, as soon as update prices (Ranorex 1.5 to 2.0) are availab...
by dareim
Tue Jan 20, 2009 8:42 am
Forum: Object Identification and Technologies
Topic: Performance for FindSingle(..)
Replies: 3
Views: 3417

Performance for FindSingle(..)

Hello all I have a performance issue with following: WebElement el = ACADoc.FindSingle(...); The page which contains this element is very large. It is not the problem, that Ranorex cannot find the element - this works fine. But it takes a very long time (about 10 sec. in my case). The element is in ...
by dareim
Tue Dec 16, 2008 10:53 am
Forum: Object Identification and Technologies
Topic: Read state of checkbox
Replies: 5
Views: 3762

Yes, V1.5.1 works!
Thanks for the help.

Is there an overview of the parameters for the method GetAttribute(..) ?

Kind regards,
Daniel
by dareim
Mon Dec 15, 2008 11:52 am
Forum: Object Identification and Technologies
Topic: Read state of checkbox
Replies: 5
Views: 3762

Hi Alex

I don't know what I'm doing wrong - but my checkedString variable stays null, when I try the code from you.
There is no difference, if the checkbox is checked or not.

Regards,
Daniel
by dareim
Mon Dec 15, 2008 9:13 am
Forum: Object Identification and Technologies
Topic: Read state of checkbox
Replies: 5
Views: 3762

Read state of checkbox

Hello all

I can't find a way to get the state of a checkbox (checked or not checked).
WebElement.Value is always "on".

My code:
ACADoc = WebDocument.OpenDocument(url, true, 30000);
WebElement e = ACADoc.FindSingle(CheckBoxId);
e.?


Thanks for helping,
Daniel
by dareim
Thu Apr 24, 2008 9:15 am
Forum: Object Identification and Technologies
Topic: How can I handle Serurity Alerts
Replies: 8
Views: 5256

I tried now WebDocument.OpenDocument(..) and it works on xp!

On win2000 I get an error (..failed to initialize properly 0x000007b) as soon as WebDocument.OpenDocument(..) is called.

But actually I can continue this evaluation (on xp) and I make progresses!

Thanks for the help & regards
by dareim
Wed Apr 23, 2008 8:33 am
Forum: Object Identification and Technologies
Topic: How can I handle Serurity Alerts
Replies: 8
Views: 5256

I use Mouse.ClickWebElement() in my code, so this seems not the solution. There is something else I found,which could probably clarify the situation: I have an identical effect in your example code ( WebTesting.cs ). The program works perfect until the picture download (line 182, Mouse.ClickWebEleme...
by dareim
Tue Apr 22, 2008 11:03 am
Forum: Object Identification and Technologies
Topic: How can I handle Serurity Alerts
Replies: 8
Views: 5256

the suggested code is not executed

I think there is another problem:
The program does not continue, as soon as the security warning appears.
This means, the first line of your suggested code (Form popup = Application...) is never reached.

My environment is: Win2K and XP (I tried both), DotNet 2.0, Visual Studio 2005, C#.
by dareim
Tue Apr 22, 2008 8:28 am
Forum: Object Identification and Technologies
Topic: How can I handle Serurity Alerts
Replies: 8
Views: 5256

How can I handle Serurity Alerts

When the browser switches from http to https (or vica versa) I get a 'Security Alert' popup containig the message:'You are about to view pages over a secure connection' or 'you are about to redirect to a connection that is not secure'. Ranorex seems somehow blocked, when this message appears. How ca...