Search found 9 matches

by slw
Thu Jun 13, 2013 8:42 am
Forum: Automation API
Topic: Report.Log: how to provide data for "Open In Spy" button
Replies: 2
Views: 1927

Re: Report.Log: how to provide data for "Open In Spy" button

Thank you for the information!
by slw
Tue Jun 11, 2013 5:30 pm
Forum: Automation API
Topic: How to bind module groups variables programmatically?
Replies: 5
Views: 6314

Re: How to bind module groups variables programmatically?

>Why aren't you using the binding mechanism of the test suite? You mean like it is described here: http://www.ranorex.com/support/user-guide-20/lesson-3-data-driven-testing.html#c2978 ? The reason for our attempt to do the data binding in code, are repetitive actions for manual data binding. E.g. we...
by slw
Tue Jun 11, 2013 11:13 am
Forum: Automation API
Topic: Report.Log: how to provide data for "Open In Spy" button
Replies: 2
Views: 1927

Report.Log: how to provide data for "Open In Spy" button

Hello, I have code where I search HTML element and click on it: public static void ClickOnItem(DivTag root, string itemName) { DivTag item = root.FindSingle<DivTag>(".//div[@innertext='"+ itemName + "']"); Report.Log(ReportLevel.Info, "Mouse", "Click on item: " + itemName + ""); item.Click(); } Now ...
by slw
Mon Jun 10, 2013 10:10 am
Forum: Automation API
Topic: How to bind module groups variables programmatically?
Replies: 5
Views: 6314

Re: How to bind module groups variables programmatically?

I have attached a screenshot (Ranorex_Data_Binding.png) to the original post to clarify the problem.
by slw
Fri Jun 07, 2013 4:19 pm
Forum: Automation API
Topic: How to bind module groups variables programmatically?
Replies: 5
Views: 6314

How to bind module groups variables programmatically?

Hello, I try to do data binding of my test suite fully dynamically. I managed to do data-binding for individual modules (recordings), but cannot do it for module groups (see solution attached, Ranorex 4.0.3). I have a test suite with 3 Test cases: InitializeData - here I do all the data binding Test...
by slw
Wed May 29, 2013 11:39 am
Forum: Automation Discussions
Topic: Hudson CI & Ranorex Reports
Replies: 13
Views: 5854

Re: Hudson CI & Ranorex Reports

Dear Ranorex Team, since integration of Ranorex tests into a CI server workflow was discussed in this forum multiple times and since none of the major CI server (including Jenkins/Hudson) supports Ranorex results format (rxlog.data) I would like to ask if one of following alternatives is possible: e...
by slw
Tue Apr 16, 2013 3:29 pm
Forum: Bug Reports
Topic: Screenshots in Ranorex Report Viewer are not shown properly
Replies: 7
Views: 2348

Re: Screenshots in Ranorex Report Viewer are not shown properly

Hello, * the problem exists in Ranorex Report Viewer as well as in Ranorex Studio itself when we click on the screenshot and it becomes active * screenshot is created automatically in case of test error * In case if the windows is maximized / windows size is changed, the screenshot is not resized =>...
by slw
Mon Apr 15, 2013 6:52 pm
Forum: Bug Reports
Topic: Screenshots in Ranorex Report Viewer are not shown properly
Replies: 7
Views: 2348

Screenshots in Ranorex Report Viewer are not shown properly

Dear Ranorex Team, We upgraded Ranorex to version 4.0.3 today and since then screenshots in Ranorex Report Viewer are not shown properly: upper part of a screenshot is shown and lower part is not visible (see attachment below). It is also not possible to scroll down to see the full screenshot. ranor...