Search found 20 matches

by sivakumaran
Fri Mar 24, 2017 8:36 am
Forum: General Questions
Topic: Ranorex report is blank
Replies: 2
Views: 1214

Ranorex report is blank

Dear all,

the html report is empty after testcase execution
when I checked in the windows explorer the html file size is 0
can some body help to get rid of this issue?

regards,
Siva
by sivakumaran
Thu Feb 16, 2017 8:47 am
Forum: General Questions
Topic: ranorex execution performance
Replies: 4
Views: 2466

Re: ranorex execution performance

Dear all, Thanks for your answers Expressions like ? and Empty fields like \\ Gets added automatically when a control is tracked via Ranorex spy When I look into the Ranorex spy Checkboxes with any Is shown I read from Ranorex has 3 different methods/algorithms it uses to generate the XPath. The rea...
by sivakumaran
Wed Feb 15, 2017 8:39 am
Forum: General Questions
Topic: ranorex execution performance
Replies: 4
Views: 2466

ranorex execution performance

dear ranorex community, The ranorex execution is relatively higher than manual test time Is there techniques to optimize the ranorex execution time 1.is there possibility to reduce time taken to recognize a UI object? 2.are there timeouts that can be changed to improve performance? 3.is data coming ...
by sivakumaran
Mon Feb 06, 2017 8:22 am
Forum: General Questions
Topic: Ranorex query - multiple languages
Replies: 1
Views: 1337

Ranorex query - multiple languages

dear all, How do you test your product for multiple UI languages Solution 1 In our test solution we maintain text resources for various multiple UI languages Here I see a maintainability issue, because the test has to maintain these translations Has to maintain translations per UI language solution ...
by sivakumaran
Mon Feb 06, 2017 7:27 am
Forum: General Questions
Topic: Custom accessible name, description is not visibl in Ranorex
Replies: 3
Views: 1817

Custom accessible name, description is not visibl in Ranorex

dear all, I have a query. I have a Microsoft property grid control I wanted to provide my own Acc name and description for this grid conrol I derived MyPropertyGrid from Property grid I overridden CreateAccessibilityInstance() method to return an custom Accessible object My custom accessible object ...
by sivakumaran
Fri Oct 28, 2016 9:11 am
Forum: General Questions
Topic: Sql error
Replies: 1
Views: 1918

Sql error

Hello, we use Sql server local DB to store our test data. when our ranorex tests are running, we get the following error. Failed to get rows from data source: Failed to load SQL data. Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowled...
by sivakumaran
Tue Jun 07, 2016 6:33 am
Forum: General Questions
Topic: Browse file in File open dialog fails
Replies: 1
Views: 1988

Browse file in File open dialog fails

Hello Ranorex team, in our test suite, there is a testcase to browse some files, it do not work after the File open dialog is up, focus is on the edit control - Filename want to select all files in a folder by Ctrl + A inorder to do that, i have to bring the focus to the listbox So I tried calling 1...
by sivakumaran
Wed May 04, 2016 11:55 am
Forum: Bug Reports
Topic: CRITICAL: SQL Data connector query not updating correctly
Replies: 15
Views: 5299

Re: CRITICAL: SQL Data connector query not updating correctly

Hello, Even I am experiencing the same problem My test suite looks like this, +ParentTestCase - ParentConnector - rows: 2 ++SqlCodeModule +++ ChildTestCase - ChildConnector - rows: 2 My database has two tables ProjectPath is one table with two columns ProjectID - Number ProjectPath - Memo The Parent...
by sivakumaran
Wed Apr 20, 2016 6:09 am
Forum: General Questions
Topic: Runtime identification of type of control
Replies: 1
Views: 1280

Runtime identification of type of control

Hello Ranorex team, I want to write a user code, the intention of the code is, given an rxPath and the value, the code must find the control and set the value. the control can be a text box, combobox, list box, what not. so I have to determine the type of the control in the runtime and invoke to acc...
by sivakumaran
Tue Feb 16, 2016 9:53 am
Forum: General Questions
Topic: Module variables gets unbinded
Replies: 4
Views: 1441

Module variables gets unbinded

Hello Ranorex group, there is a global parameter called ui language. This ui language I configure it English US or German, So I want to run my test suite for multiple languages. this parameter I want to pass it down to my tests. so I bind this global parameter to the module variable for each of my r...
by sivakumaran
Wed Jan 20, 2016 11:46 am
Forum: General Questions
Topic: Ranorex variable bind error
Replies: 2
Views: 1519

Ranorex variable bind error

Hello,

We have a global variable bound to a excel column variable. When we build the ranorex project, the variable get’s unbounded.
Can you provide feedback, why this may occur

regards,
Siva
by sivakumaran
Tue Jan 19, 2016 8:36 am
Forum: General Questions
Topic: To find culture of my application under test(AUT)
Replies: 1
Views: 1406

To find culture of my application under test(AUT)

Hello. object identification is language dependent meaning the ranorex xpath has language specific strings in order to customize these path according to the current application culture I would want to find the culture of my application under test. Can somebody help me how to find that culture of my ...
by sivakumaran
Tue Jan 19, 2016 5:32 am
Forum: General Questions
Topic: Multiple repositories
Replies: 1
Views: 1618

Multiple repositories

Hello, we have multiple peoples working on evaluation of ranorex for automating our desktop application. because of that I decided to have multiple repositories. the approach is to one dedicated repository for all global UI items like application toolbar or menu I call it as global UI item because, ...
by sivakumaran
Tue Jan 19, 2016 5:26 am
Forum: General Questions
Topic: Integration of source control into Ranorex
Replies: 2
Views: 1836

Integration of source control into Ranorex

Hello. we have a Visual studio environment integrated with our source control clearcase for our development. we are in the process of evaluation of Ranorex. How do I integrate my Ranorex tool with our source control Or in other words, can we integrate Ranorex into the Visual studio and thereby utili...
by sivakumaran
Tue Jan 19, 2016 5:21 am
Forum: General Questions
Topic: resgen error when building ranorex project
Replies: 1
Views: 1403

resgen error when building ranorex project

Hello, we want to test our application UI for multiple UI cultures. we have language specific strings in ranorex path. one such example is Windows standard file open dialog the title's and Ok button 's ranorex path for e.g. are having language specific strings because of we written a code module alo...