Search found 19 matches

by DirkB
Tue Sep 24, 2013 9:28 am
Forum: Automation Tools
Topic: Ranorex PlugIn development
Replies: 1
Views: 2194

Ranorex PlugIn development

Hi there, we plan to extend the features of our testautomation framework with a plugin. This plugin/addin should e.g. parse the rxtxt-File or teststep descriptions oder the databindings and highlight certain (illegal) teststeps within Ranorex Studio. 1. is a sharpdevelop extension possible at all? 2...
by DirkB
Mon Mar 25, 2013 2:58 pm
Forum: Automation Tools
Topic: Global Delay needed
Replies: 3
Views: 2666

Re: Global Delay needed

Thanx for your response, we have (as recommended) a huge library of recordings and user-code functions. So it's very circumstantial to change every single step or even step group within a hundreds of recordings. A general slow down factor would be a significant improvement. I remember older versions...
by DirkB
Wed Mar 13, 2013 8:59 am
Forum: Object Identification and Technologies
Topic: HTML5 element not recognized anymore
Replies: 1
Views: 2202

HTML5 element not recognized anymore

Hi there, attached you'll find a snapshot of a html5 element on a canvas. This object (and many others) has been successfully recognized within Ranreox V3.2.2. but after an upgrade to Ranorex V4.0.2 most tests run bad. Can you please have a look on this issue urgently? Best regards Dirk Ups: Snapsho...
by DirkB
Tue Mar 12, 2013 10:25 am
Forum: Automation Tools
Topic: Chrome Frame for IE8
Replies: 3
Views: 2365

Re: Chrome Frame for IE8

Hi (Servus) Markus,

any chance, that chrome frame for IE8 will be supported in the near future?
Is there a significant difference between chrome frame and chrome browser at all?

Best regards inito the Steiermark
Dirk
by DirkB
Mon Mar 11, 2013 1:21 pm
Forum: Automation Tools
Topic: Chrome Frame for IE8
Replies: 3
Views: 2365

Chrome Frame for IE8

Hi there,

Ranorex 4.0.2 still supports html5 object recognition within the chrome browser V25.
But it doesnt seem to support the chrome frame V25 addon for IE8.
Is this correct? Do you fix this restriction if any?

Best regards
Dirk
by DirkB
Fri Mar 08, 2013 10:56 am
Forum: Automation Tools
Topic: Global Delay needed
Replies: 3
Views: 2666

Global Delay needed

Hi there,

we execute our Ranorex 4 test suites on virtual machines.
Depending on the machines power the test steps are executed to fast.
Is there a global parameter to skow down excecution time.
I dont want to insert delay.millis between each recording and user code step.

Best regards
Dirk
by DirkB
Mon Aug 02, 2010 12:15 pm
Forum: Bug Reports
Topic: Mass flow of uncatched ElementNotFoundExceptions
Replies: 3
Views: 2104

Re: Mass flow of uncatched ElementNotFoundExceptions

Hi Peter, unfortunately this behaviour is hard to reproduce. It takes hours to show up the failure. My post was intended to just ask a question about the proper implementation for these try-catches and to give a hint if there might be a long-time problem with these exception. If I can find a simple ...
by DirkB
Thu Jul 15, 2010 10:25 am
Forum: Bug Reports
Topic: Mass flow of uncatched ElementNotFoundExceptions
Replies: 3
Views: 2104

Mass flow of uncatched ElementNotFoundExceptions

Hi, I don't catch occurring Ranorex.ElementNotFoundExceptions immediately but with a general surrounding catch (Exception e). So during a long test run there are hundreds of such exceptions. Problem: After some time Ranorex doesn't recognize anything anymore. Questions: Could there be a problem with...
by DirkB
Thu Jul 01, 2010 8:24 pm
Forum: Bug Reports
Topic: Out Of Memory Exception
Replies: 8
Views: 3484

Re: Out Of Memory Exception

Hi Peter,

unfortunately I have no stack trace because all exceptions are catched.
This is because if an element is not visible the Testsystem should only report and continue.
Is it possible to get a debug build or a trace build?
BTW: The problem seems to occur only on 2 core machines...

Regards
Dirk
by DirkB
Tue Jun 29, 2010 1:39 pm
Forum: Bug Reports
Topic: Out Of Memory Exception
Replies: 8
Views: 3484

Re: Out Of Memory Exception

Hi, I use Ranorex DLLs within an own .Net application (aka Testrunner) and I have after some (large) time also a OutOfMemory Exception (maybe others too) on Vista. For me its hard to debug because of the uncertain event and because my application tries/catches everything ("The tests must go on" :rol...
by DirkB
Tue Jun 29, 2010 1:08 pm
Forum: Bug Reports
Topic: TreeItem loses descendants
Replies: 6
Views: 3250

Re: TreeItem loses descendants

Hi Peter, I try to get a reduced implementation from our customer to let you see what's going on. The method String getRanorexPath () ... Dictionary<String, String> myDic = guiRepository[activeFormName]; result = activeFormText+@"/"+myDic[ControlName]; --- has a list to all xpaths within a "activeFo...
by DirkB
Wed Jun 16, 2010 3:55 pm
Forum: Bug Reports
Topic: Snapshot drag&drop for testautomation
Replies: 1
Views: 2017

Snapshot drag&drop for testautomation

Hi, I would like to claim a new feature (if not elsewhere claimed): The Snaphot feature is fine for offline analysis! But watch out this: http://winfuture.de/news,53008.html If I would like to develop a keyword based test editor it would be nice to drag&drop the repository item directly into the tes...
by DirkB
Wed Jun 16, 2010 3:25 pm
Forum: Bug Reports
Topic: TreeItem loses descendants
Replies: 6
Views: 3250

Re: TreeItem loses descendants

Hi, I have a common WinForms TreeView which looses Descendants (Ranorex 2.3) Ranorex.Tree tv1 = getRanorexPath("tree","treeView1"); List<TreeItem> listTI = (List<TreeItem>)tv1.DescendantItems; foreach (TreeItem TI in listTI) { TI.Click(); } If I select/click Parent TreeItems everything is fine (e.g....
by DirkB
Tue May 18, 2010 1:23 pm
Forum: General Questions
Topic: report appending in 2.2
Replies: 16
Views: 10140

Re: report appending in 2.2

Hi Michael,

thanx a lot - it works!
A new column "linenumber" has been filled now.
So we can customize the report table extensively.

Best regards
Dirk
by DirkB
Tue May 18, 2010 9:03 am
Forum: General Questions
Topic: report appending in 2.2
Replies: 16
Views: 10140

Re: report appending in 2.2

Hi Michael, I found an report item (table) that is successfully controlled by the xsl File :D : </fieldset> <table border="0" cellspacing="0" width="100%"> <tr> <th width="15%" > <b>Line</b> </th> <th width="15%" > <b>Time</b> </th> <th width="10%" > <b>Level</b> </th> ... <xsl:apply-templates selec...