Search found 20 matches

by chfischer
Thu Sep 22, 2011 3:16 pm
Forum: Bug Reports
Topic: Feature Req. entering code module variables:ask for var name
Replies: 1
Views: 1952

Feature Req. entering code module variables:ask for var name

Hi

When adding a code module variable, it would save unneeded work if Ranorex could ask me for a variable name instead of just creating a generic named variable.

?!

Best,
Christian
by chfischer
Thu Sep 22, 2011 1:55 pm
Forum: Bug Reports
Topic: Official Enhancement / Feature request stream/forum
Replies: 1
Views: 2172

Official Enhancement / Feature request stream/forum

Hi

Is this the right place to ask for feature requests? Or is there a better one?
I'd love to get some visibility :)

Best,
Christian
by chfischer
Thu Sep 22, 2011 1:52 pm
Forum: Bug Reports
Topic: Enhancement Request for Data Source Unit/Simple Table View
Replies: 1
Views: 2036

Enhancement Request for Data Source Unit/Simple Table View

Hi there I have started to use the mentioned component quite intensively lately. And it seems to me that I do a lot of unneeded work manually. Variable names could be reused for the column names AND they could automatically bound in the 'data bind' tab. This whole thing could be triggered by a simpl...
by chfischer
Thu Sep 08, 2011 8:53 am
Forum: Automation Discussions
Topic: How to execute my test suite on my build server?
Replies: 4
Views: 5280

Re: How to execute my test suite on my build server?

Do you mean, you have different .rxsln files and switch between them when using Ranorex Studio? Yes. We have different test scenarios, which cover different areas of our application. So you only checked the source files into your the VCS and produced executables inside the build? That's great and s...
by chfischer
Tue Aug 30, 2011 2:21 pm
Forum: Automation API
Topic: All durations in RXLOG in milliseconds
Replies: 6
Views: 2385

Re: All durations in RXLOG in milliseconds

I have 3.1 now.

Could you give me a hint?

Best,
Christian
by chfischer
Mon Aug 22, 2011 6:01 pm
Forum: Automation Discussions
Topic: How to execute my test suite on my build server?
Replies: 4
Views: 5280

Re: How to execute my test suite on my build server?

Hi We have Ranorex running on Jenkins/Hudson. I would be happy to share some experience. - We have separate Ranorex solutions which share one project (which holds the repositories, functions & code modules). - We build the projects in a single Jenkins job using MSBUILD and deploy all the tests to a ...
by chfischer
Fri Aug 12, 2011 10:59 pm
Forum: Automation API
Topic: All durations in RXLOG in milliseconds
Replies: 6
Views: 2385

Re: All durations in RXLOG in milliseconds

Wow. That's perfect. Thanks a lot!

Best,
Christian
by chfischer
Thu Aug 11, 2011 5:09 pm
Forum: Automation Discussions
Topic: Hudson CI & Ranorex Reports
Replies: 13
Views: 5853

Re: Hudson CI & Ranorex Reports

I have a xslt style sheet which transforms rxlog into junit and use https://wiki.jenkins-ci.org/display/JEN ... nit+Plugin to apply the style sheet.

Successful and failed tests are displayed correctly now still missing is the time/duration of the tests. I will add that soon.

Christian
by chfischer
Thu Aug 11, 2011 1:36 pm
Forum: Automation API
Topic: All durations in RXLOG in milliseconds
Replies: 6
Views: 2385

All durations in RXLOG in milliseconds

Hi,

because I want to visualize test results, I would like to have all the duration entries in milliseconds instead of human readable minutes, seconds etc..

How can I do this easily? Any ideas?


Christian
by chfischer
Tue Aug 09, 2011 12:44 pm
Forum: Automation Discussions
Topic: How to know the total number of validation steps?
Replies: 5
Views: 3034

How to know the total number of validation steps?

Hi there, We run our Ranorex tests from within Jenkins (http://www.jenkins-ci.org) as part or our continues build. It is easy to publish the report as a website to be able to see the test's individual results. However, I want to see historical information (test results over time) which is possible i...
by chfischer
Thu Jun 30, 2011 8:12 am
Forum: Bug Reports
Topic: Ranorex unable to find ANY gui elements, sometimes
Replies: 3
Views: 2070

Re: Ranorex unable to find ANY gui elements, sometimes

Hi there,

I've followed your advice and I am using the Ranorex Preloader now.

Ranorex Spy works and can see all the objects, BUT if I run a Ranorex Test IE crashes terribly.

Any suggestions?
by chfischer
Mon Jun 27, 2011 10:05 am
Forum: Bug Reports
Topic: Ranorex unable to find ANY gui elements, sometimes
Replies: 3
Views: 2070

Ranorex unable to find ANY gui elements, sometimes

Hi there, I am encountering a strange error lately: I am testing a flex application using RanorexLoaderFlex4 to be able to interact with the GUI. Now, sometimes the Ranorex test fails just after the start because it can not find any items. Restarting IE sometimes helps, but thats not possible when r...
by chfischer
Thu May 26, 2011 5:47 pm
Forum: Automation Discussions
Topic: Design for continues testing & working in teams
Replies: 1
Views: 2643

Design for continues testing & working in teams

hi I am in the process of setting up Ranorex testing for a very big Flex App using Jenkins to compile, deploy and run the end-to-end tests and subversion to manage the code. For performance and development reasons, we will have separate jenkins jobs which start separate executable Ranorex compilatio...
by chfischer
Tue May 24, 2011 10:32 am
Forum: Automation Discussions
Topic: Hudson CI & Ranorex Reports
Replies: 13
Views: 5853

Re: Hudson CI & Ranorex Reports

I have this now, using transform (http://saxon.sourceforge.net/) to create an HTML-report and publish it with the HTML Publish plugin.

Do you need more details?
by chfischer
Wed Mar 23, 2011 1:28 pm
Forum: General Questions
Topic: Verifying Table content based on excel spreadsheet?
Replies: 1
Views: 1691

Verifying Table content based on excel spreadsheet?

Hi In our new Flex based application I would like to verify a table containing strings, numbers and boolean values. As data source I prefere using an excel spreadsheet. I know that there is a blog entry covering Excel integration, but I do not really know where to start for my table comparison code ...