Search found 23 matches

by Christoph
Thu Dec 11, 2014 8:20 am
Forum: Bug Reports
Topic: FEATURE REQUEST: GIT integration
Replies: 12
Views: 3380

Re: FEATURE REQUEST: GIT integration

Hi, What is the latest in terms of GIT integration? Has the decision to not integrate it been revisited? We are not in immediate need for GIT but we may move from SVN to GIT in the future and so it would be great if Ranorex supports it. If there is still no direct integration planned than it would b...
by Christoph
Thu Nov 20, 2014 11:53 am
Forum: Bug Reports
Topic: Loading of the "View Test Suite" Tab takes much longer
Replies: 4
Views: 1914

Re: Loading of the "View Test Suite" Tab takes much longer

Hi, Ranorex analysed the problem and came up with this, which works for us: - The problem depends on the Office version used for the data connectors: With office 2010 the behaviour is observed, with Office 2013 not, because it works much faster - the problem might get fixed in Ranorex Version 5.3 - ...
by Christoph
Mon Nov 17, 2014 8:01 am
Forum: Bug Reports
Topic: Loading of the "View Test Suite" Tab takes much longer
Replies: 4
Views: 1914

Re: Loading of the "View Test Suite" Tab takes much longer

Hi Makus, Thanks for your reply. It happens also with other solutions. I meanwhile found out what causes this behaviour: Ranorex determines the number of rows in each databinding. When the flickering is done behind each data binding that number of rows is displayed. It is probably related to this "g...
by Christoph
Thu Nov 13, 2014 9:14 am
Forum: Bug Reports
Topic: Loading of the "View Test Suite" Tab takes much longer
Replies: 4
Views: 1914

Loading of the "View Test Suite" Tab takes much longer

Hi, I'm using Ranorex Verison 5.2.0. With this new version I made following observation: Loading of the "View Test Suite" Tab takes much longer than in previous versions. While loding the page the cursor toggles between normal cursor and "working in background" (see screenshot). Actually the sand cl...
by Christoph
Fri Jan 10, 2014 7:15 am
Forum: Bug Reports
Topic: Request: Sort Test Configuration List
Replies: 1
Views: 1919

Request: Sort Test Configuration List

Hi Ranorex development team, Currently it is not possbile (without editing the xml file directly) to sort the test list configuration. (see screenshot). A new test configruation always gets added at the end of the list. It would be very helpful, if the list could be sorted manually. Already helpful ...
by Christoph
Thu Nov 07, 2013 4:06 pm
Forum: Bug Reports
Topic: Testsuite looses all bindings
Replies: 4
Views: 1872

Re: Testsuite looses all bindings

Hi Peter,

The problem is that I don't remember all the steps I was doing. I remember that I renamed code classes. I know that doesn't help you a lot, but maybe others experienced the same issue.

Christoph
by Christoph
Thu Nov 07, 2013 10:20 am
Forum: Bug Reports
Topic: Testsuite looses all bindings
Replies: 4
Views: 1872

Testsuite looses all bindings

Hi, I'm using Ranorex 4.1.2. Ever since I installed version 4.1.2 I often loose all the bindings in the Testsuite. I do not know what causes this, but prior to version 4.1.2 I never lost all the bindings. It is a bit a pain of going through all testcases, right click on the testcase --> binding --> ...
by Christoph
Thu Oct 10, 2013 2:04 pm
Forum: Bug Reports
Topic: Private keywords visible in listbox
Replies: 4
Views: 2510

Re: Private keywords visible in listbox

I don't believe your statement is correct. According to msdn: http://msdn.microsoft.com/en-us/library/st6sy9xe%28v=vs.100%29.aspx The private keyword is a member access modifier. Private access is the least permissive access level. Private members are accessible only within the body of the class or ...
by Christoph
Thu Oct 10, 2013 9:06 am
Forum: Bug Reports
Topic: Private keywords visible in listbox
Replies: 4
Views: 2510

Private keywords visible in listbox

Hi, I'm runing Ranorex 4.1.1. on Windows Server 2008 R2 Standard. I'm using the second approach (Keyword-Driven Framework using the Actions Table) from this blog http://www.ranorex.com/blog/keyword-driven-test-automation-framework to create keywords. I created following keyword class, which contains...
by Christoph
Tue Aug 13, 2013 2:22 pm
Forum: Automation API
Topic: Loop through all items when RxPath finds more than one item
Replies: 4
Views: 3382

Re: Loop through all items when RxPath finds more than one item

Hi Markus, I cannot use the 'columnindex' as the oder of the colums is dynamic so I need to work with the accessible name. Here my solution: public void getColumn() { var grid = repo.myPathSoFar.Grid; const string headerOfMyColumnInQuestion = "/row/cell[@accessiblename~'(?i:column header)']"; string...
by Christoph
Fri Jul 19, 2013 2:35 pm
Forum: Automation API
Topic: Loop through all items when RxPath finds more than one item
Replies: 4
Views: 3382

Re: Loop through all items when RxPath finds more than one item

Hi Markus,

Thanks for your suggestion which is worth pursuing. Before I create the cell list I woul need to determine the index of the column. I think I can do it so I will try it out. However, I'm off on vacation in a few minutes so it will be a while before I have the chance to do so.

Christoph
by Christoph
Thu Jul 18, 2013 10:50 am
Forum: Automation API
Topic: Loop through all items when RxPath finds more than one item
Replies: 4
Views: 3382

Loop through all items when RxPath finds more than one item

Here is the situation: I want to loop through each cell in a table column. To get the column I specified the rxPath this way "whatever/table/row/cell[@accessiblename~'(?i:column header)']" ("column header" is the displayed header of the column). Using this path the Ranorex Spy finds all the cells in...
by Christoph
Mon Apr 08, 2013 2:39 pm
Forum: General Questions
Topic: Command line argument for global parameter
Replies: 1
Views: 3052

Command line argument for global parameter

Hi, According to the documentation it is possible to start the testsuite with a command line argument that specifies the value of a global parameter: param|pa:<global parameter name>=<value> Creates or overrides values for global parameters specied in the test suite. It appears that from "... for gl...
by Christoph
Wed Mar 27, 2013 8:47 am
Forum: Bug Reports
Topic: Feature Request: Log start of each testcase on console
Replies: 1
Views: 1900

Feature Request: Log start of each testcase on console

Hi, Would it be possible to add the following feature: Whenever a testcase starts executing a log entry would be writte to the console indicating which testcase is about to start. Something like "[Info] [TestcaseStart] Testcase 'xyz' starts executing". This entry would not need to be in the ranorex ...
by Christoph
Tue Sep 11, 2012 10:01 am
Forum: General Questions
Topic: control progress bar in test run dialogbox
Replies: 2
Views: 2150

Re: control progress bar in test run dialogbox

Hi Larissa,

Thank you for your replay. That's exactly what I was looking for. It serves my purpose well.

Christoph